.fan-disclaimer {
    clear: both;
    width: calc(100% - 40px);
    max-width: 900px;
    margin: 24px auto;
    padding: 10px 16px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 5px;
    background: rgba(5, 70, 116, 0.82);
    box-shadow: 0 1px 3px rgba(0, 44, 78, 0.28);
    color: #fff;
    font: bold 11px/16px Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 37, 68, 0.65);
}

.fan-disclaimer-text {
    display: block;
}

.fan-disclaimer-link {
    display: inline-block;
    margin-top: 4px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

.fan-disclaimer-link:hover,
.fan-disclaimer-link:focus {
    color: #ffe168;
}

.registration-privacy-note {
    width: 500px;
    margin: 14px auto 0 !important;
    color: #526a79;
    font: 11px/16px Arial, Helvetica, sans-serif;
    text-align: center;
}

.registration-privacy-note a {
    color: #07558c;
    text-decoration: underline;
}

#nx-wrap-bot + .fan-disclaimer {
    margin-top: -78px;
    margin-bottom: 22px;
}

@media (max-width: 700px) {
    .fan-disclaimer,
    #nx-wrap-bot + .fan-disclaimer {
        width: calc(100% - 24px);
        margin: 18px auto;
    }
}

body.fan-notice-open {
    overflow: hidden;
}

.fan-notice-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: rgba(0, 31, 57, 0.78);
}

.fan-notice-dialog {
    width: 100%;
    max-width: 600px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 34px 38px 30px;
    box-sizing: border-box;
    border: 4px solid #fff;
    border-radius: 14px;
    background: #f8fdff;
    box-shadow: 0 12px 40px rgba(0, 24, 48, 0.5);
    color: #164f74;
    font: 14px/1.6 Arial, Helvetica, sans-serif;
    text-align: left;
}

.fan-notice-kicker {
    margin-bottom: 7px;
    color: #1484bb;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.fan-notice-dialog h2,
.fan-notice-dialog h3 {
    margin: 0;
    color: #07558c;
    line-height: 1.2;
}

.fan-notice-dialog h2 {
    font-size: 27px;
}

.fan-notice-dialog h3 {
    margin-top: 24px;
    font-size: 19px;
}

.fan-notice-dialog p {
    margin: 12px 0 0;
}

.fan-notice-button-row {
    margin-top: 27px;
    text-align: center;
}

.fan-notice-button {
    min-width: 170px;
    padding: 11px 24px;
    border: 2px solid #07558c;
    border-radius: 22px;
    background: #ffd132;
    box-shadow: 0 3px 0 #d79500;
    color: #073f69;
    cursor: pointer;
    font: bold 15px Arial, Helvetica, sans-serif;
}

.fan-notice-button:hover,
.fan-notice-button:focus {
    background: #ffe168;
    outline: 3px solid rgba(20, 132, 187, 0.35);
}

.fan-notice-button:active {
    position: relative;
    top: 2px;
    box-shadow: 0 1px 0 #d79500;
}

.fan-notice-leave {
    display: block;
    width: max-content;
    margin: 15px auto 0;
    color: #357294;
    font-size: 12px;
    text-decoration: underline;
}

.fan-notice-leave:hover,
.fan-notice-leave:focus {
    color: #07558c;
    outline: 2px solid rgba(20, 132, 187, 0.35);
    outline-offset: 3px;
}

@media (max-width: 560px) {
    .fan-notice-overlay {
        padding: 14px;
    }

    .fan-notice-dialog {
        max-height: calc(100vh - 28px);
        padding: 25px 22px 23px;
    }

    .fan-notice-dialog h2 {
        font-size: 23px;
    }
}
