._wrapper_mgcmk_1 {
    overflow: hidden;
    max-width: 100%;
}

._wrapper_mgcmk_1._fluid_mgcmk_6 {
    /* Block + bounded width so wide img is clipped on the right (flex-shrink:0 would grow past viewport) */
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    overflow: hidden;
    line-height: 0;
}

/* Select-product cards: fixed 48px height; intrinsic width can extend — parent clips */
._wrapper_mgcmk_1._fluid_mgcmk_6 ._image_mgcmk_19 {
    display: block;
    width: auto;
    height: 48px !important;
    min-height: 48px;
    max-height: 48px;
    max-width: none;
    object-fit: contain;
    object-position: left center;
}

._image_mgcmk_19 {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}
._wrapper_14axh_1 {
    margin-bottom: 24px;
}

._editionTitle_14axh_5 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    /* text-align: center; */
    margin: 0 0 12px 0;
}

._divider_14axh_16 {
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 12px;
}

._container_14axh_22 {
    display: inline-flex;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 12px;
    width: fit-content;
}

._tabs_14axh_30 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media screen and (max-width: 550px) {
    ._container_14axh_22 {
        width: 100%;
    }

    ._tabs_14axh_30 {
        flex-direction: column;
        width: 100%;
    }

    ._tab_14axh_30 {
        width: 100%;
    }
}

._tab_14axh_30 {
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    outline: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

._tab_14axh_30:hover {
    color: rgba(0, 0, 0, 0.87);
}

._tab_14axh_30:focus {
    outline: none;
}

._tabSelected_14axh_79 {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid #e5e5e5;
    color: rgba(0, 0, 0, 0.87);
}

._tabText_14axh_85 {
    display: block;
}

@media screen and (max-width: 500px) {
    ._tab_14axh_30 {
        padding: 10px 12px;
        font-size: 13px;
    }
}
._subscriptionToggle_1quku_1{
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: right;
}

._monthlyLabel_1quku_8, ._annualLabel_1quku_8{
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

._annualLabel_1quku_8{
  display: flex;
  gap: 4px;
  align-items: baseline;
}

._selected_1quku_20 {
  color: #000;
}

._unselected_1quku_24 {
  color: #545454;
}

._savings_1quku_28{
  background-color: #B4E7FF;
  color: #0D5AA5;
  text-wrap: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 8px;
}

._switch_1quku_39 {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 36px;
  height: 20px;
}

._switch_1quku_39 input {
  opacity: 0;
  width: 0;
  height: 0;
}

._slider_1quku_53 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

._slider_1quku_53:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2.5px;
  bottom: 2.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + ._slider_1quku_53 {
  background-color: #2196F3;
}

input:focus + ._slider_1quku_53 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + ._slider_1quku_53:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

._slider_1quku_53._round_1quku_91 {
  border-radius: 20px;
}

._slider_1quku_53._round_1quku_91:before {
  border-radius: 50%;
}

@media screen and (max-width: 992px) {
    ._subscriptionToggle_1quku_1{
      margin: 16px 0 0 0;
      justify-content: flex-start;
    }
}._row_1qhaa_1 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    padding-bottom: 12px;
}

._container_1qhaa_9 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

._title_1qhaa_17 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
}

._divider_1qhaa_27 {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

._toggleWrapper_1qhaa_33 {
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    ._row_1qhaa_1 {
        flex-wrap: wrap;
    }

    ._container_1qhaa_9 {
        order: 2;
        flex-basis: 100%;
    }

    ._toggleWrapper_1qhaa_33 {
        order: 1;
    }
}
._bestValueBadge_st393_1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0BAEFF;
    color: #000;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 0 0 12px 12px;
    white-space: nowrap;
    z-index: 1;
}

._card_st393_18 {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 40px 24px 24px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

._cardCompact_st393_33 {
    padding: 28px 24px 24px;
    min-width: 0;
}

._selectIndicator_st393_38 {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._selectCheckWrapper_st393_49 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0BAEFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

._selectCheckIcon_st393_59 {
    width: 16px;
    height: 16px;
    display: block;
    filter: brightness(0) invert(1);
}

._radioOuter_st393_66 {
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

._card_st393_18:hover {
    border-color: #d0d0d0;
}

._cardSelected_st393_77 {
    border: 1px solid #0baeff;
    background-color: #ffffff;
}

._content_st393_82 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-height: 0;
    min-width: 0;
}

._headerRow_st393_91 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

._logoHostsRow_st393_98 {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    min-width: 0;
}

._logoHostsRow_st393_98 .host-icon-set {
    flex-shrink: 0;
}

._topRow_st393_110 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

._topRow_st393_110._logoHostsRow_st393_98 {
    flex-wrap: nowrap;
}

._hostIconsRow_st393_121 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Match ProductName size="small": height-bound wordmark, width from aspect ratio (not a square box). */
._productLogo_st393_128 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    max-width: 100%;
    line-height: 0;
}

._productLogo_st393_128 img {
    display: block;
    height: 30px;
    width: auto;
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
    object-position: left center;
}

._description_st393_148 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    overflow-wrap: break-word;
    min-width: 0;
}

._benefitsList_st393_158 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

._benefitItem_st393_167 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
}

._benefitItem_st393_167 span:last-child {
    flex: 1;
}

._checkIcon_st393_181 {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: block;
}

._priceSection_st393_188 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

._priceSectionDivider_st393_194 {
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
}

._periodLabel_st393_200 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
}

._saleBadge_st393_208 {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 8px;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    border: 1px solid #E5F4E5;
    background: #C1E4BE;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #005800;
}

._priceBlock_st393_224 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

._priceText_st393_231 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
}

._listPrice_st393_239 {
    color: #FF3611;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Golos Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: line-through;
}

._renewPrice_st393_250 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.65);
}

._priceTextSale_st393_257 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #FF3611;
}

@media screen and (max-width: 768px) {
    ._card_st393_18 {
        padding: 40px 16px 16px;
    }
}

@media screen and (max-width: 500px) {
    ._card_st393_18 {
        padding: 40px 12px 12px;
    }

    ._productLogo_st393_128 img {
        height: 26px;
        max-height: 40px;
    }

    ._priceText_st393_231 {
        font-size: 18px;
        line-height: 24px;
    }
}
._container_o19ts_1 {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: fit-content;
}

._message_o19ts_14 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

._signInBtn_o19ts_23 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    padding: 8px 10px;
    background-color: #e5e5e6;
    border-radius: 6px;
    font-family: 'Golos Text Medium', "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    transition: background-color 0.2s ease;
}

._signInBtn_o19ts_23:hover {
    background-color: #d8d8d9;
}

@media screen and (max-width: 500px) {
    ._container_o19ts_1 {
        padding: 16px;
    }
}
/* Matches sign-in-to-see-licenses + serial field look (purchase-new renewal flow) */
._panel_kw70h_2 {
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: fit-content;
    max-width: 100%;
}

/* Inside HostSelectionCard (4-card renewal): full width, slightly tighter */
._panelEmbedded_kw70h_17 {
    width: 100%;
    align-items: stretch;
    padding: 16px;
}

._label_kw70h_23 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

._select_kw70h_32 {
    box-sizing: border-box;
    width: 320px;
    max-width: 100%;
    min-height: 32px;
    padding: 6px 36px 6px 12px;
    background-color: #ffffff;
    border: 0.66px solid #d0d0d0;
    border-radius: 8px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    appearance: none;
    /* data URI so css-loader does not try to resolve /svgs/ as a webpack module */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='black' fill-opacity='0.45' d='M1.41%200%206%204.58%2010.59%200%2012%201.41l-6%206-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

._select_kw70h_32:focus {
    outline: 2px solid #0baeff;
    outline-offset: 1px;
}

._input_kw70h_58 {
    box-sizing: border-box;
    width: 320px;
    max-width: 100%;
    min-height: 32px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 0.66px solid #d0d0d0;
    border-radius: 8px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
}

._input_kw70h_58:focus {
    outline: 2px solid #0baeff;
    outline-offset: 1px;
}

._message_kw70h_78 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

._messageError_kw70h_87 {
    color: #c62828;
}

._footer_kw70h_91 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
}

._footer_kw70h_91 a {
    color: #0baeff;
    text-decoration: none;
}

._footer_kw70h_91 a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 500px) {
    ._panel_kw70h_2 {
        padding: 16px;
        width: 100%;
    }

    ._select_kw70h_32 {
        width: 100%;
    }

    ._input_kw70h_58 {
        width: 100%;
    }
}
._container_1wh8e_1 {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (max-width: 992px) {
    ._container_1wh8e_1 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 500px) {
    ._container_1wh8e_1 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

._headerSection_1wh8e_23 {
    margin-bottom: 24px;
}

._serialSection_1wh8e_27 {
    margin-bottom: 24px;
}

._cardsGrid_1wh8e_31 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 16px;
}

._cardsGridFour_1wh8e_37 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

._cardWrapper_1wh8e_42 {
    min-width: 0;
    height: 100%;
    display: flex;
}

/* SerialSelect on 4-card renewal: don’t bubble clicks to HostSelectionCard */
._cardEmbeddedSerial_1wh8e_49 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 4px;
}


@media screen and (max-width: 1200px) {
    ._cardsGridFour_1wh8e_37 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    ._cardsGrid_1wh8e_31 {
        grid-template-columns: 1fr;
    }

    ._cardsGridFour_1wh8e_37 {
        grid-template-columns: 1fr;
    }
}
._container_1w074_1 {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #F1F1F1;
    padding-bottom: 24px;
}

._containerEmbedded_1w074_9 {
    background-color: #F1F1F1;
    padding-bottom: 24px;
}

._content_1w074_14 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    max-width: 1440px;
    padding: 16px 32px;
}

._containerEmbedded_1w074_9 ._content_1w074_14 {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
}

._tabsRow_1w074_31 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
}

._tab_1w074_31 {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    flex: 1 1 100px;
    min-width: 100px;
    max-width: 124px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    outline: none;
    overflow: hidden;
}

._tab_1w074_31:focus {
    outline: none;
}

._tab_1w074_31:hover {
    border-color: #0baeff;
}

._tabSelected_1w074_67 {
    background-color: #fafdff;
    border-color: #0baeff;
}

._tabIcon_1w074_72 {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    position: relative;
}

._tabIcon_1w074_72 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

._tabLabel_1w074_87 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    width: 100%;
    min-width: 0;
    text-align: left;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}

._tab_1w074_31 ._tabLabel_1w074_87 {
    color: rgba(0, 0, 0, 0.65);
}

._tabSelected_1w074_67 ._tabLabel_1w074_87 {
    color: rgba(0, 0, 0, 0.87);
}

._searchWrapper_1w074_109 {
    flex-shrink: 0;
    margin-left: auto;
}

._searchInput_1w074_114 {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 280px;
    padding: 10px 16px 10px 36px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
}

._searchInput_1w074_114::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

._searchInput_1w074_114:focus {
    outline: none;
    border-color: #0baeff;
}

/* Tablet */
@media screen and (max-width: 992px) {
    ._content_1w074_14 {
        padding-left: 16px;
        padding-right: 16px;
    }

    ._containerEmbedded_1w074_9 ._content_1w074_14 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 768px) {
    ._content_1w074_14 {
        padding-left: 16px;
        padding-right: 16px;
    }

    ._containerEmbedded_1w074_9 ._content_1w074_14 {
        padding-left: 16px;
        padding-right: 16px;
    }

    ._tab_1w074_31 {
        flex: 1 1 90px;
        min-width: 90px;
        max-width: 110px;
        padding: 10px;
        gap: 10px;
    }
}

/* Mobile — hide category tabs; keep search */
@media screen and (max-width: 500px) {
    ._content_1w074_14 {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }

    ._containerEmbedded_1w074_9 ._content_1w074_14 {
        padding-left: 8px;
        padding-right: 8px;
    }

    ._tabsRow_1w074_31 {
        display: none;
    }

    ._searchWrapper_1w074_109 {
        margin-left: 0;
        width: 100%;
    }

    ._searchInput_1w074_114 {
        width: 100%;
        max-width: none;
    }
}
._card_nhru7_1 {
    box-sizing: border-box;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    transition: border-color 0.2s ease;
}

._card_nhru7_1:hover {
    border-color: #0baeff;
}

._card_nhru7_1._cardSelected_nhru7_20 {
    border-color: #0baeff;
}

._content_nhru7_24 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

._header_nhru7_33 {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

._brandRow_nhru7_44 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

._logoWrapper_nhru7_51 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

._logo_nhru7_51 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

._titleBlock_nhru7_70 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

._title_nhru7_70 {
    font-family: "Golos Text", "proxima-nova", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.005em;
}

._titleBold_nhru7_87 {
    font-weight: 700;
}

._titleRegular_nhru7_91 {
    font-weight: 300;
}

/* Same as host-selection-card .description */
._subtitle_nhru7_96 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    overflow-wrap: break-word;
    min-width: 0;
    text-transform: none;
    letter-spacing: 0;
}

._divider_nhru7_109 {
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
}

._optionsSection_nhru7_115 {
    flex-shrink: 0;
}

._optionPills_nhru7_119 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Same typography/spacing as host-selection-card .benefitItem */
._optionPill_nhru7_119 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
}

._checkIcon_nhru7_136 {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

._saleBadge_nhru7_143 {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    border: 1px solid #E5F4E5;
    background: #C1E4BE;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #005800;
    align-self: flex-start;
}

._priceSection_nhru7_160 {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}

._priceBlock_nhru7_168 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

._listPrice_nhru7_174 {
    color: #FF3611;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Golos Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: line-through;
}

._listPriceSuite_nhru7_185 {
    color: rgba(0, 0, 0, 0.65);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Golos Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: line-through;
}

/* Same as host-selection-card .priceText */
._price_nhru7_160 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
}

/* Same as host-selection-card .listPrice */
._priceSubtext_nhru7_206 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.65);
}

._selectBtn_nhru7_213 {
    background-color: #0baeff;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Golos Text Medium', "proxima-nova", sans-serif;
    font-size: 14px;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 1.2;
}

._benefitsSection_nhru7_226 {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Same as host-selection-card .periodLabel */
._benefitsTitle_nhru7_238 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
}

._benefitsList_nhru7_247 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

._benefitItem_nhru7_125 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
}

/* Optical align with first line of wrapped benefit text */
._benefitItem_nhru7_125 ._checkIcon_nhru7_136 {
    margin-top: -3px;
}

._benefitItem_nhru7_125 span:last-child {
    flex: 1;
}

@media screen and (max-width: 768px) {
    ._card_nhru7_1 {
        padding: 16px;
    }

    ._benefitsSection_nhru7_226 {
        padding: 16px;
    }
}

@media screen and (max-width: 500px) {
    ._card_nhru7_1 {
        padding: 17px;
    }

    ._logoWrapper_nhru7_51 {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    ._title_nhru7_70 {
        font-size: 20px;
        line-height: 24px;
    }

    ._price_nhru7_160 {
        font-size: 18px;
        line-height: 24px;
    }

    ._benefitsSection_nhru7_226 {
        padding: 17px;
    }
}
._card_15s2p_1 {
    box-sizing: border-box;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    transition: border-color 0.2s ease;
}

._card_15s2p_1:hover {
    border-color: #0baeff;
}

._cardSelected_15s2p_20 {
    border-color: #0baeff;
}

._content_15s2p_24 {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    gap: 12px;
}

._cardMain_15s2p_34 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

._cardFooter_15s2p_42 {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

._header_15s2p_50 {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

._brandRow_15s2p_61 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

._logoWrapper_15s2p_68 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

._logo_15s2p_68 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

._titleBlock_15s2p_87 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

._title_15s2p_87 {
    font-family: "Golos Text", "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.87);
}

/* Same as host-selection-card .description */
._subtitle_15s2p_104 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    overflow-wrap: break-word;
    min-width: 0;
}

._divider_15s2p_115 {
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
}

._optionsSection_15s2p_121 {
    flex-shrink: 0;
}

._optionPills_15s2p_125 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Same typography/spacing as host-selection-card .benefitItem */
._optionPill_15s2p_125 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.87);
}

._checkIcon_15s2p_142 {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

._saleBadge_15s2p_149 {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    border: 1px solid #E5F4E5;
    background: #C1E4BE;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #005800;
    align-self: flex-start;
}

._priceSection_15s2p_166 {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

._priceBlock_15s2p_174 {
    display: flex;
    align-items: center;
    gap: 8px;
}

._priceStack_15s2p_180 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

._listPrice_15s2p_186 {
    color: #FF3611;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Golos Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: line-through;
}

._listPriceSuite_15s2p_197 {
    color: rgba(0, 0, 0, 0.65);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Golos Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: line-through;
}

/* Same as host-selection-card .listPrice (secondary label) */
._startingAt_15s2p_209 {
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.65);
}

/* Same as host-selection-card .priceText */
._price_15s2p_166 {
    font-family: 'Golos Text SemiBold', "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
}

._selectBtn_15s2p_225 {
    background-color: #0baeff;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Golos Text Medium', "proxima-nova", sans-serif;
    font-size: 14px;
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    ._card_15s2p_1 {
        padding: 16px;
    }
}

@media screen and (max-width: 500px) {
    ._card_15s2p_1 {
        padding: 17px;
    }

    ._logoWrapper_15s2p_68 {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    ._title_15s2p_87 {
        font-size: 20px;
        line-height: 24px;
    }

    ._price_15s2p_166 {
        font-size: 18px;
        line-height: 24px;
    }
}
._grid_18uey_1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 1440px;
    min-width: 0;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

._largeCard_18uey_13 {
    grid-row: span 3;
    min-width: 0;
    max-width: 100%;
}

/* First card always has blue border - target via wrapper */
._largeCard_18uey_13 > div {
    border-color: #0baeff;
}

._standardCard_18uey_24 {
    min-height: 200px;
    min-width: 0;
    max-width: 100%;
}

._loading_18uey_30 {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px;
    font-family: 'Golos Text Regular', "proxima-nova", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}

/* Switch to 2 columns a bit before typical tablet (was 992px) */
@media screen and (max-width: 1075px) {
    ._grid_18uey_1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 768px) {
    ._largeCard_18uey_13 {
        grid-row: span 1;
    }

    ._grid_18uey_1 {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 500px) {
    ._grid_18uey_1 {
        gap: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
}
