.popular-new-contracts-tab-btn {
    border-color: #87d7ef !important;
    color: #0033a0 !important;
    background: #f0faff !important;
}

.popular-new-contracts-tab-btn::before {
    content: "★";
    margin-right: 5px;
    color: #00aee6;
}

.popular-new-contracts {
    display: grid;
    gap: 18px;
    width: min(1420px, 100%);
    margin: 0 auto;
    padding: 4px 0 30px;
    color: #123a61;
}

.popular-new-contracts-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 18px;
    border: 1px solid #c7e0ec;
    border-left: 5px solid #00aee6;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(0, 51, 160, .06);
}

.popular-new-contracts-hero h2 {
    margin: 0;
    color: #0019a5;
    font-size: 24px;
    line-height: 1.15;
}

.popular-new-contracts-hero p {
    margin: 3px 0 0;
    color: #607c91;
    font-size: 12px;
}

.popular-new-contract-period {
    display: flex;
    flex: 0 0 auto;
    gap: 4px;
    padding: 4px;
    border: 1px solid #c4deea;
    border-radius: 10px;
    background: #edf8fc;
}

.popular-new-contract-period button {
    min-width: 76px;
    min-height: 34px;
    padding: 7px 11px;
    border: 0;
    border-radius: 7px;
    color: #315f80;
    background: transparent;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.popular-new-contract-period button.is-active {
    color: #fff;
    background: #0033a0;
    box-shadow: 0 4px 10px rgba(0, 51, 160, .17);
}

.popular-new-contract-status {
    width: max-content;
    min-height: 0;
    margin: -8px 0 -7px 3px;
    color: #688399;
    font-size: 10px;
    font-weight: 750;
}

.popular-new-contracts:not(.is-loading) .popular-new-contract-status:empty {
    display: none;
}

.popular-new-contract-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: -6px 2px -2px;
}

.popular-new-contract-types {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px;
    border: 1px solid #c4deea;
    border-radius: 10px;
    background: #edf8fc;
}

.popular-new-contract-types button {
    min-width: 132px;
    min-height: 34px;
    padding: 7px 13px;
    border: 0;
    border-radius: 7px;
    color: #315f80;
    background: transparent;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.popular-new-contract-types button:hover {
    color: #001f7a;
    background: #fff;
}

.popular-new-contract-types button.is-active {
    color: #fff;
    background: #0033a0;
    box-shadow: 0 4px 10px rgba(0, 51, 160, .17);
}

.popular-new-contract-active-providers {
    margin: 0;
    color: #607c91;
    font-size: 10px;
    font-weight: 850;
    text-align: right;
}

.popular-new-contract-groups {
    min-width: 0;
}

.popular-ranking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.popular-ranking-column {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #c3dae6;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(13, 71, 110, .07);
}

.popular-ranking-column > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 11px 14px;
    border-bottom: 1px solid #d8e8ef;
    background: #f3f9fc;
}

.popular-ranking-column.is-shop > header {
    background: #f0faf7;
}

.popular-ranking-column > header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popular-ranking-column > header > div > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: #0033a0;
    font-size: 19px;
    font-weight: 950;
}

.popular-ranking-column.is-shop > header > div > span {
    background: #00976b;
}

.popular-ranking-column h3 {
    margin: 0;
    color: #123a61;
    font-size: 16px;
    line-height: 1.1;
}

.popular-ranking-column header small,
.popular-ranking-column header b {
    color: #698398;
    font-size: 9px;
    font-weight: 850;
}

.popular-ranking-list {
    display: grid;
}

.popular-ranking-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 100px 86px;
    align-items: center;
    gap: 10px;
    min-height: 82px;
    padding: 10px 12px;
    border-bottom: 1px solid #e0ebf0;
}

.popular-ranking-item:last-child {
    border-bottom: 0;
}

.popular-ranking-item:hover {
    background: #f8fcfe;
}

.popular-ranking-number {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #afd5e6;
    border-radius: 50%;
    color: #0033a0;
    background: #edf9fe;
    font-size: 12px;
    font-weight: 950;
}

.popular-ranking-item:first-child .popular-ranking-number {
    border-color: #f1c75a;
    color: #745000;
    background: #fff4c9;
}

.popular-ranking-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.popular-ranking-title {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.popular-ranking-title strong {
    min-width: 0;
    overflow: hidden;
    color: #123a61;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-ranking-title > span {
    flex: 0 0 auto;
    padding: 3px 6px;
    border-radius: 999px;
    color: #006b95;
    background: #e5f7fd;
    font-size: 8px;
    font-weight: 950;
}

.popular-ranking-title > .popular-data-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    box-sizing: border-box;
    border: 1px solid #a7dfc4;
    color: #00764c;
    background: #ecfbf4;
    font-size: 9px;
    letter-spacing: .01em;
    text-align: center;
}

.popular-ranking-title > .popular-data-badge.is-unlimited {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1;
}

.popular-ranking-copy > small,
.popular-ranking-copy > em {
    overflow: hidden;
    color: #637e92;
    font-size: 9px;
    font-style: normal;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popular-ranking-copy > em {
    color: #0080af;
    font-size: 8px;
}

.popular-ranking-price {
    display: grid;
    justify-items: end;
    gap: 1px;
    font-variant-numeric: tabular-nums;
}

.popular-ranking-price strong {
    color: #0019a5;
    font-size: 15px;
}

.popular-ranking-price small {
    color: #6a8497;
    font-size: 8px;
    font-weight: 800;
    text-align: right;
}

.popular-ranking-item > button {
    min-height: 34px;
    padding: 7px 8px;
    border: 1px solid #0033a0;
    border-radius: 8px;
    color: #0033a0;
    background: #fff;
    font: inherit;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
}

.popular-ranking-item > button:hover:not(:disabled) {
    color: #fff;
    background: #0033a0;
}

.popular-ranking-item > button:disabled {
    border-color: #ccd9e1;
    color: #7890a0;
    background: #f0f4f6;
    cursor: not-allowed;
}

.popular-ranking-item.is-unavailable {
    opacity: .68;
}

.popular-offer-group {
    display: grid;
    gap: 9px;
}

.popular-offer-group-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 0 3px 7px;
    border-bottom: 1px solid #d2e4ed;
}

.popular-offer-group-head h3 {
    margin: 0;
    color: #123a61;
    font-size: 18px;
}

.popular-offer-group-head > small {
    color: #6e8799;
    font-size: 10px;
    font-weight: 850;
}

.popular-offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 1100px;
}

.popular-offer-card {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    min-width: 0;
    min-height: 245px;
    overflow: hidden;
    border: 1px solid #c3dae6;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(13, 71, 110, .07);
}

.popular-offer-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 35px;
    padding: 8px 11px;
    border-bottom: 1px solid #dce9ef;
    background: #f4f9fc;
}

.popular-offer-rank {
    color: #0033a0;
    font-size: 10px;
    font-weight: 950;
}

.popular-offer-spread {
    color: #698398;
    font-size: 9px;
    font-weight: 800;
    text-align: right;
}

.popular-offer-products {
    padding: 13px;
}

.popular-offer-device {
    width: 52px;
    height: 62px;
    margin: 0;
    padding: 4px;
    border-radius: 9px;
    background: #f2f7fa;
}

.popular-offer-device.is-hardware {
    background: #edf8fd url("../angebot/assets/icons/print-hardware.svg") center / 46px 46px no-repeat;
}

.popular-offer-device.is-mobile,
.popular-offer-device.is-home {
    width: 52px;
    height: 58px;
    padding: 6px;
    background: #edf8fd;
}

.popular-offer-device.is-home {
    background: #edf8fd url("../angebot/assets/icons/print-home.svg") center / 46px 46px no-repeat;
}

.popular-offer-device.is-mobile {
    padding: 9px;
}

.popular-offer-device img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popular-offer-device img.is-fallback {
    padding: 5px;
}

.popular-offer-device .popular-offer-actual-image {
    opacity: 0;
    transition: opacity .16s ease-out;
}

.popular-offer-device .popular-offer-actual-image.is-loaded,
.popular-offer-device .popular-offer-actual-image.is-fallback {
    opacity: 1;
}

.popular-offer-card ul {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.popular-offer-card li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    min-width: 0;
}

.popular-offer-card li + li {
    padding-top: 9px;
    border-top: 1px solid #e4edf2;
}

.popular-offer-position-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.popular-offer-position-copy > span {
    color: #0080af;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.popular-offer-position-copy strong {
    overflow: hidden;
    color: #123a61;
    font-size: 13px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.popular-offer-position-copy small {
    color: #6d8597;
    font-size: 9px;
}

.popular-offer-price {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 2px 8px;
    margin: 0 11px 10px;
    padding: 9px 10px;
    border: 1px solid #bfe5f1;
    border-radius: 9px;
    background: #effaff;
}

.popular-offer-price > span {
    color: #5b778d;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.popular-offer-price strong {
    color: #0019a5;
    font-size: 19px;
    font-variant-numeric: tabular-nums;
}

.popular-offer-price small,
.popular-offer-price em {
    color: #59758a;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.popular-offer-price em {
    text-align: right;
}

.popular-offer-card > button {
    min-height: 40px;
    margin: 0 11px 11px;
    padding: 9px 10px;
    border: 1px solid #0033a0;
    border-radius: 8px;
    color: #fff;
    background: #0033a0;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

.popular-offer-card > button:hover:not(:disabled) {
    background: #001f7a;
}

.popular-offer-card > button:disabled {
    border-color: #cbd9e2;
    color: #6d8291;
    background: #edf2f5;
    cursor: not-allowed;
}

.popular-offer-card.is-unavailable {
    box-shadow: none;
    opacity: .8;
}

.popular-offer-empty {
    grid-column: 1 / -1;
    min-height: 72px;
    padding: 24px;
    border: 1px dashed #afd0df;
    border-radius: 12px;
    color: #607b90;
    background: #f8fcfe;
    text-align: center;
}

@media (max-width: 850px) {
    .popular-new-contracts-hero { align-items: flex-start; flex-direction: column; padding: 15px; }
    .popular-new-contract-period { width: 100%; }
    .popular-new-contract-period button { flex: 1; }
    .popular-new-contract-controls { align-items: stretch; flex-direction: column; gap: 8px; }
    .popular-new-contract-types { width: 100%; }
    .popular-new-contract-types button { min-width: 0; flex: 1; }
    .popular-new-contract-active-providers { text-align: left; }
    .popular-ranking-grid { grid-template-columns: 1fr; }
    .popular-ranking-item { grid-template-columns: 32px minmax(0, 1fr) 88px; }
    .popular-ranking-item > button { grid-column: 2 / -1; }
    .popular-offer-grid { grid-template-columns: 1fr; }
    .popular-offer-card { min-height: 0; }
}

/* V306: ruhige Premium-Rangliste statt zweier schmaler Verwaltungstabellen. */
.popular-new-contracts {
    gap: 12px;
    padding-top: 2px;
}

.popular-new-contracts-hero {
    position: relative;
    isolation: isolate;
    min-height: 92px;
    padding: 18px 22px;
    overflow: hidden;
    border: 1px solid #bad9e8;
    border-top: 4px solid #007eb4;
    border-left-width: 1px;
    border-radius: 16px;
    background: linear-gradient(120deg, #ffffff 0%, #f4fbfe 62%, #e7f7fd 100%);
    box-shadow: 0 10px 26px rgba(8, 63, 99, .09);
}

.popular-new-contracts-hero::after {
    position: absolute;
    z-index: -1;
    top: -76px;
    right: 250px;
    width: 210px;
    height: 210px;
    border: 34px solid rgba(0, 174, 230, .07);
    border-radius: 50%;
    content: "";
}

.popular-new-contracts-hero-copy {
    display: grid;
    gap: 2px;
}

.popular-new-contracts-kicker {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #007ba7;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.popular-new-contracts-kicker i {
    color: #00aee6;
    font-size: 12px;
    font-style: normal;
}

.popular-new-contracts-hero h2 {
    color: #0c3358;
    font-size: 26px;
    letter-spacing: -.025em;
}

.popular-new-contracts-hero p {
    margin-top: 4px;
    color: #617d91;
    font-size: 11px;
    font-weight: 700;
}

.popular-new-contract-period {
    z-index: 1;
    gap: 3px;
    padding: 4px;
    border-color: #b9d8e6;
    border-radius: 12px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 3px 10px rgba(14, 76, 111, .06);
}

.popular-new-contract-period button {
    min-width: 72px;
    min-height: 36px;
    border-radius: 9px;
    font-size: 10px;
}

.popular-new-contract-period button.is-active {
    background: linear-gradient(135deg, #0033a0, #0069c8);
    box-shadow: 0 5px 12px rgba(0, 51, 160, .2);
}

.popular-new-contract-status:not(:empty) {
    width: auto;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #f1d5d2;
    border-radius: 10px;
    color: #9a3f36;
    background: #fff8f7;
    font-size: 9px;
}

.popular-new-contract-controls {
    min-height: 56px;
    margin: 0;
    padding: 7px;
    border: 1px solid #c7dfe9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(15, 74, 108, .06);
}

.popular-new-contract-types,
.popular-new-contract-scopes {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 0;
    border-radius: 10px;
    background: #eff6f9;
}

.popular-new-contract-types button,
.popular-new-contract-scopes button {
    min-height: 36px;
    padding: 7px 14px;
    border: 0;
    border-radius: 8px;
    color: #45677f;
    background: transparent;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    transition: color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
}

.popular-new-contract-types button {
    min-width: 126px;
}

.popular-new-contract-scopes button {
    min-width: 96px;
}

.popular-new-contract-scopes button i {
    margin-right: 5px;
    font-style: normal;
}

.popular-new-contract-types button:hover:not(:disabled),
.popular-new-contract-scopes button:hover:not(:disabled) {
    color: #0033a0;
    background: #fff;
}

.popular-new-contract-types button.is-active,
.popular-new-contract-scopes button.is-active {
    color: #fff;
    background: linear-gradient(135deg, #0033a0, #0069c8);
    box-shadow: 0 4px 10px rgba(0, 51, 160, .18);
}

.popular-new-contract-scopes button[data-popular-scope="shop"].is-active {
    background: linear-gradient(135deg, #007d60, #00a87e);
    box-shadow: 0 4px 10px rgba(0, 135, 98, .18);
}

.popular-new-contract-scopes button:disabled {
    color: #9babb6;
    cursor: not-allowed;
    opacity: .62;
}

.popular-ranking-grid {
    display: block;
}

.popular-ranking-column {
    border-color: #bad6e3;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(8, 59, 91, .09);
}

.popular-ranking-column > header {
    min-height: 72px;
    padding: 13px 17px;
    background: linear-gradient(110deg, #eff7fc 0%, #f9fcfe 100%);
}

.popular-ranking-column.is-shop > header {
    background: linear-gradient(110deg, #edf9f5 0%, #f9fdfb 100%);
}

.popular-ranking-column > header > div {
    gap: 11px;
}

.popular-ranking-column > header > div > span {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: linear-gradient(145deg, #0033a0, #0070cf);
    box-shadow: 0 5px 11px rgba(0, 51, 160, .16);
    font-size: 20px;
}

.popular-ranking-column.is-shop > header > div > span {
    background: linear-gradient(145deg, #007e60, #00aa7d);
    box-shadow: 0 5px 11px rgba(0, 135, 98, .15);
}

.popular-ranking-column h3 {
    color: #123b5d;
    font-size: 18px;
}

.popular-ranking-column header small {
    display: block;
    margin-top: 3px;
    font-size: 9px;
}

.popular-ranking-column header b {
    padding: 5px 9px;
    border: 1px solid #cce0e8;
    border-radius: 999px;
    color: #547187;
    background: rgba(255, 255, 255, .72);
    font-size: 8px;
}

.popular-ranking-list {
    gap: 8px;
    padding: 10px;
    background: #f5f9fb;
}

.popular-ranking-item {
    grid-template-columns: 42px minmax(0, 1fr) 112px 112px;
    gap: 14px;
    min-height: 86px;
    padding: 11px 13px;
    border: 1px solid #d6e6ed;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(14, 68, 101, .04);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.popular-ranking-item:last-child {
    border-bottom: 1px solid #d6e6ed;
}

.popular-ranking-item:hover {
    border-color: #9fcfe1;
    background: #fff;
    box-shadow: 0 7px 17px rgba(0, 94, 137, .1);
    transform: translateY(-1px);
}

.popular-ranking-item:first-child {
    border-color: #ead48d;
    background: linear-gradient(100deg, #fffdf5 0%, #fff 45%);
}

.popular-ranking-number {
    width: 36px;
    height: 36px;
    border-width: 2px;
    font-size: 13px;
}

.popular-ranking-item:first-child .popular-ranking-number {
    border-color: #e4bd43;
    color: #745000;
    background: linear-gradient(145deg, #fff8dc, #ffe99a);
    box-shadow: 0 4px 9px rgba(174, 129, 0, .12);
}

.popular-ranking-copy {
    gap: 5px;
}

.popular-ranking-title {
    gap: 6px;
}

.popular-ranking-title strong {
    color: #143b5d;
    font-size: 14px;
}

.popular-ranking-title > span {
    padding: 4px 7px;
    font-size: 8px;
}

.popular-ranking-title > .popular-data-badge {
    font-size: 9px;
}

.popular-ranking-copy > small {
    color: #6b8192;
    font-size: 9px;
}

.popular-ranking-copy > em {
    width: max-content;
    padding: 3px 7px;
    border-radius: 999px;
    color: #087c9f;
    background: #eaf8fc;
    font-size: 8px;
}

.popular-ranking-price {
    gap: 2px;
}

.popular-ranking-price strong {
    font-size: 18px;
    letter-spacing: -.02em;
}

.popular-ranking-price small {
    font-size: 9px;
}

.popular-ranking-item > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 40px;
    padding: 8px 10px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #0033a0, #0069c8);
    box-shadow: 0 5px 11px rgba(0, 51, 160, .16);
    font-size: 9px;
}

.popular-ranking-item > button span {
    font-size: 13px;
    line-height: 1;
}

.popular-ranking-item > button:hover:not(:disabled) {
    background: linear-gradient(135deg, #002583, #005eb8);
    box-shadow: 0 7px 14px rgba(0, 51, 160, .23);
}

.popular-ranking-item > button:disabled {
    border: 1px solid #d3dfe5;
    color: #81939f;
    background: #edf2f4;
    box-shadow: none;
}

.popular-offer-empty {
    display: grid;
    min-height: 190px;
    place-items: center;
    align-content: center;
    gap: 5px;
    border-color: #b9d4e0;
    background: linear-gradient(145deg, #fbfdfe, #f1f8fb);
}

.popular-offer-empty > span {
    color: #66bcd9;
    font-size: 30px;
}

.popular-offer-empty > strong {
    color: #244b67;
    font-size: 13px;
}

.popular-offer-empty > small {
    color: #71899a;
    font-size: 10px;
}

/* My Handy: echte, shopübergreifend beliebte Tarif-Geräte-Kombinationen. */
body:not([data-layout="smartphone"]) #my-handy-panel .hardware-preset-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 360px));
    justify-content: start;
}

#my-handy-panel .hardware-preset-card:has(.hw-tile-rates) {
    padding-bottom: 14px;
}

#my-handy-panel .hardware-preset-card {
    grid-template-rows: 150px auto auto auto minmax(134px, auto);
    align-content: start;
}

#my-handy-panel .hw-storage-picker {
    padding-bottom: 16px;
}

#my-handy-panel .my-handy-global-duration {
    display: block;
}

#my-handy-panel .my-handy-toolbar-actions {
    display: grid;
    grid-template-columns: minmax(390px, 1fr) auto;
    grid-template-areas: "modes duration";
    align-items: center;
    flex: 1 1 auto;
    gap: 8px 12px;
    width: 100%;
    min-width: 0;
}

#my-handy-panel .my-handy-view-modes {
    grid-area: modes;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

#my-handy-panel .my-handy-top-bundles-control {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    border-radius: 999px;
}

#my-handy-panel .my-handy-top-bundles-control.is-expanded {
    padding: 2px 3px 2px 0;
    border: 1px solid #8bd4eb;
    background: #edfaff;
    box-shadow: 0 0 0 3px rgba(0, 168, 224, .08);
}

#my-handy-panel .my-handy-duration-control {
    grid-area: duration;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-self: end;
}

#my-handy-panel .my-handy-bundle-scope {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    min-height: 30px;
    padding: 0 1px 0 3px;
    border: 0;
    border-left: 1px solid #b7d9ed;
    border-radius: 0 999px 999px 0;
    background: transparent;
}

#my-handy-panel .my-handy-bundle-scope[hidden] {
    display: none;
}

#my-handy-panel .my-handy-bundle-scope button {
    min-width: 54px;
    min-height: 28px;
    padding: 5px 6px;
    border: 0;
    border-radius: 7px;
    color: #47677d;
    background: transparent;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

#my-handy-panel .my-handy-bundle-scope button:hover,
#my-handy-panel .my-handy-bundle-scope button:focus-visible {
    color: #0033a0;
    outline: none;
    background: #fff;
}

#my-handy-panel .my-handy-bundle-scope button.is-active {
    color: #fff;
    background: #0033a0;
    box-shadow: 0 3px 8px rgba(0, 51, 160, .18);
}

#my-handy-panel .my-handy-bundle-scope button:disabled {
    color: #93a6b3;
    background: transparent;
    cursor: not-allowed;
    box-shadow: none;
}

#my-handy-panel .my-handy-popular-toggle,
#my-handy-panel .my-handy-shop-favorites-toggle,
#my-handy-panel .my-handy-plain-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    min-width: 110px;
    padding: 4px 5px 4px 10px;
    border: 1px solid #b7d9ed;
    border-radius: 999px;
    color: #365d77;
    background: #f7fbfe;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

#my-handy-panel .my-handy-top-bundles-control.is-expanded .my-handy-popular-toggle {
    min-width: 104px;
    border-color: transparent;
    border-radius: 999px 8px 8px 999px;
    box-shadow: none;
}

#my-handy-panel .my-handy-shop-favorites-toggle,
#my-handy-panel .my-handy-plain-toggle {
    min-width: 112px;
}

#my-handy-panel .cart-my-handy-duration-option {
    min-width: 68px;
    padding-inline: 8px;
}

#tab-my-handy .tab-window-controls.is-inline-my-handy {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 2px;
    border-color: #b7d9ed;
    border-radius: 9px;
    background: #f7fbfe;
    box-shadow: none;
}

#tab-my-handy .tab-window-controls.is-inline-my-handy button {
    width: 30px;
    height: 28px;
}

body.tab-workspace-maximized #tab-my-handy.is-workspace-maximized .my-handy-global-duration {
    position: sticky;
    top: 0;
    z-index: 9010;
}

#my-handy-panel .my-handy-popular-toggle:hover,
#my-handy-panel .my-handy-popular-toggle:focus-visible,
#my-handy-panel .my-handy-shop-favorites-toggle:hover,
#my-handy-panel .my-handy-shop-favorites-toggle:focus-visible,
#my-handy-panel .my-handy-plain-toggle:hover,
#my-handy-panel .my-handy-plain-toggle:focus-visible {
    border-color: #00a8e0;
    outline: none;
    background: #eefaff;
    box-shadow: 0 0 0 3px rgba(0, 168, 224, .12);
}

#my-handy-panel .my-handy-popular-toggle > span,
#my-handy-panel .my-handy-shop-favorites-toggle > span,
#my-handy-panel .my-handy-plain-toggle > span {
    color: #00a8e0;
    font-size: 12px;
}

#my-handy-panel .my-handy-popular-toggle > b,
#my-handy-panel .my-handy-shop-favorites-toggle > b,
#my-handy-panel .my-handy-plain-toggle > b {
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

#my-handy-panel .my-handy-popular-toggle > em {
    display: inline-grid;
    place-items: center;
    min-width: 32px;
    min-height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: #61788b;
    background: #e8eff4;
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

#my-handy-panel .my-handy-popular-toggle[aria-pressed="true"] {
    border-color: #8bd4eb;
    color: #002fa7;
    background: #edfaff;
}

#my-handy-panel .my-handy-shop-favorites-toggle {
    padding-inline: 11px;
    border-color: #e2c36b;
    color: #705000;
    background: #fffaf0;
}

#my-handy-panel .my-handy-shop-favorites-toggle > span {
    color: #d39a00;
}

#my-handy-panel .my-handy-shop-favorites-toggle[aria-pressed="true"] {
    border-color: #d9aa2e;
    color: #624300;
    background: #fff0b8;
    box-shadow: 0 0 0 3px rgba(217, 170, 46, .12);
}

#my-handy-panel .my-handy-plain-toggle {
    padding-inline: 11px;
}

#my-handy-panel .my-handy-plain-toggle[aria-pressed="true"] {
    border-color: #9eb8ca;
    color: #173f63;
    background: #eaf1f6;
    box-shadow: 0 0 0 3px rgba(23, 63, 99, .08);
}

#my-handy-panel .my-handy-popular-toggle[aria-pressed="true"] > em {
    color: #00673d;
    background: #dff7ea;
}

#my-handy-panel .my-handy-popular-combos {
    position: static;
    z-index: 4;
    display: grid;
    grid-column: 1 / -1;
    grid-row: 6;
    gap: 6px;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
}

#my-handy-panel .my-handy-popular-combos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    min-height: 24px;
}

#my-handy-panel .my-handy-popular-combos-title {
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    color: #55758a;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .055em;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

#my-handy-panel .my-handy-popular-combos-title i {
    color: #00a8e0;
    font-size: 11px;
    font-style: normal;
}

#my-handy-panel .my-handy-popular-combos-title em {
    padding: 2px 5px;
    border-radius: 999px;
    color: #006f96;
    background: #e5f7fd;
    font-size: 8px;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combos-title i {
    color: #d39a00;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combos-title em {
    color: #765300;
    background: #fff0b8;
}

#my-handy-panel .shop-favorites-manage-toggle {
    flex: 0 0 auto;
    min-width: 62px;
    height: 24px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #678095;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    font-size: 9px;
    font-weight: 900;
}

#my-handy-panel .shop-favorites-manage-toggle:hover,
#my-handy-panel .shop-favorites-manage-toggle:focus-visible {
    border-color: #b7d9ed;
    outline: none;
    color: #006f96;
    background: #edf9fd;
}

#my-handy-panel .shop-favorites-manage-toggle[aria-pressed="true"] {
    border-color: #91cde1;
    color: #fff;
    background: #087da8;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combo {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: 12px;
    row-gap: 6px;
    min-height: 72px;
    padding: 10px 12px;
    border-color: #b9dbea;
    background: #f7fcff;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combo-top {
    grid-column: 1;
    grid-row: 1;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combo-top > i,
#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combo-data {
    height: 20px;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combo-copy {
    grid-column: 1;
    grid-row: 2;
    gap: 3px;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combo-name {
    color: #123f60;
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1.25;
}

#my-handy-panel .my-handy-popular-combos.is-shop-favorites .my-handy-popular-combo > strong {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    min-width: 72px;
    font-size: 15px;
}

#my-handy-panel .my-handy-popular-combo > strong.is-monthly {
    display: grid;
    justify-items: end;
    gap: 2px;
}

#my-handy-panel .my-handy-popular-combo > strong.is-monthly small {
    color: #607b8e;
    font-size: 8.5px;
    font-weight: 850;
    line-height: 1;
}

#my-handy-panel .my-handy-popular-combos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    min-width: 0;
}

#my-handy-panel .my-handy-popular-combo-manage-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 78px;
    align-items: center;
    gap: 8px;
    min-width: 0;
    border-radius: 12px;
    transition: opacity .18s ease, transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease;
}

#my-handy-panel .shop-favorite-drag-handle {
    display: grid;
    place-items: center;
    width: 28px;
    height: 38px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #6f899b;
    background: transparent;
    cursor: grab;
    touch-action: none;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease;
}

#my-handy-panel .shop-favorite-drag-handle > span {
    display: grid;
    grid-template-columns: repeat(2, 3px);
    gap: 3px;
}

#my-handy-panel .shop-favorite-drag-handle i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

#my-handy-panel .shop-favorite-drag-handle:hover,
#my-handy-panel .shop-favorite-drag-handle:focus-visible {
    border-color: #96cfe3;
    outline: none;
    color: #007cad;
    background: #eefaff;
    box-shadow: 0 0 0 3px rgba(0, 149, 196, .1);
    transform: translateY(-1px);
}

#my-handy-panel .my-handy-popular-combo-manage-row.is-dragging {
    z-index: 8;
    opacity: .88;
    transform: scale(1.012);
    filter: drop-shadow(0 9px 13px rgba(0, 67, 112, .18));
}

#my-handy-panel .my-handy-popular-combo-manage-row.is-dragging .shop-favorite-drag-handle {
    color: #006f9f;
    background: #dff6ff;
    cursor: grabbing;
}

body.is-sorting-shop-favorite,
body.is-sorting-shop-favorite * {
    cursor: grabbing !important;
    user-select: none !important;
}

#my-handy-panel .my-handy-popular-combo.is-manage-preview {
    width: 100%;
    cursor: default;
    user-select: none;
}

#my-handy-panel .my-handy-popular-combo.is-manage-preview:hover {
    z-index: auto;
    border-color: #b9dbea;
    box-shadow: 0 1px 3px rgba(0, 67, 112, .06);
    transform: none;
}

#my-handy-panel .shop-favorite-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 34px;
    padding: 0 9px;
    border: 1px solid #efc5c5;
    border-radius: 9px;
    color: #ad2929;
    background: #fffafa;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    font-size: 9px;
    font-weight: 900;
    transition: border-color .15s ease, color .15s ease, background .15s ease, box-shadow .15s ease;
}

#my-handy-panel .shop-favorite-remove:hover,
#my-handy-panel .shop-favorite-remove:focus-visible {
    border-color: #d84a4a;
    outline: none;
    color: #941818;
    background: #fff0f0;
    box-shadow: 0 0 0 3px rgba(216, 74, 74, .1);
}

#my-handy-panel .shop-favorite-remove:disabled {
    opacity: .55;
    cursor: wait;
}

.popular-offer-device.is-insurance {
    display: grid;
    place-items: center;
    color: #007f5f;
    background: linear-gradient(145deg, #effff8, #dff7ee);
    border: 1px solid #a9dfcb;
}

.popular-offer-device.is-insurance > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 34px;
    border-radius: 14px 14px 16px 16px;
    color: #fff;
    background: linear-gradient(145deg, #15ad7e, #087a5b);
    font-size: 17px;
    font-weight: 950;
    box-shadow: 0 5px 10px rgba(8, 122, 91, .18);
}

#my-handy-panel .my-handy-popular-combo {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-width: 0;
    min-height: 46px;
    padding: 7px 9px;
    overflow: visible;
    border: 1px solid #c4dfeb;
    border-radius: 10px;
    color: #0e4667;
    background: linear-gradient(180deg, #fbfeff 0%, #edf8fd 100%);
    box-shadow: 0 1px 3px rgba(0, 67, 112, .06);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

#my-handy-panel .my-handy-popular-combo:hover,
#my-handy-panel .my-handy-popular-combo:focus-visible {
    z-index: 8;
    border-color: #00a8e0;
    outline: none;
    box-shadow: 0 4px 12px rgba(0, 122, 170, .16);
    transform: translateY(-1px);
}

#my-handy-panel .my-handy-popular-combo-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
}

#my-handy-panel .my-handy-popular-combo-top b {
    color: #a07800;
    font-size: 10px;
    line-height: 1;
}

#my-handy-panel .my-handy-popular-combo:nth-child(2) .my-handy-popular-combo-top b { color: #71808a; }
#my-handy-panel .my-handy-popular-combo:nth-child(3) .my-handy-popular-combo-top b { color: #9a633d; }

#my-handy-panel .my-handy-popular-combo-top i {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    color: #fff;
    background: #0019a5;
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
}

#my-handy-panel .my-handy-popular-combo-top i.is-telekom { background: #df0067; }
#my-handy-panel .my-handy-popular-combo-top i.is-congstar { color: #111; background: #efe53a; }
#my-handy-panel .my-handy-popular-combo-top i.is-ayyildiz { background: #d31831; }
#my-handy-panel .my-handy-popular-combo-top i.is-mixed { background: #47677b; }
#my-handy-panel .my-handy-popular-combo-top i.is-insurance { background: #138465; }

#my-handy-panel .my-handy-popular-combo-data {
    display: inline-flex;
    flex: 0 0 68px;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 18px;
    box-sizing: border-box;
    padding: 0 6px;
    overflow: hidden;
    border: 1px solid #a7dfc4;
    border-radius: 999px;
    color: #00764c;
    background: #ecfbf4;
    font-size: 8.5px;
    font-weight: 950;
    line-height: 1;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#my-handy-panel .my-handy-popular-combo-data.is-unlimited {
    font-size: 16px;
    letter-spacing: 0;
}

#my-handy-panel .my-handy-popular-combo-name {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #4f6f84;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.28;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#my-handy-panel .my-handy-popular-combo-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

#my-handy-panel .my-handy-popular-combo-provision {
    overflow: hidden;
    color: #8093a2;
    font-size: 7.5px;
    font-weight: 750;
    letter-spacing: .02em;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#my-handy-panel .my-handy-popular-combo > strong {
    overflow: hidden;
    justify-self: end;
    color: #0019a5;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#my-handy-panel .hw-tile-rates {
    position: relative;
    align-self: end;
    margin-top: 16px;
}

#my-handy-panel .hw-tile-rates > .hw-tile-cart-btn {
    top: 8px;
    right: 8px;
    bottom: auto;
}

body[data-layout="smartphone"] #my-handy-panel .hw-tile-rates > .hw-tile-cart-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
}

@media (max-width: 720px) {
    #my-handy-panel .my-handy-global-duration {
        align-items: stretch;
        flex-direction: column;
    }

    #my-handy-panel .my-handy-toolbar-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    #my-handy-panel .my-handy-view-modes {
        display: contents;
    }

    #my-handy-panel .my-handy-duration-control {
        margin-left: auto;
    }

}

#my-handy-panel .my-handy-popular-combo-tooltip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    display: grid;
    gap: 6px;
    width: 272px;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid #a9d8e8;
    border-radius: 11px;
    color: #153f5a;
    background: #fff;
    box-shadow: 0 10px 26px rgba(5, 54, 88, .18);
    font-size: 10px;
    line-height: 1.25;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(3px);
    transition: opacity .13s ease, transform .13s ease, visibility 0s linear .13s;
}

#my-handy-panel .my-handy-popular-combo-tooltip > strong {
    color: #123b5d;
    font-size: 12px;
    font-weight: 950;
}

#my-handy-panel .my-handy-popular-combo-tooltip > small {
    padding-bottom: 6px;
    border-bottom: 1px solid #dbe9ef;
    color: #5e7c90;
    font-size: 9px;
    font-weight: 800;
}

#my-handy-panel .my-handy-popular-combo-tooltip > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#my-handy-panel .my-handy-popular-combo-tooltip em {
    color: #607d90;
    font-style: normal;
    font-weight: 750;
}

#my-handy-panel .my-handy-popular-combo-tooltip b {
    color: #0019a5;
    font-weight: 950;
    white-space: nowrap;
}

#my-handy-panel .my-handy-popular-combo:hover .my-handy-popular-combo-tooltip,
#my-handy-panel .my-handy-popular-combo:focus-visible .my-handy-popular-combo-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .12s;
}

#my-handy-panel .my-handy-popular-combo:nth-child(2):hover::after,
#my-handy-panel .my-handy-popular-combo:nth-child(2):focus-visible::after {
    transform: translate(-50%, 0);
}

.hw-consultation-spotlight .my-handy-popular-combos {
    display: none !important;
}

.shop-favorite-remove-dialog {
    width: 390px;
    max-width: calc(100vw - 40px);
    padding: 0;
    overflow: hidden;
    border: 1px solid #c8dce8;
    border-radius: 16px;
    color: #123b5d;
    background: #fff;
    box-shadow: 0 24px 64px rgba(10, 45, 72, .28);
}

.shop-favorite-remove-dialog::backdrop {
    background: rgba(18, 46, 70, .52);
    backdrop-filter: blur(3px);
}

.shop-favorite-remove-card {
    display: grid;
}

.shop-favorite-remove-card > header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid #e1ebf1;
    background: #f7fbfd;
}

.shop-favorite-remove-card > header > span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #8a6200;
    background: #fff0b8;
    font-size: 16px;
}

.shop-favorite-remove-card small {
    display: block;
    margin-bottom: 2px;
    color: #70879a;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .06em;
}

.shop-favorite-remove-card h2 {
    margin: 0;
    color: #123b5d;
    font-size: 18px;
    line-height: 1.2;
}

.shop-favorite-remove-card > p {
    margin: 0;
    padding: 20px;
    color: #234d69;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.4;
}

.shop-favorite-remove-card > footer {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    padding: 14px 20px 18px;
}

.shop-favorite-remove-card > footer button {
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    border: 1px solid #bfd4e1;
    border-radius: 10px;
    color: #315d77;
    background: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
}

.shop-favorite-remove-card > footer [data-shop-favorite-remove-confirm] {
    border-color: #c83d3d;
    color: #fff;
    background: #c83d3d;
}

.shop-favorite-remove-card > footer button:hover,
.shop-favorite-remove-card > footer button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(8, 125, 168, .13);
}

.shop-favorite-remove-card > footer [data-shop-favorite-remove-confirm]:hover,
.shop-favorite-remove-card > footer [data-shop-favorite-remove-confirm]:focus-visible {
    background: #ae2929;
    box-shadow: 0 0 0 3px rgba(200, 61, 61, .14);
}

/* V316: Top-Bundles zeigen die enthaltenen Produkte direkt als Bild. */
.popular-ranking-item {
    grid-template-columns: 42px 86px minmax(0, 1fr) 112px 112px;
}

.popular-ranking-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 86px;
    min-width: 86px;
    height: 64px;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #d8e8ef;
    border-radius: 12px;
    background: linear-gradient(145deg, #f8fcfe, #eef8fb);
}

.popular-ranking-visual .popular-offer-device {
    flex: 0 0 auto;
    width: 48px;
    height: 56px;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid rgba(179, 211, 224, .75);
    border-radius: 9px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(25, 81, 108, .08);
}

.popular-ranking-visual .popular-offer-device.is-mobile,
.popular-ranking-visual .popular-offer-device.is-home {
    width: 42px;
    height: 50px;
    padding: 5px;
    background-color: #fff;
}

.popular-ranking-visual.is-count-2 .popular-offer-device,
.popular-ranking-visual.is-count-2 .popular-offer-device.is-mobile,
.popular-ranking-visual.is-count-2 .popular-offer-device.is-home {
    width: 36px;
    height: 48px;
    padding: 3px;
}

.popular-ranking-visual.is-count-3 {
    gap: 2px;
}

.popular-ranking-visual.is-count-3 .popular-offer-device,
.popular-ranking-visual.is-count-3 .popular-offer-device.is-mobile,
.popular-ranking-visual.is-count-3 .popular-offer-device.is-home {
    width: 27px;
    height: 42px;
    padding: 2px;
}

.popular-ranking-visual .popular-offer-device img {
    display: block;
}

@media (max-width: 850px) {
    .popular-ranking-item {
        grid-template-columns: 32px 70px minmax(0, 1fr) 88px;
        gap: 8px;
    }

    .popular-ranking-visual {
        width: 70px;
        min-width: 70px;
        height: 58px;
    }

    .popular-ranking-visual .popular-offer-device {
        width: 42px;
        height: 50px;
    }

    .popular-ranking-visual .popular-offer-device.is-mobile,
    .popular-ranking-visual .popular-offer-device.is-home {
        width: 37px;
        height: 46px;
    }

    .popular-ranking-visual.is-count-2 .popular-offer-device,
    .popular-ranking-visual.is-count-2 .popular-offer-device.is-mobile,
    .popular-ranking-visual.is-count-2 .popular-offer-device.is-home {
        width: 31px;
        height: 44px;
    }

    .popular-ranking-visual.is-count-3 .popular-offer-device,
    .popular-ranking-visual.is-count-3 .popular-offer-device.is-mobile,
    .popular-ranking-visual.is-count-3 .popular-offer-device.is-home {
        width: 23px;
        height: 38px;
    }
}
