/* =======================================================================
 * Ad Banner — front-end styles
 *
 * Dark-theme tokens matching geolocation.css / search-overlay.css:
 *   bg: #2a2a2a | border: #555 | label: #aaa | accent: #c0392b
 * ======================================================================= */

.khr-ad-banner {
    max-width: 728px;
    margin: 2rem auto;
    padding: 1rem;
    background: #2a2a2a;
    border: 1px solid #555;
    border-radius: 6px;
    text-align: center;
}

.khr-ad-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #aaa;
}

.khr-ad-banner a {
    display: block;
    line-height: 0;
}

.khr-ad-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    aspect-ratio: 728 / 90;
    object-fit: cover;
}

/* =======================================================================
 * Ad Placement profile tab — info notice + opt-out table
 * ======================================================================= */

.khr-notice-info {
    background: rgba(52, 152, 219, 0.15);
    border: 1px solid #3498db;
    color: #6db3f2;
}

.khr-ad-active-list {
    list-style: disc;
    margin: 8px 0 0 20px;
    padding: 0;
}

.khr-ad-active-list li {
    margin-bottom: 4px;
    font-size: 14px;
}

.khr-ad-active-list em {
    color: #aaa;
}

.khr-ad-explainer {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 16px;
}

.khr-ad-agreement {
    padding: 16px 0;
}

.khr-ad-agreement h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 8px;
}

.khr-consent-check {
    font-size: 14px;
    color: #ddd !important;
    font-weight: 400 !important;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.khr-payout-fields select {
    width: 100%;
    max-width: 300px;
    padding: 8px 12px;
    background: #2a2a2a;
    border: 1px solid #555;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.khr-col-check {
    width: 60px;
    text-align: center;
}

.khr-ad-check {
    justify-content: center;
}

.khr-posts-table td a {
    color: #6db3f2;
    text-decoration: none;
}

.khr-posts-table td a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------------------------------
 * Responsive
 * --------------------------------------------------------------------- */

@media (max-width: 768px) {
    .khr-ad-banner {
        max-width: 100%;
        margin: 1.5rem 0;
        padding: 0.75rem;
    }
}
