#cookie-consent-modal { position: fixed; bottom: 20px; right: 20px; max-width: 320px; background: linear-gradient(135deg, #667eea, #764ba2); color: #ffffff; padding: 15px 20px 15px 20px; border-radius: 10px; font-family: Arial, sans-serif; font-size: 14px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 10000; display: flex; align-items: center; justify-content: space-between; } #cookie-consent-modal p { flex: 1; margin: 0; } #cookie-consent-modal a { color: #c3a5f7; text-decoration: underline; } #cookie-consent-modal .close-btn { cursor: pointer; font-weight: bold; font-size: 18px; line-height: 1; color: #ffffff; background: transparent; border: none; padding: 0 5px 5px 5px; margin-left: 15px; } @media (max-width: 600px) { #cookie-consent-modal { max-width: 90%; bottom: 15px; right: 15px; font-size: 13px; padding: 12px 18px 12px 18px; } } @media (min-width: 601px) and (max-width: 1024px) { #cookie-consent-modal { max-width: 280px; font-size: 14px; } }