/* Isolated selectors: do not reset forms or legacy site typography. */
#sempc-banner, #sempc-banner * { box-sizing: border-box; }
#sempc-banner[hidden] { display: none !important; }
#sempc-banner {
    position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 2147483600;
    max-width: 1060px; max-height: calc(100vh - 40px); overflow: auto; margin: 0 auto;
    padding: 22px 24px; border: 1px solid #c3d4e7; border-radius: 12px;
    background: #fff; color: #243348; font: normal 15px/1.5 Arial, sans-serif;
    box-shadow: 0 4px 24px rgba(31, 58, 91, .16); text-align: left;
    display: flex; align-items: center; gap: 26px;
}
#sempc-banner .sempc-copy { flex: 1 1 60%; min-width: 0; }
#sempc-banner h2 { margin: 0 0 7px; padding: 0; color: #243348; background: none;
    border: 0; font: bold 18px/1.3 Arial, sans-serif; letter-spacing: normal; text-transform: none; }
#sempc-banner p { margin: 0; padding: 0; font: inherit; color: inherit; }
#sempc-banner #sempc-status { margin-top: 7px; font-size: 13px; color: #536277; }
#sempc-banner #sempc-status:empty { display: none; }
#sempc-banner .sempc-actions { flex: 0 1 235px; display: flex; flex-direction: column; gap: 9px; }
#sempc-banner button { position: static; float: none; display: block; width: 100%; min-height: 44px;
    margin: 0; padding: 10px 14px; border: 1px solid #5a78a1; border-radius: 6px; background: #f3f7fd;
    color: #1f3f6c; font: bold 14px/1.35 Arial, sans-serif; cursor: pointer; text-shadow: none; box-shadow: none;
    white-space: normal; text-align: center; }
#sempc-banner button:hover { background: #e4eefb; }
#sempc-banner button:focus-visible, [data-semya-consent-open]:focus-visible { outline: 3px solid #446ead; outline-offset: 3px; }
.sempc-footer { padding-top: 8px; font: normal 13px/1.4 Arial, sans-serif; }
.sempc-footer a { font: inherit; cursor: pointer; }

.semya-consent-footer { clear: both; margin-top: 8px; font: normal 13px/1.4 Arial, sans-serif; }
.semya-consent-footer a { color: #237FBE; text-decoration: underline; cursor: pointer; }
@media (max-width: 650px) {
    #sempc-banner { left: 10px; right: 10px; bottom: 10px; padding: 17px; gap: 14px;
        display: block; max-height: calc(100vh - 20px); font-size: 14px; }
    #sempc-banner h2 { font-size: 17px; }
    #sempc-banner .sempc-actions { margin-top: 14px; gap: 9px; }
    #sempc-banner button { min-height: 44px; }
}

#sempc-banner .sempc-policy { margin-top: 8px; }
#sempc-banner .sempc-policy a { color: #1f3f6c; text-decoration: underline; }
#localLoginPopup fieldset { background: #EDE6CB; border: 1px solid #D6D3BB; border-radius: 10px; box-shadow: 0 1px 0 #fff; margin: auto; padding: 18px; width: 337px; position: relative; }
#localLoginPopup h3 { color: #353535; font-weight: bold; margin: 0 0 10px 40px; }
