.sh-consent,
.sh-consent-manage,
.sh-bankmonitor-notice {
    box-sizing: border-box;
    font-family: Manrope, Arial, sans-serif;
}

.sh-bankmonitor-notice {
    width: min(100%, 720px);
    margin: 14px auto 0;
    padding: 12px 14px;
    border: 1px solid #cbd9e6;
    border-radius: 10px;
    background: #f3f7ff;
    color: #526574;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

.sh-bankmonitor-notice a {
    color: #0d3b66;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sh-conversion-embed[data-sh-lazy-frame-wrap] {
    position: relative;
}

.sh-conversion-embed[data-sh-lazy-frame-wrap] > iframe {
    background: #f3f7ff;
}

.sh-conversion-embed[data-sh-lazy-frame-wrap].is-sh-loading::before {
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 50%;
    width: 42px;
    height: 42px;
    border: 4px solid #cbd9e6;
    border-top-color: #0d4777;
    border-radius: 50%;
    animation: sh-main-frame-spin .9s linear infinite;
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
}

@keyframes sh-main-frame-spin {
    to { transform: translateX(-50%) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    .sh-conversion-embed[data-sh-lazy-frame-wrap].is-sh-loading::before {
        animation-duration: 1.8s;
    }
}

.shp-product-iframe {
    min-height: 770px !important;
    flex-direction: column;
    gap: 12px;
}

.shp-product-iframe .sh-bankmonitor-notice {
    width: min(360px, 100%);
    margin-top: 0;
    background: #fff;
}

@media (max-width: 700px) {
    .shp-product-iframe {
        min-height: 770px !important;
        padding-inline: 7px !important;
    }
}

.sh-consent[hidden],
.sh-consent-manage[hidden] {
    display: none !important;
}

.sh-consent {
    display: flex;
    position: fixed;
    z-index: 999999;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: min(920px, calc(100% - 48px));
    margin-inline: auto;
    padding: 22px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid #cbd9e6;
    border-radius: 16px;
    background: #fff;
    color: #172b3a;
    box-shadow: 0 22px 60px rgba(8, 43, 75, .24);
}

.sh-consent-copy {
    max-width: 620px;
}

.sh-consent-copy strong {
    display: block;
    margin-bottom: 7px;
    color: #082b4b;
    font-size: 18px;
}

.sh-consent-copy p {
    margin: 0;
    color: #526574;
    font-size: 14px;
    line-height: 1.6;
}

.sh-consent-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.sh-consent button,
.sh-consent-manage {
    min-height: 44px;
    padding: 0 17px;
    border: 2px solid #0d3b66;
    border-radius: 10px;
    background: #fff;
    color: #0d3b66;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    animation: none !important;
    transition: none !important;
}

/* Isolated from theme and Elementor button styles. */
body button.sh-consent-manage[data-sh-consent-manage] {
    display: inline-flex !important;
    right: 18px !important;
    bottom: 18px !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .72) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #082b4b !important;
    box-shadow: 0 10px 30px rgba(8, 43, 75, .28) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body button.sh-consent-manage[data-sh-consent-manage]:hover,
body button.sh-consent-manage[data-sh-consent-manage]:focus-visible {
    border-color: #c9472b !important;
    background: #f3f7ff !important;
    color: #082b4b !important;
    transform: translateY(-1px);
}

body button.sh-consent-manage[data-sh-consent-manage][hidden] {
    display: none !important;
}

.sh-consent .sh-consent-accept {
    border-color: #c9472b !important;
    background: #c9472b !important;
    color: #fff !important;
}

/* The active theme adds a global pink button background. Keep the consent
   choices inside the Design Core palette regardless of theme load order. */
body .sh-consent .sh-consent-actions button[data-sh-consent="denied"] {
    border-color: #0d3b66 !important;
    background: #fff !important;
    color: #0d3b66 !important;
}

body .sh-consent .sh-consent-actions button[data-sh-consent="granted"] {
    border-color: #c9472b !important;
    background: #c9472b !important;
    color: #fff !important;
}

.sh-consent button:hover,
.sh-consent button:focus-visible,
.sh-consent-manage:hover,
.sh-consent-manage:focus-visible {
    outline: 3px solid rgba(13, 59, 102, .2);
    outline-offset: 2px;
}

.sh-consent-manage {
    position: fixed;
    z-index: 999998;
    right: 16px;
    bottom: 16px;
    min-height: 38px;
    padding-inline: 13px;
    border-width: 1px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(8, 43, 75, .16);
    font-size: 12px;
}

.sh-bankmonitor-notice {
    max-width: 760px;
    margin: 14px auto 0;
    padding: 12px 14px;
    border: 1px solid #cbd9e6;
    border-radius: 10px;
    background: #f3f7ff;
    color: #42576a;
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

.sh-bankmonitor-notice a {
    color: #0d3b66;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 700px) {
    .sh-consent {
        display: block;
        right: 14px;
        bottom: 14px;
        left: 14px;
        width: calc(100% - 28px);
        padding: 18px;
    }

    .sh-consent-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .sh-consent-actions button {
        width: 100%;
    }
}
