.cookie-banner {position: fixed;bottom: 20px;left: 20px;right: 20px;max-width: 600px;background: #2c2c2c;color: #fff;padding: 16px 20px;border-radius: 12px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);font-size: 14px;line-height: 1.5;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;gap: 14px;z-index: 9999;opacity: 0;transform: translateY(20px);transition: opacity 0.4s ease, transform 0.4s ease;}.cookie-banner.show {opacity: 1;transform: translateY(0);}.cookie-text {flex: 1;min-width: 250px;}.cookie-link {color: #FF4E15;text-decoration: underline;font-weight: 500;}.cookie-link:hover {color: #ff6a3d;}.cookie-banner button {background: #FF4E15;border: none;color: white;padding: 8px 16px;border-radius: 8px;cursor: pointer;font-weight: 600;white-space: nowrap;transition: 0.25s ease;}.cookie-banner button:hover {background: #fc794d;}@media (max-width: 576px) {.cookie-banner {flex-direction: column;text-align: center;align-items: stretch;}.cookie-text {min-width: auto;}.cookie-banner button {align-self: center;width: auto;}}