/* Banner bajo el header — paridad visual con ux_banner height 250 / 100 sm */

.mdpd-page-banner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    min-height: 250px;
    background-color: #465f70;
    background-position: 73% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mdpd-page-banner--sin-imagen {
    background-image: none;
}

.mdpd-page-banner__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 1em 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
}

.mdpd-page-banner__title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 2px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 849px) {
    .mdpd-page-banner {
        min-height: 100px;
        background-position: center center;
    }

    .mdpd-page-banner__inner {
        padding: 0.75rem 1em;
    }

    .mdpd-page-banner__title {
        font-size: 1.25rem;
    }
}
