/* ==================================================
PINK DESK HEADER BAND
================================================== */

.pd-seal-banner {
    /* position: relative;
    isolation: isolate;

    width: min(1100px, calc(100vw - 40px));
    max-width: none;

    margin: 0 auto;
    padding: 165px 0 1rem;

    box-sizing: border-box;
    text-align: center; */

    position: relative;
    isolation: isolate;
    overflow: visible;
     z-index: 10;

    width: 100%;
    height: 112px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* Full-width blush band */

.pd-seal-banner::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;

    width: 100vw;
    height: 100px;

    background: linear-gradient(
        90deg,
        #fff9fb 0%,
        #fbe9f1 32%,
        #f7dce8 50%,
        #fbe9f1 68%,
        #fff9fb 100%
    );

    border-bottom: 1px solid rgba(217, 95, 141, 0.14);

    transform: translateX(-50%);
}


/* Keep header content above band */

.pd-seal-banner__row {
    position: relative;
    inset: 0;
    z-index: 2;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin: 0 !important;

    /* new code */
     position: absolute;
    inset: 0;
    z-index: 2;

    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;
} 


/* Remove layout sizing from WP image wrapper */

.pd-seal-banner__row > .wp-block-image {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ==================================================
SEAL MEDALLION
================================================== */

/* .pd-seal-banner__logo {
    position: absolute !important;

    top: -118px;
    left: 50%;
    z-index: 4;

    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 118px !important;
    height: 118px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff;

    border: 5px solid #ffffff;
    border-radius: 50%;

    box-sizing: content-box;

    transform: translateX(-50%);
} */

.pd-seal-banner__logo {
    position: absolute !important;

    left: 50%;
    bottom: -53px;
    z-index: 10;

    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;

    aspect-ratio: 1 / 1;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;

    box-sizing: border-box !important;

    transform: translateX(-50%);
}

/* Perfect circular white surround */

.pd-seal-banner__logo::before {
    content: "";

    position: absolute;
    inset: -6px;
    z-index: -1;

    background: #ffffff;
    border-radius: 50%;
}

.pd-seal-banner__logo img {
    /* display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;

    margin: 0 !important;

    object-fit: contain !important; */

    /* ==================================================
    PINK DESK SEAL . PRESSED EFFECT
    ================================================== */

    /* border-radius: 50%;

    box-shadow:
        inset 0 2px 4px rgba(31, 58, 95, 0.14),
        inset 0 -1px 2px rgba(255, 255, 255, 0.85),
        0 1px 2px rgba(31, 58, 95, 0.10);

    filter:
        drop-shadow(0 1px 1px rgba(31, 58, 95, 0.08));

    transform: translateY(1px); */


    display: block !important;

    width: 118px !important;
    height: 118px !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;

    object-fit: cover !important;
    aspect-ratio: 1 / 1;

    transform: none !important;
}

