#cookie-consent-box {position: fixed;bottom: 0;left: 0;right: 0;background-color: #222;color: #fff;padding: 15px;display: none;z-index: 10000;}#cookie-consent-box .container {max-width: 1200px;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}#cookie-consent-box p {margin: 0;flex: 1;min-width: 200px;}#cookie-consent-box a {color: #4dabf7;text-decoration: none;}#cookie-consent-box .buttons {display: flex;gap: 10px;}#cookie-consent-box button {padding: 8px 16px;border: none;border-radius: 4px;cursor: pointer;}#cookie-consent-box .accept {background-color: #2b8a3e;color: white;}#cookie-consent-box .close {background-color: #c92a2a;color: white;}@media (max-width: 768px) {#cookie-consent-box .container {flex-direction: column;text-align: center;gap: 10px;}#cookie-consent-box .buttons {width: 100%;justify-content: center;}}