#cookie-policy {
    background: linear-gradient(135deg, #ffffff, #f7fafd);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #333;
}

.cookie-items p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.cookie-items p:first-of-type {
    font-weight: 500;
    color: #222;
}

.contest-info {
    border-top: 2px dashed #66c2ff;
    background-color: #f0faff;
    padding: 24px 20px;
    margin-top: 40px;
    border-radius: 12px;
    color: #004466;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#contest-current,
#contest-date {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#contest-current::before,
#contest-date::before {
    content: '🕓';
    margin-right: 8px;
    font-size: 1.2rem;
}

#contest-date::before {
    content: '📅';
}

#contest-current span,
#contest-date span {
    color: #009fe3;
    font-weight: 600;
    padding-left: 8px;
}
