.rhn-cookie-banner {
    position: fixed;
    inset: auto 22px 22px 22px;
    z-index: 100000;
    display: none;
    max-width: 720px;
    margin: 0 auto;
    padding: 26px 28px;
    border-left: 5px solid #2DBE60;
    background: #18191d;
    color: #d7dad8;
    box-shadow: 0 18px 55px rgba(0,0,0,.35);
    font-family: "Work Sans", sans-serif;
}
.rhn-cookie-banner.is-visible { display: block; }
.rhn-cookie-title { margin: 0 0 8px; color: #fff; font-size: 24px; font-weight: 800; }
.rhn-cookie-banner p { margin: 0 0 18px; font-size: 14px; line-height: 1.65; }
.rhn-cookie-banner a { color: #2DBE60; text-decoration: underline; }
.rhn-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rhn-cookie-btn { padding: 11px 17px; border: 1px solid #4a4d4b; background: transparent; color: #fff; font: 700 13px "Work Sans", sans-serif; cursor: pointer; }
.rhn-cookie-btn:hover { border-color: #2DBE60; }
.rhn-cookie-btn-primary { border-color: #2DBE60; background: #2DBE60; }
.rhn-cookie-btn-settings { margin-right: auto; }
.rhn-cookie-details { display: none; margin: 18px 0; padding-top: 16px; border-top: 1px solid #3b3e3c; }
.rhn-cookie-details.is-open { display: block; }
.rhn-cookie-option { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; }
.rhn-cookie-option strong { display: block; color: #fff; }
.rhn-cookie-option small { display: block; margin-top: 3px; color: #aeb3b0; line-height: 1.45; }
.rhn-cookie-switch { width: 46px; height: 25px; flex: 0 0 auto; accent-color: #2DBE60; }
.rhn-cookie-reopen { margin-left: 10px; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.rhn-cookie-reopen:hover { color: #2DBE60; }
.rhn-external-placeholder { display: flex; min-height: 320px; align-items: center; justify-content: center; padding: 30px; background: #e9ecea; text-align: center; }
.rhn-external-placeholder-inner { max-width: 460px; }
.rhn-external-placeholder strong { display: block; margin-bottom: 8px; color: #18191d; font-size: 22px; }
.rhn-external-placeholder button { margin-top: 14px; padding: 11px 18px; border: 0; background: #2DBE60; color: #fff; font-weight: 700; cursor: pointer; }
@media (max-width: 575px) {
    .rhn-cookie-banner { inset: auto 10px 10px 10px; padding: 21px 19px; }
    .rhn-cookie-actions { display: grid; }
    .rhn-cookie-btn-settings { margin-right: 0; }
}
