﻿.privacy-banner { position: fixed; z-index: 9999; background: #ffffff; box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1); font-family: sans-serif; font-size: 13px; line-height: 1.4; color: #333; } .privacy-content { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; gap: 10px; } .privacy-banner a { color: var(--accent); text-decoration: underline; } .privacy-close { background: none; border: none; font-size: 24px; cursor: pointer; color: #999; padding: 0 5px; line-height: 1; } @media (min-width: 768px) { .privacy-banner { right: 20px; bottom: 20px; width: 350px; border-radius: 8px; border: 1px solid #eee; } } @media (max-width: 767px) { .privacy-banner { left: 0; bottom: 0; width: 100%; box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15); border-top: 1px solid #eee; background: #ffffff; } .privacy-content { padding: 8px 12px; } }
