.sidebar-ad-container {
    max-width: 300px;
    max-height: 600px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    height: 350px;
}
.main-news__right {
    margin-top: 25px
}
.sidebar-ad-container img,
.sidebar-ad-container iframe,
.sidebar-ad-container video,
.sidebar-ad-container object,
.sidebar-ad-container embed {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* Cookie Consent Modal - Advanced UI */
.consent-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    display: none;
    z-index: 99999;
    border-radius: 16px 16px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    animation: slideUpDesktop 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUpDesktop {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.consent-modal-content {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
    gap: 16px;
}

.consent-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #e8f0fe 0%, #d2e3fc 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a73e8;
    flex-shrink: 0;
}

.consent-text-section {
    flex: 1;
    padding-right: 20px;
}

.consent-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.consent-text {
    font-size: 14px;
    color: #5f6368;
    margin: 0;
    line-height: 1.5;
}

.consent-text a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.consent-text a:hover {
    color: #1557b0;
    text-decoration: underline;
}

.consent-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 50px;
}

.consent-btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.accept-btn {
    background: linear-gradient(135deg, #1a73e8 0%, #1557b0 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(26, 115, 232, 0.35);
}

.accept-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.4);
}

.accept-btn:active {
    transform: translateY(0);
}

.reject-btn {
    background: #f5f5f5;
    color: #444;
    border: 1px solid #e0e0e0;
}

.reject-btn:hover {
    background: #ebebeb;
    border-color: #d0d0d0;
}

.customize-btn {
    background: transparent;
    color: #1a73e8;
    border: 1px solid #1a73e8;
}

.customize-btn:hover {
    background: rgba(26, 115, 232, 0.08);
}

/* Responsive Design */
@media (max-width: 768px) {
    .consent-modal {
        padding: 20px 16px;
    }

    .consent-modal-content {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .consent-icon {
        width: 40px;
        height: 40px;
    }

    .consent-text-section {
        padding-right: 0;
        padding-top: 8px;
    }

    .consent-buttons {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        gap: 8px;
    }

    .consent-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Dark Mode */
body.dark .consent-modal {
    background: #1e1e1e;
    border-top-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
}

body.dark .consent-icon {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: #63b3ed;
}

body.dark .consent-title {
    color: #f0f0f0;
}

body.dark .consent-text {
    color: #a0a0a0;
}

body.dark .consent-text a {
    color: #63b3ed;
}

body.dark .consent-text a:hover {
    color: #90cdf4;
}

body.dark .accept-btn {
    background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
    box-shadow: 0 4px 14px rgba(49, 130, 206, 0.3);
}

body.dark .accept-btn:hover {
    box-shadow: 0 6px 20px rgba(49, 130, 206, 0.4);
}

body.dark .reject-btn {
    background: #2d2d2d;
    color: #ccc;
    border-color: #444;
}

body.dark .reject-btn:hover {
    background: #3a3a3a;
    border-color: #555;
}

body.dark .customize-btn {
    color: #63b3ed;
    border-color: #63b3ed;
}

body.dark .customize-btn:hover {
    background: rgba(99, 179, 237, 0.1);
}


/*privacy policy*/

#privacypolicy {
    padding-top: 50px;
    padding-bottom: 70px;
}
#last-updated {
    text-align: right;
}
#privacypolicy h1, #privacypolicy h2, #privacypolicy h3 {
    color: #0c2f75;
    padding-bottom: 10px;
}
#privacypolicy body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4 !important;
    color: #333;
    margin: 0;
    padding: 0;
}
#privacypolicy.container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff !important;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#privacypolicy h1 {
    color: #0c2f75;
    text-align: center;
    border-bottom: 3px solid #0c2f75;
    padding-bottom: 10px;
}
#privacypolicy h2 {
    color: #0c2f75;
    border-left: 4px solid #0c2f75;
    padding-left: 10px;
    margin-top: 25px;
}
#privacypolicy p, ul {
    font-size: 16px;
    line-height: 1.8;
}
#privacypolicy ul {
    padding-left: 20px;
    list-style-type: none;
}

#privacypolicy ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

#privacypolicy ul li::before {
    content: "•"; /* Dotted bullet */
    color: #0c2f75;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}
#privacypolicy .contact {
    font-weight: bold;
    color: #0c2f75;
    padding: 0px !important;
}

