/* USA Times Ad Manager — slot styling */
.usat-ad-wrapper {
    margin: 1.5rem auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.usat-ad-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #999;
    margin-bottom: 6px;
}
.usat-ad-slot {
    display: inline-block;
    min-width: 320px;
    min-height: 90px;
}
.usat-ad-placeholder {
    background: repeating-linear-gradient(
        45deg,
        #f4f4f4,
        #f4f4f4 10px,
        #fafafa 10px,
        #fafafa 20px
    );
    border: 1px dashed #cccccc;
    color: #999;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usat-ad-topbar-container {
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
    background: #fafafa;
}
.usat-ad-in-article { margin: 2rem auto; max-width: 336px; }
.usat-ad-article-bottom { margin: 2rem auto 1rem; }

/* === BATMANDIR HOUSE ADS START === */

/* ============ BATMANDIR HOUSE ADS ============ */

.usat-house-slot {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
}

.usat-house-ad {
    display: block;
    text-decoration: none;
    color: inherit;
    font-family: "Source Serif 4", Georgia, serif;
    background: #1a1612;
    color: #f3eee2;
    border: 1px solid #3a322a;
    border-radius: 4px;
    overflow: hidden;
    transition: background 0.2s ease;
}
.usat-house-ad:hover {
    background: #221d18;
}

.usat-house-eyebrow {
    display: block;
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e58a3a;
    margin-bottom: 0.6rem;
}

.usat-house-wordmark {
    display: inline-block;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #f3eee2;
}

.usat-house-rule {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #e58a3a;
    margin: 0 0.9rem;
    vertical-align: middle;
}

.usat-house-pitch {
    font-family: "Source Serif 4", Georgia, serif;
    font-style: italic;
    color: #d8cfba;
}

.usat-house-cta {
    font-family: Inter, system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #e58a3a;
    letter-spacing: 0.02em;
}

/* ----- Top banner (728x90 leaderboard / responsive) ----- */
.usat-house-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem 1.2rem;
    padding: 1.1rem 1.4rem;
    text-align: center;
    min-height: 90px;
}
.usat-house-top .usat-house-wordmark { font-size: 1.4rem; }
.usat-house-top .usat-house-pitch { font-size: 1rem; }
.usat-house-top .usat-house-cta { margin-left: 0.5rem; }

/* ----- In-article (300x250 medium rectangle) ----- */
.usat-house-rectangle {
    display: flex;
    flex-direction: column;
    padding: 1.6rem 1.5rem;
    text-align: left;
    max-width: 360px;
    margin: 1.5rem auto;
    min-height: 250px;
    justify-content: center;
    background-image:
        radial-gradient(ellipse at 80% 20%, rgba(229,138,58,0.15) 0%, transparent 60%),
        linear-gradient(180deg, #1a1612 0%, #14110d 100%);
}
.usat-house-rectangle .usat-house-title {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.1;
    color: #f3eee2;
    margin: 0 0 0.7rem 0;
}
.usat-house-rectangle .usat-house-deck {
    display: block;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 0.93rem;
    line-height: 1.45;
    color: #b8af9a;
    margin: 0 0 1rem 0;
}
.usat-house-cta-button {
    display: inline-block;
    padding: 0.55rem 1rem;
    border: 1px solid #e58a3a;
    color: #e58a3a;
    border-radius: 3px;
    margin-top: 0.3rem;
    align-self: flex-start;
    font-size: 0.78rem;
}
.usat-house-rectangle:hover .usat-house-cta-button {
    background: #e58a3a;
    color: #1a1612;
}

/* ----- Article bottom (970x250 billboard) ----- */
.usat-house-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 2rem;
    gap: 2rem;
    align-items: center;
    min-height: 200px;
    background-image:
        radial-gradient(ellipse at 90% 50%, rgba(229,138,58,0.1) 0%, transparent 70%),
        linear-gradient(180deg, #1a1612 0%, #14110d 100%);
}
.usat-house-side {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
}
.usat-house-side-right {
    flex: 2 1 400px;
    display: flex;
    flex-direction: column;
}
.usat-house-bottom .usat-house-wordmark {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
}
.usat-house-bottom .usat-house-tagline {
    font-family: "Source Serif 4", Georgia, serif;
    font-style: italic;
    color: #b8af9a;
    font-size: 0.95rem;
    line-height: 1.45;
}
.usat-house-pitch-bottom {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #f3eee2;
    margin-bottom: 1rem;
}

@media (max-width: 600px) {
    .usat-house-top { padding: 1rem; }
    .usat-house-top .usat-house-rule { display: none; }
    .usat-house-bottom { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
}

/* === BATMANDIR HOUSE ADS END === */
