.rt-state-brand {
    padding-top: 28px;
    padding-bottom: 24px;
}

.rt-state-logo {
    display: block;
    width: auto;
    max-width: 210px;
    height: 42px;
    margin: 0 auto;
    object-fit: contain;
}

.rt-state-brand-label {
    margin: 0;
    color: #3268d5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.rt-state-content {
    padding-top: 34px;
    text-align: center;
}

.rt-state-icon {
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    border: 1px solid #d6e1ed;
    border-radius: 24px;
    background: linear-gradient(145deg, #f6f9fd, #edf3f9);
    color: #61738b;
    font-size: 32px;
    font-weight: 800;
    place-items: center;
    box-shadow: 0 14px 30px rgba(57, 77, 104, .12);
}

.rt-state-icon::before {
    content: "!";
}

.rt-state-kicker {
    margin-bottom: 9px;
    color: #60718a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rt-state-heading {
    max-width: 500px;
    margin: 0 auto;
    color: #15213a;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.rt-state-message {
    max-width: 490px;
    margin: 14px auto 0;
    color: #52657e;
    font-size: 15px;
    line-height: 1.7;
}

.rt-state-message strong {
    color: #1e304c;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.rt-state-guidance {
    display: flex;
    max-width: 470px;
    margin: 28px auto 0;
    padding: 16px 18px;
    border: 1px solid #dbe5f0;
    border-radius: 16px;
    background: #f6f9fd;
    align-items: center;
    text-align: left;
}

.rt-state-guidance-icon {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-right: 13px;
    border-radius: 50%;
    background: #e5edf6;
    color: #48617e;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    place-items: center;
}

.rt-state-guidance strong,
.rt-state-guidance small {
    display: block;
}

.rt-state-guidance strong {
    color: #1e304c;
    font-size: 14px;
    font-weight: 800;
}

.rt-state-guidance small {
    margin-top: 3px;
    color: #6d7e94;
    font-size: 11px;
    line-height: 1.5;
}

.rt-state-close {
    margin: 18px 0 0;
    color: #8290a3;
    font-size: 11px;
    line-height: 1.5;
}

.rt-state-action-wrap {
    max-width: 470px;
    margin: 26px auto 0;
    padding-top: 22px;
    border-top: 1px solid #e3eaf2;
}

.rt-state-action-intro {
    margin: 0 0 12px;
    color: #718198;
    font-size: 12px;
    line-height: 1.55;
}

.rt-state-action {
    display: inline-flex;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid #b9cae0;
    border-radius: 12px;
    background: #fff;
    color: #315dba !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    touch-action: manipulation;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.rt-state-action:hover,
.rt-state-action:focus {
    border-color: #6f91cc;
    background: #f5f9ff;
    color: #244d9f !important;
    text-decoration: none !important;
}

.rt-state-action:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(50, 104, 213, .14);
}

.rt-state-action:active {
    transform: scale(.98);
}

.rt-state-unsubscribed .rt-state-icon {
    border-color: #c9dcf7;
    background: linear-gradient(145deg, #eff5ff, #e4eefc);
    color: #3268d5;
}

.rt-state-unsubscribed .rt-state-icon::before {
    content: "\2713";
}

.rt-state-unsubscribed .rt-state-kicker {
    color: #315fbd;
}

.rt-state-unsubscribed .rt-state-guidance-icon {
    background: #e5eefc;
    color: #315fbd;
}

.rt-state-reported .rt-state-icon {
    border-color: #f0d5c2;
    background: linear-gradient(145deg, #fff5ee, #fbe8dc);
    color: #c15c29;
}

.rt-state-reported .rt-state-icon::before {
    content: "!";
}

.rt-state-reported .rt-state-kicker {
    color: #b55325;
}

.rt-state-reported .rt-state-guidance-icon {
    background: #fae9de;
    color: #b55325;
}

.rt-state-restored .rt-state-icon {
    border-color: #bfe6d1;
    background: linear-gradient(145deg, #e9f8f0, #dff3e9);
    color: #27925f;
}

.rt-state-restored .rt-state-icon::before {
    content: "\2713";
}

.rt-state-restored .rt-state-kicker {
    color: #27895b;
}

.rt-state-restored .rt-state-guidance-icon {
    background: #dff3e9;
    color: #27895b;
}

.rt-state-completed .rt-state-icon {
    border-color: #bfe6d1;
    background: linear-gradient(145deg, #e9f8f0, #dff3e9);
    color: #27925f;
}

.rt-state-completed .rt-state-icon::before {
    content: "\2713";
}

.rt-state-completed .rt-state-kicker {
    color: #27895b;
}

.rt-state-completed .rt-state-guidance-icon {
    background: #dff3e9;
    color: #27895b;
}

.rt-state-inactive .rt-state-icon,
.rt-state-expired .rt-state-icon {
    border-color: #f0d8a9;
    background: linear-gradient(145deg, #fff8e9, #fff1d2);
    color: #b77b13;
}

.rt-state-inactive .rt-state-icon::before {
    content: "\2016";
}

.rt-state-expired .rt-state-icon::before {
    content: "\231B";
    font-size: 27px;
}

.rt-state-inactive .rt-state-kicker,
.rt-state-expired .rt-state-kicker {
    color: #a66e0d;
}

.rt-state-inactive .rt-state-guidance-icon,
.rt-state-expired .rt-state-guidance-icon {
    background: #fff0cf;
    color: #a66e0d;
}

@media (max-width: 600px) {
    .rt-state-brand {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .rt-state-logo {
        height: 37px;
    }

    .rt-state-content {
        padding-top: 36px;
    }

    .rt-state-heading {
        font-size: 26px;
    }

    .rt-state-message {
        font-size: 14px;
    }

    .rt-state-action {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .rt-state-icon {
        width: 70px;
        height: 70px;
    }

    .rt-state-heading {
        font-size: 24px;
    }

    .rt-state-guidance {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rt-state-action {
        transition: none;
    }
}
