/* LTP (Legal Terms and Privacy) banner styles */
@font-face {
    font-family: 'LetterGothicMTRegular';
    font-weight: normal;
    font-style: normal;
    src: url('https://static.cdn.adultswim.com/tools/fonts/LetterGothicMTRegular.otf') format('opentype');
}
@font-face {
    font-family: 'LetterGothicMTStd';
    font-weight: normal;
    font-style: normal;
    src: url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.woff') format('woff'),
         url('https://static.cdn.adultswim.com/tools/fonts/letter-gothic-standard.ttf') format('truetype');
}
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: normal;
    font-style: normal;
    src: url('https://static.cdn.adultswim.com/tools/fonts/HelveticaNeue.ttc#1') format('collection');
}
@font-face {
    font-family: 'HelveticaNeue';
    font-weight: bold;
    font-style: normal;
    src: url('https://static.cdn.adultswim.com/tools/fonts/HelveticaNeue-Bold.otf') format('opentype');
}
dialog#ltp-dialog {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100%;
    max-width: 100vw;
    border: 0;
    background: rgba(255, 255, 255, 0.35);
    padding: 0;
    margin: 0;
    z-index: 999999;
}
#ltp-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
}
dialog .ltp-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    background: #000;
    padding: 2.5rem 1.5rem; /* 40px 24px */
    display: flex;
    align-items: center;
}
dialog .ltp-container {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    column-gap: 4rem; /* 64px */
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: stretch;
}
@media only screen and (min-width: 738px) {
    dialog .ltp-container {
        flex-direction: row;
        align-items: center;
        row-gap: 16px;
        column-gap: 4rem; /* 64px */
    }
}
.ltp-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    overflow-wrap: break-word;
}
@media only screen and (min-width: 738px) {
    .ltp-text {
        flex: 1;
    }
}
dialog #ltp-header {
    margin: 0;
}
#ltp-header {
    font-family: LetterGothicMTStd, monospace;
    font-size: 1.625rem; /* 26px */
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
}
#ltp-terms {
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 22px;
    color: #fff;
}
#ltp-terms a {
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #FFF10C;
    text-decoration: underline;
    transition: color 0.4s;
}
#ltp-terms a:hover,
#ltp-terms a:focus,
#ltp-terms a:focus-visible {
    color: rgb(240, 94, 249);
    text-decoration: none;
}
#ltp-submit {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 737px) {
    dialog .ltp-banner {
        padding: 20px 24px;
    }
    dialog .ltp-container {
        row-gap: 24px;
    }
    #ltp-header {
        font-size: 1.125rem; /* 18px */
        line-height: 24px;
        font-family: LetterGothicMTStd, monospace;
    }
    #ltp-terms {
        font-size: 0.875rem; /* 14px */
    }
    #ltp-submit {
        width: 100%;
    }
}
@media only screen and (min-width: 738px) {
    #ltp-submit {
        flex-shrink: 0;
        align-self: center;
    }
}
dialog .btn.btn-primary {
    background-color: #FFF10C;
    border-radius: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s;
    color: #000;
    font-family: LetterGothicMTStd, monospace;
    font-weight: 400;
    font-size: 1.125rem; /* 18px */
    line-height: 1;
    width: 94px;
    height: 47.984px;
    padding: 2px 1rem 0 1rem; /* top padding to optically center */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
dialog .btn.btn-primary:hover {
    background: rgb(240, 94, 249);
    border: 1px rgb(240, 94, 249) solid;
    color: rgb(0, 0, 0);
}
dialog .btn.btn-primary:focus-visible {
    outline: 2px solid rgb(240, 94, 249);
    outline-offset: 2px;
}
@media only screen and (max-width: 737px) {
    dialog .btn.btn-primary {
        width: 100%;
        height: 47.984px;
        transition: none;
    }
}
dialog .btn.btn-full-width {
    cursor: pointer;
}
