/* ============================= */
/*            SECTION            */
/* ============================= */

.is-broadband-section,
.is-weboffering-section,
.is-product-section {
    box-shadow: 0 0 var(--card-shadow) var(--card-shadow-color);
    border: none;
}

/* ============================= */
/*       BROADBAND LABEL         */
/* ============================= */

.is-broadband-title {
    background: var(--primary-color);
    color: white;
    padding: 12px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    margin-top: 0px;
    gap: 10px;
    justify-content: center;
    width: 120%; /* Compensate for gutter */
}

.is-broadband-label-heading {
    display: none;
}

/* Broadband Ribbon Effect */
#is-id-F000426980912400000INT2G2G,
#is-id-F000373898600000000INT2G2G,
#is-id-F000431546116500000INT2G2G,
#is-id-F000373899411000000INT2G2G,
#is-id-F000431546115300000INT2G2G,
#is-id-F000431546116300000INT2G2G,
#is-id-F002553193015100000INT2G2G,
#is-id-F002553193016700000INT2G2G,
#is-id-F000426980912300000INT2G2G,
#is-id-F000426980912500000INT2G2G,
#is-id-F000426980914600000INT2G2G,
#is-id-F002411306012100000INT2G2G,
#is-id-F002411306012000000INT2G2G,
#is-id-F002411306016000000INT2G2G,
#is-id-F002553192213500000INT2G2G,
#is-id-F002553192213400000INT2G2G,
#is-id-F002553192213600000INT2G2G,
#is-id-F002553195513100000INT2G2G,
#is-id-F002553195516600000INT2G2G,
#is-id-F000437404716400000INT2G2G,
#is-id-F002411303711800000INT2G2G,
#is-id-F002553193013000000INT2G2G {
    position: relative;
    overflow: hidden;
}

#is-id-F000426980912400000INT2G2G::before,
#is-id-F000373898600000000INT2G2G::before,
#is-id-F000431546116500000INT2G2G::before,
#is-id-F000373899411000000INT2G2G::before,
#is-id-F000431546115300000INT2G2G::before,
#is-id-F000431546116300000INT2G2G::before,
#is-id-F002553193015100000INT2G2G::before,
#is-id-F002553193016700000INT2G2G::before,
#is-id-F000426980912300000INT2G2G::before,
#is-id-F000426980912500000INT2G2G::before,
#is-id-F000426980914600000INT2G2G::before,
#is-id-F002411306012100000INT2G2G::before,
#is-id-F002411306012000000INT2G2G::before,
#is-id-F002411306016000000INT2G2G::before,
#is-id-F002553192213500000INT2G2G::before,
#is-id-F002553192213400000INT2G2G::before,
#is-id-F002553192213600000INT2G2G::before,
#is-id-F002553195513100000INT2G2G::before,
#is-id-F002553195516600000INT2G2G::before,
#is-id-F000437404716400000INT2G2G::before,
#is-id-F002411303711800000INT2G2G::before,
#is-id-F002553193013000000INT2G2G::before  {
    content: "Best Value!";
    position: absolute;
    top: 25px;
    right: -50px;
    background: rgb(199, 223, 205);
    color: var(--primary-color-hover);
    font-size: 16px;
    font-weight: bold;
    padding: 5px 50px;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/*        WEB OFFERING           */
/* ============================= */

.is-offering-title {
    background: var(--primary-color);
    color: white;
    padding: 12px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    margin-top: 0px;
    margin-left: -25px;
    gap: 10px;
    width: calc(100% + 50px); /* Compensate for gutter */
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
}

.is-weboffering-heading {
    display: none;
}

.is-offering-narrative {
    text-align: left;
    align-self: flex-start;
}

/* ============================= */
/*          PRODUCT              */
/* ============================= */

.is-product-title {
    background: var(--primary-color);
    color: white;
    padding: 30px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    margin-top: 0px;
    gap: 10px;
    width: calc(100% + 50px); /* Compensate for gutter */
    margin-left: -25px;
    border-top-left-radius: var(--card-border-radius);
    border-top-right-radius: var(--card-border-radius);
}

.is-product-narrative {
    text-align: left;
    align-self: flex-start;
}

/* ============================= */
/*        OPTION GROUP           */
/* ============================= */

.is-option-group {
    padding-top: 0px;
    padding-bottom: 20px;
}

.is-option-group .is-option-group-title {
    margin-bottom: 10px;
    display: flex;
}

/* ============================= */
/*      OPTION CONTAINER         */
/* ============================= */

.is-option-container {
    margin-bottom: 10px;
}

/* ============================= */
/*           OPTION              */
/* ============================= */

.is-option-title {
    padding-bottom: 5px;
}

/* Checklist Styling */
.orange-checklist {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none !important;
    padding-left: 0px !important;
    width: auto !important;
    line-height: normal !important;
}

.orange-checklist li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding: 2px 0px;
}

.orange-checklist li i {
    color: var(--primary-color);
    margin-right: 6px;
}

.orange-checklist br {
    display: none;
}

.orange-checklist li.has-footnote {
    display: block;
}

.orange-checklist .list-footnote {
    display: block;
    font-size: 11px;
    color: var(--secondary-text-color);
    margin-left: 25px;
}

/* Hover & State Changes */
.is-option:hover .orange-checklist li i,
.is-option-input:checked ~ .is-option .orange-checklist li i,
.disabled .orange-checklist li i {
    color: white;
}

/* ============================= */
/*           PRICE               */
/* ============================= */

.is-option-price {
    font-size: 22px;
    font-weight: 700;
    padding-top: 5px;
}

/* ============================= */
/*       ADDITIONAL STYLES       */
/* ============================= */

.small-footnote-text {
    font-size: 11px;
    color: var(--secondary-text-color);
}
