:root {
    --search-box-position: -65px;
}
body.user-authenticated {
    --search-box-position: -32px;
}

.markdown-body figure.content-column,
.markdown-body .content-column figure {
    margin-left: 0;
    margin-right: 0;
}

h2.page-cut-heading {
    font-weight: 700;
}

#intro .markdown-body {
    margin-block-start: 24px;
}

/* !-Comparison Table */

.markdown-body .comparison-table {
    display: table;
}

.markdown-body .comparison-table tr:nth-child(2n) {
    background-color: white;
}

.comparison-table {
    font-size: 0.875rem;
    line-height: 1.375;
}

.comparison-table a,
.comparison-tablea:visited {
    color: inherit;
}

.comparison-table small {
    display: inline-block;
}

.comparison-table strong {
    color: #555;
}

.comparison-table th {
    font-weight: 500;
    background-color: #fafafa;
}

.comparison-table th.header-gap {
    background-color: white;
    border-left: hidden !important;
    border-top: hidden !important;
}

.comparison-table th {
    text-align: left;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #f0f0f0 !important;
    padding: 8px;
}

.markdown-body .comparison-table th,
.markdown-body .comparison-table td {
    padding: 8px;
}

.comparison-table thead th,
.comparison-table tfoot th,
.comparison-table td {
    text-align: center;
}

.comparison-table thead tr.secondary th,
.comparison-table tfoot tr.secondary th {
    font-size: 0.8125rem;
    color: #808080;
}

.comparison-table thead tr.pricing th,
.comparison-table tfoot tr.pricing th {
    color: #979797;
    word-break: keep-all;
}

.comparison-table thead tr.secondary th {
    border-top: hidden !important;
    padding-top: 0;
}

.comparison-table tfoot tr.secondary th {
    border-bottom: hidden !important;
    padding-bottom: 0;
}

.comparison-table thead tr.secondary th a {
    font-weight: 500;
}

.comparison-table.sticky-headers thead tr:first-child th,
.comparison-table.sticky-headers thead tr.signups th,
.comparison-table.sticky-headers thead tr.pricing th,
.comparison-table.sticky-headers thead tr.signups+tr.pricing th {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.comparison-table.sticky-headers thead tr:first-child th {
    top: -1px;
    top: calc(var(--site-header-sticky-height) - 1px);
    z-index: 9;
}

.comparison-table.sticky-headers thead tr.signups th,
.comparison-table.sticky-headers thead tr.pricing th {
    top: 2rem;
    top: calc(var(--site-header-sticky-height) + 2rem);
    z-index: 8;
}

.comparison-table.sticky-headers thead tr.signups+tr.pricing th {
    top: 3.4375rem;
    top: calc(var(--site-header-sticky-height) + 3.4375rem);
    z-index: 7;
}

/* Enhanced Table markup - BEGINS */
.comparison-table tbody tr td.tierPlaceholder {
    display: none;
}
.comparison-table thead tr.signups+tr.pricing th.header-gap-extra {
    display: none;
}

.comparison-table .indicator-circle-gray-outline {
    background: transparent;
    border: none;
    border-radius: 0;
    color: rgb(36,41,47,1);
    display: block;
    font-size: 1em;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.comparison-table .indicator-check {
    font-weight: 600;
}

.comparison-table .addon_info {
    color: rgb(36,41,47,1);
    font-size: 11px;
}
.comparison-table .addon_info::after{
    background-image: url("../images/info_icon.svg");
    content: '';
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    vertical-align: text-bottom;
    width: 12px;
}

.comparison-table .indicator-vod {
    color: rgb(188,76,0,1);
    font-size: 11px;
}
.comparison-table .indicator-vod::after {
    background-image: url("../images/info_icon.svg");
    color: rgb(36,41,47,1);
    content: '';
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    vertical-align: text-bottom;
    width: 12px;
}

/* TOOLTIP Positioning */
.comparison-table .tooltipped::after {
    white-space: pre-wrap;
    width: 188px;
}
/* position right column tooltipped-s like tooltipped-sw */
.comparison-table .tooltipped-s:last-of-type::after {
    top: 100%;
    right: 100px;
    margin-top: 6px;
    margin-right: 10px;
}

/* position last row tooltipped-s like tooltipped-n */
.comparison-table tr:last-of-type .tooltipped-s::after {
    top: -10px;
    bottom: 41px;
    margin-bottom: -7px;
    margin-top: -16px;
    transform: translateX(50%);
    right: 50%;
    left: auto;
    margin-left: -16px;
}
.comparison-table tr:last-of-type .tooltipped-s::before {
    top: 0;
    bottom: auto;
    margin-left: 0;
    margin-right: -6px;
    border-bottom: none;
    border-top-color: var(--color-neutral-emphasis-plus);
}

/* position last row, right column tooltipped-s like tooltipped-nw */
.comparison-table tr:last-of-type .tooltipped-s:last-of-type::after {
    top: -10px;
    bottom: 41px;
    margin-bottom: -7px;
    margin-top: -16px;
    transform: translateX(50%);
    right: 10px;
    left: -155%;
    margin-left: -16px;
}
#comparison-of-channels-across-live-tv-streaming-services ~ h3 + figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after {
    left: -230%;
}
.comparison-table tr:last-of-type .tooltipped-s:last-of-type::before {
    top: 0px;
    bottom: auto;
    margin-left: -6px;
    margin-right: 0;
    border-bottom: none;
    border-top-color: var(--color-neutral-emphasis-plus);
}

/* TOOLTIP Positioning - ENDS */
/* Enhanced Table markup ENDS */

@media screen and (max-width: 54em) {
    .comparison-table.sticky-headers {
        position: relative;
    }

    .comparison-table.sticky-headers thead tr:first-child th {
        top: -1px;
    }

    .comparison-table.sticky-headers thead tr.signups th,
    .comparison-table.sticky-headers thead tr.pricing th {
        top: 2rem;
    }

    .comparison-table.sticky-headers thead tr.signups + tr.pricing th {
        top: 3.4375rem;
    }

    /* TOOLTIP Mobile Positioning - BEGINS */
    figure .comparison-table .tooltipped::after {
        width: 120px;
    }

    figure.narrow-table-wrapper .comparison-table .tooltipped::after {
        width: 100px;
    }

    /* position left column tooltipped-s like tooltipped-se */
    .comparison-table .tooltipped-s:first-of-type::after {
        top: 100%;
        right: 50%;
        margin-top: 6px;
        left: -50px;
        margin-left: -16px;
    }

    /* position right column tooltipped-s like tooltipped-sw */
    .comparison-table .tooltipped-s:last-of-type::after {
        right: 90px;
        margin-right: -16px;
    }

    #local-market-broadcasts ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after,
    #regional-sports-networks-stream-your-local-sports-teams ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after,
    #sports-channels ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed ~ figure.wide-table-wrapper table.comparison-table tr:last-of-type .tooltipped-s::after,
    h5 ~ figure.medium-table-wrapper table.comparison-table tr:last-of-type .tooltipped-s::after {
        bottom: 60px;
        top: -10px;
    }

    #channels ~ h3 + figure.wide-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s::after,
    #channels ~ h4 + figure.wide-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s::after,
    #channels ~ h3 + figure.medium-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s::after,
    #channels ~ h4 + figure.medium-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s::after,
    #will-i-get-my-local-regional-sports-networks-rsns ~ div figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s::after {
        bottom: 60px;
        top: -30px;
    }

    #nationally-televised-broadcasts ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after,
    figure.matchmaker-results-laus-table-wrapper ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s::after {
        bottom: 105px;
        top: -10px;
    }

    #best-way-to-watch-every-ligue-un-match-without-cable ~ h3 + p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s::after,
    figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody.live-tv-streaming-sports-events-table-no-upcoming-events tr.live-tv-streaming-sports-events-table-old-event:last-of-type .tooltipped-s::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed + script + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s::after {
        bottom: 116px;
        top: -10px;
    }

    #best-service-for-each-college-football-team ~ h3 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s::after,
    #college-basketball-teams ~ h3 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s::after {
        top: -30px;
        bottom: 40px !important;
    }

    #nationally-televised-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s::after {
        top: -10px;
        bottom: 40px !important;
    }

    #local-market-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s::after {
        top: -10px;
        bottom: 60px !important;
    }

    #nationally-televised-broadcasts ~ h2[id$="tv-schedule"] ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after,
    #out-of-market-broadcasts ~ h3 ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after {
        bottom: auto !important;
        margin-top: 6px;
        right: 50%;
        top: 60% !important;
    }

    #nationally-televised-broadcasts ~ h2[id$="tv-schedule"] ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::before,
    #out-of-market-broadcasts ~ h3 ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::before {
        top: 60%;
        right: 50%;
        bottom: auto;
        border-bottom: 7px solid !important;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 0;
        border-bottom-color: var(--color-neutral-emphasis-plus);
    }

    /* position last row, left column tooltipped-s like tooltipped-ne */
    .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after {
        top: -10px;
        bottom: 41px;
        margin-bottom: -7px;
        margin-top: -16px;
        transform: translateX(50%);
        right: 50%;
        left: -50px;
        margin-left: -16px;
    }

    figure.narrow-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after {
        right: 150px;
        left: -50px;
    }

    h5 ~ figure.medium-table-wrapper table.comparison-table tr:last-of-type .tooltipped-s:first-of-type::after {
        bottom: 60px;
        top: -10px;
    }

    #channels ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    #channels ~ figure.medium-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    #comparison-of-channels-across-live-tv-streaming-services ~ h3 + figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    #local-market-broadcasts ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    #regional-sports-networks-stream-your-local-sports-teams ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    #sports-channels ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    #will-i-get-my-local-regional-sports-networks-rsns ~ div figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed ~ figure.wide-table-wrapper table.comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed + script + figure.wide-table-wrapper .comparison-table.sticky-headers thead tr.secondary.signups:last-of-type .tooltipped-s:first-of-type::after {
        bottom: 60px;
        top: -30px;
    }

    #local-market-broadcasts ~ h3 ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    #nationally-televised-broadcasts ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    figure.matchmaker-results-laus-table-wrapper ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:first-of-type::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:first-of-type::after {
        bottom: 105px;
        top: -30px;
    }

    #best-way-to-watch-every-ligue-un-match-without-cable ~ h3 + p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after,
    figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody.live-tv-streaming-sports-events-table-no-upcoming-events tr.live-tv-streaming-sports-events-table-old-event:last-of-type .tooltipped-s:first-of-type::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed + script + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:first-of-type::after {
        bottom: 116px;
        top: -30px;
    }

    #local-market-broadcasts ~ h3 + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:first-of-type::after {
        bottom: 120px;
        top: -30px;
    }

    #best-service-for-each-college-football-team ~ h3 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after,
    #best-way-to-watch-every-xfl-team-without-cable ~ h4 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after,
    #college-basketball-teams ~ h3 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after,
    #how-to-stream-tennis-without-cable-in-2023 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after,
    #nationally-televised-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type::after {
        top: -30px;
        bottom: 40px !important;
    }

    #local-market-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:first-of-type::after {
        top: -30px;
        bottom: 60px !important;
    }

    #out-of-market-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:first-of-type::after {
        top: -30px;
        bottom: 25px !important;
    }

    .comparison-table tr:last-of-type .tooltipped-s:first-of-type::before {
        top: 0px;
        bottom: auto;
        margin-left: 0px;
        margin-right: -6px;
        border-bottom: none;
        border-top-color: var(--color-neutral-emphasis-plus);
    }

    /* position last row tooltipped-s like tooltipped-n */
    #comparison-of-channels-across-live-tv-streaming-services ~ h3 + figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s::after {
        top: -10px;
        bottom: 60px;
    }

    h5 ~ figure.medium-table-wrapper table.comparison-table tr:last-of-type .tooltipped-s::after {
        bottom: 60px;
        top: -10px;
    }

    /* position last row, right column tooltipped-s like tooltipped-nw */
    .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after,
    #comparison-of-channels-across-live-tv-streaming-services ~ h3 + figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after {
        top: -10px;
        bottom: 41px;
        margin-bottom: -7px;
        margin-top: -16px;
        transform: translateX(50%);
        right: 10px;
        left: -155%;
        margin-left: -16px;
    }

    figure.matchmaker-results-laus-table-wrapper + figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after,
    figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody.live-tv-streaming-sports-events-table-no-upcoming-events tr.live-tv-streaming-sports-events-table-old-event:last-of-type .tooltipped-s:last-of-type::after {
        right: 0;
        left: -97%;
        top: -30px;
    }

    #comparison-of-channels-across-live-tv-streaming-services ~ h3 + figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after,
    #local-market-broadcasts ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after,
    #local-market-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:last-of-type::after,
    #regional-sports-networks-stream-your-local-sports-teams ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after,
    #sports-channels ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after,
    #will-i-get-my-local-regional-sports-networks-rsns ~ div figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type tooltipped-s:last-of-type::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed ~ figure.wide-table-wrapper table.comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type tooltipped-s:last-of-type::after {
        bottom: 60px !important;
        top: -30px;
    }

    #nationally-televised-broadcasts ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after {
        right: 0;
        left: -200%;
        top: -30px;
    }
    figure.matchmaker-results-laus-table-wrapper ~ figure.wide-table-wrapper .comparison-table tr:last-of-type .tooltipped-s:last-of-type::after {
        left: -100%;
        top: -30px;
    }

    #channels ~ h3 + figure.wide-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s:last-of-type::after,
    #channels ~ h4 + figure.wide-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s:last-of-type::after,
    #channels ~ h3 + figure.medium-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s:last-of-type::after,
    #channels ~ h4 + figure.medium-table-wrapper table.comparison-table tbody tr:last-of-type .tooltipped-s:last-of-type::after {
        right: 0;
        left: -170%;
    }

    #best-service-for-each-college-football-team ~ h3 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:last-of-type::after,
    #college-basketball-teams ~ h3 ~ figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:last-of-type::after,
    #nationally-televised-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:first-of-type:last-of-type::after {
        top: -30px;
        bottom: 40px !important;
    }

    #local-market-broadcasts ~ p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:last-of-type::after {
        top: -30px;
        bottom: 60px !important;
    }

    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:last-of-type::after {
        bottom: 105px;
        top: -30px;
        right: 0;
        left: -170%;
    }

    #best-way-to-watch-every-ligue-un-match-without-cable ~ h3 + p + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tr:last-of-type .tooltipped-s:last-of-type::after,
    figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody.live-tv-streaming-sports-events-table-no-upcoming-events tr.live-tv-streaming-sports-events-table-old-event:last-of-type .tooltipped-s:last-of-type::after,
    div.d-flex.flex-wrap.flex-justify-center.gutter-condensed + script + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:last-of-type::after {
        bottom: 116px;
        top: -30px;
        right: 0;
        left: -170%;
    }

    #local-market-broadcasts ~ h3 + figure.wide-table-wrapper .comparison-table.sticky-headers.highlight-row-via-header tbody tr:last-of-type .tooltipped-s:last-of-type::after {
        bottom: 120px;
        top: -30px;
        right: 0;
        left: -170%;
    }


    .comparison-table tr:last-of-type .tooltipped-s:last-of-type::before {
        top: 0px;
        bottom: auto;
        margin-left: -6px;
        margin-right: 0;
        border-bottom: none;
        border-top-color: var(--color-neutral-emphasis-plus);
    }
    /* TOOLTIP Mobile Positioning - ENDS */
}

.comparison-table thead .highlight {
    background-color: #ddf6fe;
    background-image: linear-gradient(166deg, #f6f6f6 44%, #ddf6fe);
    border-bottom-color: #acd4f0;
}

.comparison-table tbody .highlight {
    background-color: #f3fcff;
    border-bottom-color: #b5dffd;
}

.comparison-table tbody .highlight-negative {
    background-color: #fff4f4;
    border-bottom-color: #fdc6d3;
}

/* !--Comparison Table Zig-Zag */

.comparison-table thead .zag-column,
.comparison-table tfoot .zag-column {
    background-color: #f7f7f7;
}

.comparison-table tbody .zag-column {
    background-color: #fcfcfc;
}

.comparison-table thead .highlight.zag-column {
    background-image: linear-gradient(166deg, #f3f3f3 44%, #daf3fb);
}

.comparison-table tbody .highlight.zag-column {
    background-color: #effbfe;
}

.comparison-table tbody .highlight-negative.zag-column {
    background-color: #fcefef;
}

/* !--Comparison Table Hover Focus */

.comparison-table.focus-row tbody tr {
    transition:
            opacity 100ms ease-out
;
}

.comparison-table.focus-row tbody:hover tr {
    opacity: 0.2;
}

.comparison-table.focus-row tbody:hover tr:hover {
    opacity: 1.0;
}

/* !--Comparison Table Highlight Row via Header */

/*.comparison-table.highlight-row-via-header tbody tr th,*/
/*.comparison-table.highlight-row-via-header tbody tr td {*/
/*    transition:*/
/*            background-color 100ms ease-out*/
/*;*/
/*}*/

.comparison-table.highlight-row-via-header tbody tr th:hover,
.comparison-table.highlight-row-via-header tbody tr th:hover ~ th {
    background-color: #fffcdf;
}

.comparison-table.highlight-row-via-header tbody tr th:hover ~ td {
    background-color: #fffcf2;
}

/* !-Matchmaker Results Laus Table */

.matchmaker-results-laus-table-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;

    margin-left: -1.375rem;
    margin-right: -1.375rem;
    margin-top: 0;
    margin-bottom: 0;

    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.matchmaker-results-laus-table th,
.matchmaker-results-laus-table td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.matchmaker-results-laus-table-wrapper table {
    max-width: 44.75rem;
}

.matchmaker-results-laus-split-view-options {
    padding: 1.5em 1em;
    margin-bottom: 1.5em;
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
}

.matchmaker-results-laus-split-view-results {
    overflow: hidden;
}

.matchmaker-results-laus-share-results {
    background-color: #f4faff;
    border: 1px solid #e8ecfc;
    border-radius: 5px;
    padding: 0.5em;
    font-size: 0.875em;
    margin-left: auto;
    margin-right: auto;
}

.matchmaker-results-laus-share-results-header {
    text-align: center;
}

.matchmaker-results-laus-share-results .sharingbuttons {
    text-align: center;
}

.matchmaker-results-laus-share-results .sharingbuttons a {
    margin: 0.25em;
}

.matchmaker-results-laus-share-results .sharingbuttons a:first-child {
    margin-left: 0;
}

.matchmaker-results-laus-share-results .sharingbuttons a:last-child {
    margin-right: 0;
}

.matchmaker-results-laus-show-all-results {
    margin-bottom: 1.5em;
    text-align: center;
}

.matchmaker-results-laus-show-all-results-link {
    font-size: 1.125em;
}

.matchmaker-results-laus-show-all-results-link::after {
    display: inline-block;
    border-style: solid;
    border-width: 0.1875em 0.1875em 0 0;
    border-color: black;
    height: 0.5em;
    width: 0.5em;
    content: "";
    position: relative;
    top: 0.4375em;
    transform: rotate(45deg);
    vertical-align: top;
    margin-left: 0.25em;
    margin-top: 2px;
}

.matchmaker-results-laus-split-view-options-addendum {
    font-size: 0.875em;
    margin-top: 1.5em;
}

@media screen and (min-width: 44.75em) {

    .matchmaker-results-laus-split-view-options {
        float: left;
        width: 33%;
        max-width: none;
        padding: 2em 1.5em;
        margin-left: inherit;
        margin-right: inherit;
    }

    .matchmaker-results-laus-split-view-options-addendum {
        float: left;
        width: 30%;
        clear: left;
        padding-left: 0.5em;
        margin-top: 0;
    }

    .matchmaker-results-laus-split-view-results {
        float: right;
        width: 63.6%;
        width: calc(66.6% - 2rem);
    }

    .main-embed .matchmaker-results-laus-split-view-options {
        width: 30%;
        padding: 1.5em 1em;
    }

    .main-embed .matchmaker-results-laus-split-view-results {
        width: calc(70% - 1rem);
        overflow: hidden;
    }

    .matchmaker-results-laus-table-wrapper {
        overflow-x: initial;
        overflow-y: initial;
        white-space: initial;
        -webkit-overflow-scrolling: initial;

        margin-left: -1em;
        margin-right: -1em;

        padding-left: initial;
        padding-right: initial;
    }

    .matchmaker-results-laus-table-wrapper-narrow {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .matchmaker-results-laus-table-wrapper table {
        max-width: none;
    }

    .matchmaker-results-laus-share-results {
        padding: 0.5em 1em;
        font-size: 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    .matchmaker-results-laus-share-results-header {
        margin-bottom: 0;
        text-align: left;
    }

}

.matchmaker-results-laus-table {
    border-collapse: separate;
    border-spacing: 1em 0;
}

.matchmaker-results-laus-table tbody {
    font-size: 0.875rem;
}

table.matchmaker-results-laus-table th,
table.matchmaker-results-laus-table td {
    border: 1px solid #f3f3f3;
}

.matchmaker-results-laus-table thead th {
    border-bottom-style: hidden;
}

.matchmaker-results-laus-table thead tr:not(:first-child) th,
.matchmaker-results-laus-table tfoot th {
    border-top-style: hidden;
}

.matchmaker-results-laus-table tfoot th {
    border-bottom-style: hidden;
}

.matchmaker-results-laus-table thead th,
.matchmaker-results-laus-table tfoot th {
    background-color: inherit;
    text-align: center;
}

.matchmaker-results-laus-table thead tr.brand-row th {
    border-top: 0.25rem solid #cfd1d2;
}

.matchmaker-results-laus-table thead tr.award-row th {
    color: #424241;
    font-size: 1.125em;
    font-weight: 500;
    border-style: none;
    padding-top: 0;
}

.matchmaker-results-laus-table thead tr.brand-row th {
    font-size: 1.125em;
    color: #424241;
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 0.1em;
}

.matchmaker-results-laus-table thead tr.brand-row th a {
    font-weight: inherit;
}

.matchmaker-results-laus-table thead tr.variant-row th {
    font-size: 1em;
    color: #888;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
}

.matchmaker-results-laus-table thead tr.upgrades-row th {
    font-size: 0.9375rem;
    color: #888;
    font-weight: normal;
    padding-left: 0.7em;
    padding-right: 0.7em;
    vertical-align: top;
}

.matchmaker-results-laus-table thead tr.upgrades-row th .matchmaker-results-laus-table-upgrade-symbol {
    vertical-align: top;
    display: inline-block;
    margin-top: -1px;
    margin-right: 1px;
    margin-bottom: 4px;
}

.matchmaker-results-laus-table thead tr.pricing-row th {
    color: #424241;
    background-color: #fcfcfc;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-bottom-style: solid;
    border-top-style: solid;
}

.matchmaker-results-laus-table thead tr.pricing-row .prominent-price {
    font-size: 1.5em;
    word-break: keep-all;
    line-height: 1.25;
    font-weight: 500;
}

.matchmaker-results-laus-table thead tr.pricing-row th .price-unit {
    font-weight: 400;
    word-break: keep-all;
    color: #888;
}

.matchmaker-results-laus-table thead tr.pricing-row th a.buy-link {
    font-size: 0.8125em;
    font-weight: 400;
    color: #777;
}

.matchmaker-results-laus-table thead tr.pricing-row th a.buy-link:hover,
.matchmaker-results-laus-table thead tr.pricing-row th a.buy-link:focus {
    color: #ed291b;
}

.matchmaker-results-laus-table tbody td {
    border-bottom: hidden;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: top;
    white-space: normal;
}

.matchmaker-results-laus-table tbody tr.status-row td {
    padding-left: 2.5em;
    position: relative;
}

.matchmaker-results-laus-table tbody td {
    border-top-color: #f3f3f3;
}

.matchmaker-results-laus-table tbody tr.section-divider td {
    border-top-color: #f3f3f3;
}

.matchmaker-results-laus-table tbody tr:first-child td {
    border-top-style: hidden;
}

.matchmaker-results-laus-table tfoot tr.promo-row th {
    font-weight: normal;
    text-align: left;
    font-size: 0.875em;
    padding: 0.75em 1em;
    border-style: hidden;
    white-space: normal;
}

.matchmaker-results-laus-table tfoot tr.promo-row th.savings-wash {
    background-color: #f6f8f5;
    background-color: #f2ffef;
    background-image: linear-gradient(to bottom right, #f2ffef, #f2ffef 40%, #ddffdb);
    border-color: #d2f1c5;
    border-style: solid;
    border-top: 1px solid #d6f2d2;
}

.matchmaker-results-laus-table tfoot tr.promo-row th a:not(.no-underline) {
    border-color: #77db57;
}

.matchmaker-results-laus-table tfoot tr.promo-row th a:not(.no-underline):focus,
.matchmaker-results-laus-table tfoot tr.promo-row th a:not(.no-underline):hover {
    border-color: #333;
}


.matchmaker-results-laus-table tfoot tr.cta-row th {
    background-color: #fafafa;
    color: #777;
    font-weight: normal;
    border-top: 1px solid #f3f3f3;
}

.matchmaker-results-laus-table tfoot tr.cta-row th.no-savings {
    border-bottom-style: solid;
}

.matchmaker-results-laus-table-cta-price {
    font-size: 0.875em;
}

a.matchmaker-results-laus-table-cta {
    background-color: #0070F5;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-size: 0.9375em;
    font-weight: 600;
    padding: 0.6667em 1.3333em;
    white-space: nowrap;
    margin-top: 0.333em;
    margin-bottom: 0.333em;

    transition:
            opacity 100ms ease-out
    !important;
}

a.matchmaker-results-laus-table-cta:focus {
    background-color: #0070F5;
    border: 2px solid #0057C2;
    box-shadow: inset 0px 0px 0px 4px #FFFFFF;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 0.9375em;
    font-weight: 600;
    padding: 0.6667em 1.3333em;
    white-space: nowrap;
    margin-top: 0.333em;
    margin-bottom: 0.333em;
}
a.matchmaker-results-laus-table-cta:visited {
    background-color: #0070F5;
}
a.matchmaker-results-laus-table-cta:hover,
a.matchmaker-results-laus-table-cta:visited:hover {
    background-color: #0057C2;
    text-decoration: none;
}

a.matchmaker-results-laus-table-cta-source {
    font-size: 0.875em;
}

.matchmaker-results-laus-table-absent {
    color: #ccc;
}

.matchmaker-results-laus-table-absent .absent-indicator {
    border-color: #ccc;
}

.matchmaker-results-laus-table-presence {
    position: absolute;
    left: 0.25em;
    height: 100%;
    width: 2em;
    text-align: center;
}

#live-tv-streaming-channel-picker-results-show-top-cable-channels:not(:checked) + .matchmaker-results-laus-table-wrapper .top-cable-channel-row {
    display: none;
}

/* !Event Hero Postremo */

.event-hero-postremo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em 0;
}

.event-hero-postremo-related-cta {
    margin: 1em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.event-hero-postremo-related-cta-button {
    background-color: #434444;
    border: 1px solid #222;
    color: #fff;
    padding: 0.625em 1.5em;
    border-radius: 0.125em;
    transition:
            background-color 100ms ease-out,
            border-color 100ms ease-out;
}

a.event-hero-postremo-related-cta-button:hover,
a.event-hero-postremo-related-cta-button:focus {
    background-color: #222;
    border-color: #000;
    color: #fff;
}

a.event-hero-postremo-related-cta-button-caption {
    margin-top: 0.25em;
    font-size: 0.9375em;
}

.event-hero-postremo {
    display: flex;
    align-items: center;
}

.event-hero-postremo-container > .event-hero-postremo {
    margin: 0;
    margin-bottom: 0.5em;
}

.event-hero-postremo-calendar-page {
    width: 6.25em;
    height: 6.25em;
    margin-right: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}

.event-hero-postremo-calendar-page-month {
    background-color: #dc3f2d;
    border: 1px solid #db220c;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 2;
}

.event-hero-postremo-calendar-page-day {
    border: 1px solid #ebebeb;
    border-top-style: none;
    text-align: center;
    font-size: 2.5em;
    font-weight: 400;
    background-image: linear-gradient(to bottom, #fff, #fcfcfc);
    flex-grow: 1;
    line-height: 1.625;
}

.event-hero-postremo-details {
    line-height: 1.25;
}

.event-hero-postremo-details > div {
    margin-top: 0.25em;
}

.event-hero-postremo-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.222em;
}

.event-hero-postremo-description {
    font-weight: 500;
}

.event-hero-postremo-date {
    display: none;
}

.event-hero-postremo-supplement {
    color: #888;
}

@media screen and (min-width: 54em) {

    .event-hero-postremo-container {
        flex-direction: row;
        justify-content: space-around;
    }

    .event-hero-postremo-related-cta {
        margin-left: 2em;
    }

    .event-hero-postremo {
        justify-content: center;
    }

    .event-hero-postremo-calendar-page {
        margin-right: 2em;
        margin-bottom: 0;
    }

    .event-hero-postremo-date {
        display: block;
    }

    .event-hero-postremo-date-compact {
        display: none;
    }

}


/* !Columns */

.content-columns {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.content-columns.extra-vertical-spacing>.content-column {
    margin-bottom: 1rem;
}

.content-columns:not(.no-gaps) {
    margin-right: -1.375rem;
}

.content-column {
    margin-right: 0;
    flex-basis: 50%;
}

.content-columns>.content-column.full-width {
    flex-basis: 100% !important;
}

.content-columns-1-compact>.content-column {
    flex-basis: 100%;
}

.content-columns-2-compact>.content-column {
    flex-basis: 50%;
}

.content-columns-3-compact>.content-column {
    flex-basis: 33.3%;
}

.content-columns-4-compact>.content-column {
    flex-basis: 25%;
}

.content-columns-5-compact>.content-column {
    flex-basis: 20%;
}

.content-columns-6-compact>.content-column {
    flex-basis: 16.6%;
}

.content-columns-7-compact>.content-column {
    flex-basis: 14.28%;
}

.content-columns-8-compact>.content-column {
    flex-basis: 12.5%;
}

.content-columns-9-compact>.content-column {
    flex-basis: 11.1%;
}

.content-columns-10-compact>.content-column {
    flex-basis: 10%;
}

.content-columns:not(.no-gaps)>.content-column {
    margin-right: 1.375rem;
    flex-basis: calc(50% - 2rem);
}

.content-columns-1-compact:not(.no-gaps)>.content-column {
    flex-basis: 100%;
}

.content-columns-2-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(50% - 1.375rem);
}

.content-columns-3-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(33.3% - 1.375rem);
}

.content-columns-4-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(25% - 1.375rem);
}

.content-columns-5-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(20% - 1.375rem);
}

.content-columns-6-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(16.6% - 1.375rem);
}

.content-columns-7-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(14.28% - 1.375rem);
}

.content-columns-8-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(12.5% - 1.375rem);
}

.content-columns-9-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(11.1% - 1.375rem);
}

.content-columns-10-compact:not(.no-gaps)>.content-column {
    flex-basis: calc(10% - 1.375rem);
}

@media screen and (min-width: 44em) {

    .content-columns:not(.no-gaps) {
        margin-right: -2rem;
    }

    .content-column {
        margin-right: 0;
        flex-basis: 50%;
    }

    .content-columns-1>.content-column {
        flex-basis: 100%;
    }

    .content-columns-2>.content-column {
        flex-basis: 50%;
    }

    .content-columns-3>.content-column {
        flex-basis: 33.3%;
    }

    .content-columns-4>.content-column {
        flex-basis: 25%;
    }

    .content-columns-5>.content-column {
        flex-basis: 20%;
    }

    .content-columns-6>.content-column {
        flex-basis: 16.6%;
    }

    .content-columns-7>.content-column {
        flex-basis: 14.28%;
    }

    .content-columns-8>.content-column {
        flex-basis: 12.5%;
    }

    .content-columns-9>.content-column {
        flex-basis: 11.1%;
    }

    .content-columns-1t>.content-column {
        flex-basis: 10%;
    }

    .content-columns:not(.no-gaps)>.content-column {
        margin-right: 2rem;
        flex-basis: calc(50% - 2rem);
    }

    .content-columns-1:not(.no-gaps)>.content-column {
        flex-basis: 100%;
    }

    .content-columns-2:not(.no-gaps)>.content-column {
        flex-basis: calc(50% - 2rem);
    }
    .content-columns-2:not(.no-gaps)>.content-column.double-width {
        flex-basis: 100%;
    }

    .content-columns-3:not(.no-gaps)>.content-column {
        flex-basis: calc(33.3% - 2rem);
    }
    .content-columns-3:not(.no-gaps)>.content-column.double-width {
        flex-basis: calc(66.6% - 2rem);
    }

    .content-columns-4:not(.no-gaps)>.content-column {
        flex-basis: calc(25% - 2rem);
    }
    .content-columns-4:not(.no-gaps)>.content-column.double-width {
        flex-basis: calc(50% - 2rem);
    }

    .content-columns-5:not(.no-gaps)>.content-column {
        flex-basis: calc(20% - 2rem);
    }
    .content-columns-5:not(.no-gaps)>.content-column.double-width {
        flex-basis: calc(40% - 2rem);
    }

    .content-columns-6:not(.no-gaps)>.content-column {
        flex-basis: calc(16.6% - 2rem);
    }
    .content-columns-6:not(.no-gaps)>.content-column.double-width {
        flex-basis: calc(33.2% - 2rem);
    }

    .content-columns-7:not(.no-gaps)>.content-column {
        flex-basis: calc(14.28% - 2rem);
    }
    .content-columns-7:not(.no-gaps)>.content-column.double-width {
        flex-basis: calc(28.56% - 2rem);
    }

    .content-columns-8:not(.no-gaps)>.content-column {
        flex-basis: calc(12.5% - 2rem);
    }
    .content-columns-8:not(.no-gaps)>.content-column.double-width {
        flex-basis: calc(25% - 2rem);
    }

    .content-columns-9:not(.no-gaps)>.content-column {
        flex-basis: calc(11.1% - 2rem);
    }
    .content-columns-9:not(.no-gaps)>.content-column.double-width {
        flex-basis: calc(22.2% - 2rem);
    }

    .content-columns-10:not(.no-gaps)>.content-column {
        flex-basis: calc(10% - 2rem);
    }
    .content-columns-10:not(.no-gaps)>.content-column {
        flex-basis: calc(20% - 2rem);
    }

}

/* !TOC */

.toc .heading-visual {
    display: none;
}

/* !Table Wrappers */

*:not(.content-column) > .medium-table-wrapper {
    /*margin-left: -0.75rem;*/
    /*margin-right: -0.75rem;*/
    margin-left: 0;
    margin-right: 0;
}

.wide-table-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

*:not(.content-column) > .wide-table-wrapper {
    margin-left: -1.375rem;
    margin-right: -1.375rem;

    padding-left: 0.75rem;
}

.wide-table-wrapper table {
    max-width: 47rem;
    width: 100%;
}

@media screen and (min-width: 54em) {

    *:not(.content-column) > .wide-table-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }

    .narrow-table-wrapper {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    *:not(.content-column) > .medium-table-wrapper {
        /*margin-left: -1.25em;*/
        /*margin-right: -1.25em;*/
        margin-left: 0;
        margin-right: 0;
    }

    .wide-table-wrapper {
        overflow-x: initial;
        overflow-y: initial;
        white-space: initial;
        -webkit-overflow-scrolling: initial;

        margin-left: initial;
        margin-right: initial;

        padding-left: initial;
    }

    .wide-table-wrapper table {
        max-width: none;
    }

}

/* !-Content Illustrations */

.heading-visual {
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

.heading-visual img {
    height: 3em;
    width: 3em;
}

/* !Buy Block */

.buy-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 2em 0 1.5em;
}

.light-content .buy-block-info a {
    color: white;
}

.buy-block.separated > * {
    /*margin-bottom: 0.5em;*/
}
.buy-block.separated a.buy-block-cta {
    position: absolute;
    right: 0;
    top: 16px;
}
.buy-block > *:not(.buy-block-promo, .buy-block-notice) {
    margin-right: 1.5em;
}

a.buy-block-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 32px;
    gap: 10px;
    background: #0070F5;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    align-items: flex-end;
    color: #FFFFFF;
    flex: none;
    order: 0;
    /*flex-grow: 0;*/
}

a.buy-block-cta:focus {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 10px;
    background: #0070F5;
    border: 2px solid #0057C2;
    box-shadow: inset 0px 0px 0px 4px #FFFFFF;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    align-items: flex-end;
    color: #FFFFFF;
    flex: none;
    order: 0;
    /*flex-grow: 0;*/
}

a.buy-block-cta:hover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 32px;
    gap: 10px;
    background: #0057C2;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    align-items: flex-end;
    color: #FFFFFF;
    flex: none;
    order: 0;
    /*flex-grow: 0;*/
}

a.buy-block-cta:visited {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 10px;
    background: #0070F5;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    align-items: flex-end;
    color: #FFFFFF;
    flex: none;
    order: 0;
    /*flex-grow: 0;*/
}

a.buy-block-cta:visited:hover {
    background: #0057C2;
}

.buy-block.separated {
    background: #F6F8FA;
    border-radius: 10px;
    padding: 16px;
    position: relative;
}
.buy-block.separated a.logo-img {
    margin-right: 20px !important;
    position: relative;
    top: 0;
    right: 0;
}
div.content-column .buy-block.separated a.logo-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

div.content-columns-1 > div.content-column .buy-block.separated a.logo-img {
    margin-right: 0 !important;
    position: absolute;
    top: 16px;
    left: revert;
    right: 16px;
    width: auto;
}

.buy-block.separated img {
    aspect-ratio: auto 1/1;
    background: transparent;
}

div.content-column .buy-block.separated a.buy-block-cta, div.content-column .buy-block.separated .buy-block-info {
    margin-top: 0.5em;
}

div.content-columns-1 > div.content-column .buy-block.separated a.buy-block-cta, div.content-columns-1 > div.content-column .buy-block.separated .buy-block-info {
    margin-bottom: 0;
    margin-top: 0;
}

.buy-block-info > * {
    display: block;
}

.buy-block.separated .buy-block-info a.buy-link {
    color: #767676;
    font-weight: 400;
    display: inline-block;
}

.buy-block-info a:focus,
.buy-block-info a:hover {
    /*     border-bottom-width: 2px; */
}

.buy-block.separated .buy-block-promo {
    background-color: #f2ffef;
    border: 1px solid #0fbb2e;
    border-radius: 2px;
    /* move margin to the top */
    margin-top: 0.5em;
    padding: 0.5em 1em;
    /* make promo full-width */
    width: 100%;
}

.buy-block.separated .buy-block-promo p {
    margin-bottom: 0;
}

.buy-block-promo p code {
    font-family: inherit;
    font-size: 0.9375em;
    font-weight: 600;
    letter-spacing: 0.015em;
    padding: 1px 5px;
    margin-left: 1px;
    margin-right: 1px;
    -ms-user-select: all;
    -moz-user-select: all;
    -webkit-user-select: all;
    user-select: all;

    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .buy-block-info {
        display: inline-block;
    }
}

@media screen and (min-width: 600px) and (max-width: 1280px) {
    a.buy-block-cta, a.buy-block-cta:focus, a.buy-block-cta:hover, a.buy-block-cta:visited {
        max-width: 300px;
    }
}

@media screen and (max-width: 599px) {
    .buy-block.separated a.logo-img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    div.content-columns-1 > div.content-column .buy-block.separated a.logo-img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .buy-block.separated a.buy-block-cta, .buy-block.separated .buy-block-info {
        display: inline-block;
        /* move margin to the top */
        margin-top: 0.5em;
        margin-right: 1.075em;
        max-width: 100%;
    }

    div.content-columns-1 > div.content-column .buy-block.separated a.buy-block-cta, div.content-columns-1 > div.content-column .buy-block.separated .buy-block-info {
        /* move margin to the top */
        margin-top: 0.5em;
    }

    .buy-block *:is(.buy-block-info) {
        margin-right: 0;
    }
    .buy-block.separated .buy-block-promo {
        margin-top: 0.5em;
    }
}

/* !Buy Block Cara */

.buy-block-cara {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 1em 0;
}

.buy-block-cara-cta,
.buy-block-cara-info,
.buy-block-cara-promo {
    margin-bottom: 0.8em;
}

.buy-block-cara-cta,
.buy-block-cara-info {
    margin-right: 1.25em;
}

.buy-block-cara-info {
    line-height: 1.4;
}

a.buy-block-cara-cta {
    background-color: #0070F5;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.9375em;
    font-weight: 600;
    padding: 0.6667em 1.3333em;
    white-space: nowrap;

    transition:
            opacity 130ms ease-in
    !important;
}

a.buy-block-cara-cta:focus {
    background: #0070F5;
    border: 2px solid #0057C2;
    box-shadow: inset 0px 0px 0px 4px #FFFFFF;
    color: white;
}
a.buy-block-cara-cta:hover {
    color: white;
    background: #0057C2;
}
a.buy-block-cara-cta:visited {
    background-color: #0070F5;
}
a.buy-block-cara-cta:visited:hover {
    background: #0057C2;
}

a.buy-block-cara-cta-dark-text {
    color: #bbb;
}

.buy-block-cara-price {
    display: block;
    font-weight: 500;
}

.buy-block-cara-source {
    display: inline-block;
    color: #999 !important;
    font-size: 0.9375em;
}

.buy-block-cara-source:focus,
.buy-block-cara-source:hover {
    color: #ed291b !important;
}

.buy-block-cara-promo {
    padding: 0.5em 1em;
    background-color: #f2ffef;
    background-image: linear-gradient(to bottom right, #f2ffef, #f2ffef 40%, #ddffdb);
    border: 1px solid #99f191;
    border-radius: 3px;
}

.main-content .buy-block-cara-promo a:not(.no-underline) {
    border-color: #77db57;
}

.main-content .buy-block-cara-promo a:not(.no-underline):focus,
.main-content .buy-block-cara-promo a:not(.no-underline):hover {
    border-color: #333;
}

.buy-block-cara-promo p {
    margin-bottom: 0;
}

.buy-block-cara-promo p code {
    font-family: inherit;
    font-size: 0.9375em;
    font-weight: 600;
    letter-spacing: 0.015em;
    padding: 1px 5px;
    margin-left: 1px;
    margin-right: 1px;
    -ms-user-select: all;
    -moz-user-select: all;
    -webkit-user-select: all;
    user-select: all;

    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Horizontal Bar Chart */

.markdown-body .horizontal-bar-chart tr {
    border-top: none !important;
    background-color: transparent !important;
}

.markdown-body .horizontal-bar-chart td {
    border: none !important;
}

.horizontal-bar-chart > :not(caption) {
    font-size: 0.875em;
}

.horizontal-bar-chart td {
    border: none;
}

.horizontal-bar-chart th {
    border-width: 0 1px 0 0 !important;
    background-color: initial !important;
}

.horizontal-bar-chart col:first-child {
    width: 25%;
}

.horizontal-bar-chart-compact col:first-child {
    width: 1em;
    width: inherit;
}

.horizontal-bar-chart tr {
    border-bottom: none;
}

.horizontal-bar-chart th {
    text-align: right;
    padding: 0 0.75em 0 0 !important;
    line-height: 1.2;
}

.horizontal-bar-chart-visual-fragment {
    line-height: 1.75;
    background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #f6f6f6 10%, #f6f6f6 20%);
    padding-left: 0 !important;
    border-left: 1px solid #ddd !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
}

tr:last-of-type .horizontal-bar-chart-visual-fragment {
    border-bottom: 1px solid #ddd !important;
}

.horizontal-bar-chart-value-label {
    color: #555;
}

.horizontal-bar-chart-bar {
    display: inline-block;
    height: 0.8ex;
    background-color: #555;
    margin-right: 1ex;
    margin-bottom: 0.2ex;
    vertical-align: middle;
}

/* !Revealable Content */

.revealable-content-checkbox {
    display: none;
}

.revealable-content-label {
    cursor: pointer;
    user-select: none;
}

.revealable-content-state-showhide-text::before {
    content: "Hide";
}

.revealable-content-checkbox:not(:checked) + .revealable-content-label .revealable-content-state-showhide-text::before {
    content: "Show";
}

.revealable-content-state-dingus {
    margin-right: 0.5em;
}

.revealable-content-label .revealable-content-state-dingus::before {
    display: inline-block;
    border-style: solid;
    border-width: 0.1875em 0.1875em 0 0;
    border-color: black;
    height: 0.5em;
    width: 0.5em;
    content: "";
    position: relative;
    top: 0.4375em;
    transform: rotate(-45deg);
    vertical-align: top;
    transition:
            top 130ms ease-out,
            transform 130ms ease-out;
}

.revealable-content-checkbox:not(:checked) + .revealable-content-label .revealable-content-state-dingus::before {
    top: 0.1875em;
    transform: rotate(135deg);
}

.revealable-content-checkbox:not(:checked) + .revealable-content-label + .revealable-content-target {
    display: none;
}

/* !Product Picks */

.guide-pick-box {
    margin-bottom: 2em;
}

.product-pick-type-heading {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}

.product-pick-type-heading-blue {
    color: #0092e5;
    border-bottom-color: #0092e5;
}

.product-pick-type-heading-red {
    color: #da0000;
    border-bottom-color: #da0000;
}

.product-pick-type-heading-green {
    color: #00a62b;
    border-bottom-color: #00a62b;
}

.product-pick-heading {
    font-size: 1.25em;
    margin-bottom: 1rem;
}

/* !Device Warranty Info */

.warranty {
    margin-block-start: 16px;
}
.warranty p {
    margin-block-start: 16px;
    margin-block-end: 16px;
}
.warranty p:first-of-type {
    margin-block-start: 8px;
}
.warranty .btn-primary {
    padding: 10px 16px;
    font-weight: 590;
    margin-inline-end: 16px;
}

@media screen and (max-width: 767px) {
    .warranty .btn-primary {
        margin-inline-end: 8px;
    }

    .buy-block.separated{
        flex-direction: row;
        justify-content: center;
    }
    .buy-block.separated a.logo-img {
        position: relative;
        width: 40%;
        top: 0;
        right: 0;
        margin-right: 0 !important;
    }
    .buy-block.separated a.buy-block-cta{
        position: relative;
        width: 50%;
        right: 0;
        margin: 35px 0 20px 0!important;
        text-align: center;
        padding-left:0;
        padding-right:0;
    }

    .buy-block.separated .buy-block-info {
        position: absolute;
        width: 50%;
        top: 5px;
        right: 0;
        padding: 0 16px;
        text-align: center;
    }

    .buy-block.separated img{
        width: 80%;
        height:auto;
    }

}

/* !Lists */

.subtle-list {
    list-style: none;
    padding-left: 0;
}

.comparison-table td.tooltipped:hover {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* Drop-down Menus -- Desktop Only -- Revised August 2023 */
#site-header-navigation .HoverMenu-item-dropdown {
    max-width: 260px;
    width: 260px;
}
#site-header-navigation .menu-item {
    /* set height to achieve Figma design specifications */
    height: 44px;
    line-height: 1.9;
}

/*add aspect ratio to movie/show unavailability block and icon svg's - to fix CLS shifting*/
.movie-show-section{
    box-sizing: border-box;
    padding: 16px !important;
    color: var(--color-fg-muted) !important;
    text-align: center;
    display: block;
    line-height: 1.5;
    width: auto;
    height: auto;
}

@media screen and (max-width: 767px){
    .movie-show-section{
        box-sizing: border-box;
        padding: 16px !important;
        color: var(--color-fg-muted) !important;
        text-align: center;
        display: block;
        line-height: 1.5;
        width: auto;
        height: auto;
        min-height: 95px;
        max-height: 362px;

    }
}

.movie-show-gutter {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media screen and (max-width: 1164px) {
    header .flex-1 {
        flex: none !important;
    }
}
@media screen and (max-width: 767px) {
    .movie-show-gutter {
        padding-top: 24px;
        padding-bottom: 24px;
        min-height: 327px;
    }
}

/* EXPERIMENTS BEGIN */
/* VERT-660 User Profile Splash Page (+ Avatar Icon) */
.member-splash {
    margin-top: 1.5em !important;
}
.member-splash + .mx-auto {
    max-width: 960px !important;
}

.member-login {
    align-items: center;
    display: inline-grid;
    height: 44px;
    margin-right: 14px;
    margin-left: 14px;
}
.member-login i,
.member-login:visited i {
    background-image: url('../images/icon-profil.jpeg');
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    height: 28px;
    width: 28px;
}
.member-login:hover i,
.member-login:focus i,
.member-login:active i {
    background-image: url('../images/icon-profil.jpeg');
}
.member-signup {
    background-color: #24292F;
    font-size: 12px;
    color: white;
    border: 1px solid #1B1F2426;
    box-shadow: 0 1px 0 0 #1B1F241A;
    border-radius: 6px;
    padding: 4px 12px 4px 12px;
    display: inline-flex;
}

/* header avatar icon */
header div div.flex-sm-justify-start:first-child a {
    margin-inline-end: 60px;
}

/*@media screen and (max-width: 1024px) {*/
/*    header .top-search {*/
/*        max-width: 21% !important;*/
/*    }*/
/*}*/
@media screen and (max-width: 1000px) {
    header .top-search {
        flex-grow: 1 !important;
        max-width: 27% !important;
    }
    header div div.flex-sm-justify-start:first-child {
        flex: 0 !important;
        margin-inline-start: 20px !important;
    }
    header div div.flex-sm-justify-start:first-child a {
        margin-inline-end: 0;
    }
    header div div.flex-justify-center:last-child {
        justify-content: flex-end !important;
    }
    header .member-signup span {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    header div div.flex-justify-center:last-child {
        display: block !important;
    }
    header div div.flex-justify-center:last-child .BtnGroup {
        display: none;
    }
    header div div.flex-justify-center:last-child .member-login {
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 3px;
        margin-bottom: 4px;
        margin-left: 12px;
        justify-content: center;
    }
    header .top-search {
        max-width: 32% !important;
    }
    header .top-search [hidden][hidden] + form {
        left: var(--search-box-position);
    }
    header div div.flex-sm-justify-start:first-child {
        justify-content: flex-start !important;
        margin-inline-start: 0px !important;
    }
    header .flex-justify-between {
        display: inline-flex;
        margin-left: 4px;
    }
    .my-3 {
        margin-top: 16px !important;
    }
    #content .pt-2 {
        padding-top: 7px !important;
    }
    header .member-signup span {
        display: none;
    }
}
@media screen and (max-width: 544px) {
    .my-3 {
        margin-top: 66px !important;
    }
    #content .pt-2 {
        padding-top: 58px !important;
    }
}
/* Adjustments to HotJar specific styling */
._hj-widget-container ._hj-S9XKO__styles__surveyTitle, ._hj-widget-container ._hj-S9XKO__styles__surveyTitle>span {
    font-size: 24px !important;
}
._hj-widget-container ._hj-5vKq2__styles__surveyContainer._hj-7Itnd__styles__inline {
    border-radius: 0 !important;
    margin: 0 !important;
    max-width: 550px !important;
    padding: 0 !important;
    width: 100% !important;
}
._hj-A4W17__styles__inlineSurvey {
    padding: 0 !important;
}
#hj-survey-lbl-1 {
    line-height: 1.5 !important;
}
#survey_962414 > div > div > div > div {
    box-shadow: none !important;
}
@media screen and (max-width: 480px) {
    ._hj-A4W17__styles__inlineSurvey {
        overflow-x: visible !important;
    }
    ._hj-widget-container ._hj-5vKq2__styles__surveyContainer._hj-7Itnd__styles__inline {
        min-width: 300px !important;
        max-width: 100% !important;
    }
}
/* EXPERIMENTS END */
