#cookie-consent-modal {position: fixed;bottom: 0;left: 50%;transform: translateX(-50%);width: 87%;background-color: #f9f9f9;color: #333;padding: 20px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 1000;}#cookie-consent-modal button {background-color: #4CAF50;color: white;padding: 10px 20px;border: none;border-radius: 5px;cursor: pointer;}@media (max-width: 768px) {#cookie-consent-modal {flex-direction: column;align-items: stretch;text-align: center;}}