/* Sponsored ad unit — visually distinct from main page content */
.paid-ad-slot {
    margin: 28px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    border: 2px dashed #c9a227;
    border-left: 5px solid #b8860b;
    border-radius: 10px;
    background: #fffdf6;
    box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.15);
    overflow: hidden;
}

.paid-ad-slot-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 26px 32px;
    box-sizing: border-box;
    text-align: center;
}

.paid-ad-title {
    font-size: 1.2rem;
    line-height: 1.35;
    color: #3d3420;
    margin: 0;
    font-weight: 700;
    max-width: 52rem;
    width: 100%;
}

.paid-ad-copy,
.paid-ad-details {
    color: #5c5340;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 52rem;
    width: 100%;
}

.paid-ad-details {
    color: #6b6350;
    font-size: 0.88rem;
    line-height: 1.5;
}

.paid-ad-cta {
    display: inline-block;
    text-decoration: none;
    color: #3d3420;
    background: #f5e6b8;
    border: 1px solid #c9a227;
    border-radius: 6px;
    padding: 11px 20px;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.2s ease, border-color 0.2s ease;
    margin-top: 2px;
}

.paid-ad-cta:hover {
    background: #edd78a;
    border-color: #b8860b;
    color: #2a2415;
}

.paid-ad-disclaimer {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: #8a7a5a;
    max-width: 52rem;
    width: 100%;
}

.homepage-paid-ad-wrap {
    max-width: 1200px;
    margin: 24px auto 32px;
    padding: 0 30px;
    box-sizing: border-box;
}

.homepage-paid-ad-wrap .paid-ad-slot {
    margin: 0;
}

@media (max-width: 768px) {
    .homepage-paid-ad-wrap {
        padding: 0 20px;
    }

    .paid-ad-slot-inner {
        padding: 20px 18px;
        gap: 12px;
    }

    .paid-ad-title {
        font-size: 1.05rem;
    }

    .paid-ad-copy {
        font-size: 0.9rem;
    }

    .paid-ad-details {
        font-size: 0.85rem;
    }
}
