.dval-ad-slot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 970px;
    min-height: 54px;
    margin: 25px auto;
    overflow: hidden;
    border: 1px solid rgba(0, 61, 255, .25);
    border-radius: 14px;
    background: #fff;
}
.dval-ad-disclosure {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 5px 15px;
    border-bottom-left-radius: 14px;
    background: rgba(0, 61, 255, .75);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.dval-ads-guide-hero {
    position: relative;
    min-height: 430px;
    padding: 0;
    box-sizing: border-box;
    background-image: url('../img/admin/breadcump-img-red-dark.png');
    background-position: bottom center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.dval-ads-guide-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 430px;
    padding-top: 48px;
    text-align: center;
}

.dval-ads-guide-hero h1 {
    max-width: 820px;
    margin: 0 auto 16px;
    color: #fff;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
}

.dval-ads-guide-hero p {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.dval-ads-guide-section {
    padding: 64px 0;
}

.dval-ads-guide-section.is-muted {
    background: #f7f9fc;
}

.dval-ads-guide-heading {
    max-width: 760px;
    margin-bottom: 30px;
    text-align: left !important;
}

.dval-ads-guide-heading h2 {
    margin-bottom: 12px;
    color: #1e3168;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    opacity: 1;
    text-align: left !important;
}

.dval-ads-guide-heading p {
    margin-right: 0;
    margin-left: 0;
    text-align: left !important;
}

.dval-ads-guide-heading p,
.dval-ads-guide-card p {
    color: #667085;
    line-height: 1.75;
}

.dval-ads-guide-card {
    height: 100%;
    padding: 24px;
    border: 1px solid #e6ebf2;
    border-radius: 14px;
    background: #fff;
}

.dval-ads-guide-card h3 {
    margin-bottom: 10px;
    color: #1e3168;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.dval-ads-guide-card.is-payment {
    border-color: rgba(30, 49, 104, .22);
    background: #f8faff;
}

.dval-ads-guide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.dval-ads-guide-actions .button,
.dval-ads-guide-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .dval-ads-guide-hero {
        min-height: 360px;
        padding: 0 !important;
    }

    .dval-ads-guide-hero .container {
        min-height: 360px;
        padding-top: 42px;
    }

    .dval-ads-guide-hero h1 {
        margin-top: 0;
        color: #fff;
        font-size: 34px;
    }

    .dval-ads-guide-hero p {
        color: rgba(255, 255, 255, .9);
    }

    .dval-ads-guide-section {
        padding: 48px 0;
    }

    .dval-ads-guide-heading h2 {
        font-size: 27px;
    }
}
.dval-ad-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 18px;
    color: #1e3168;
    text-decoration: none !important;
}
.dval-ad-slot-banner .dval-ad-link { justify-content: center; padding: 5px; }
.dval-ad-slot img { display: block; max-width: 100%; height: auto; object-fit: contain; }
.dval-ad-slot .dval-ad-text-logo { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px; object-fit: contain; }
.dval-ad-copy { display: grid; min-width: 0; gap: 5px; }
.dval-ad-copy strong { color: #1e3168; font-size: 18px; font-weight: 700; }
.dval-ad-copy span { color: #5f6878; line-height: 1.5; }
.dval-ad-copy small { color: #e8692a; font-weight: 700; }
.dval-ad-cta { flex: 0 0 auto; border-radius: 14px !important; }
@media (max-width: 767px) {
    .dval-ad-slot { margin-right: 15px; margin-left: 15px; width: calc(100% - 30px); }
    .dval-ad-link { align-items: flex-start; flex-direction: column; gap: 14px; padding: 16px; }
    .dval-ad-cta { width: 100%; }
}
