.pew-widget,
.pew-widget * {
    box-sizing: border-box;
}

.pew-widget {
    width: 100%;
}

.pew-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.pew-tab {
    border: 1px solid #dbe4ee;
    background: #ffffff;
    color: #12345a;
    padding: 11px 21px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all .22s ease;
}

.pew-tab.active,
.pew-tab:hover {
    color: #ffffff;
    background: #e3062c;
    border-color: #e3062c;
}

/*.pew-content {*/
/*    background: #ffffff;*/
/*    border-radius: 18px;*/
/*    padding: 8px 0;*/
/*}*/

.pew-panel {
    display: none;
}

.pew-panel.active {
    display: block;
}

.pew-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
}

.pew-left {
    min-width: 0;
    max-width: 68%;
}

.pew-service-name {
    color: #1a1a18;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
}

.pew-extra {
    margin-top: 5px;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.pew-dots {
    flex: 1 1 auto;
    min-width: 40px;
    border-bottom: 2px dashed #d7d7d7;
    margin-top: 15px;
}

.pew-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.pew-old-price {
    color: #407ec9;
    font-size: 17px;
    font-weight: 500;
    text-decoration: line-through;
    white-space: nowrap;
}

.pew-price-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.pew-promo {
    display: inline-block;
    background: #e3062c;
    color: #ffffff;
    border-radius: 999px;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .6px;
    transform: skew(-10deg);
}

.pew-price {
    display: inline-block;
    border: 2px solid #12345a !important;
    color: #12345a !IMPORTANT;
    border-radius: 999px;
    padding: 4px 11px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
    background: #ffffff;
}

@media (max-width: 767px) {
    .pew-tabs {
        gap: 8px;
        margin-bottom: 18px;
    }

    .pew-tab {
        flex: 1 1 calc(50% - 8px);
        padding: 11px 12px;
        font-size: 14px;
    }

    .pew-row {
        flex-wrap: wrap;
        gap: 8px;
        padding: 15px 0;
        border-bottom: 1px solid #edf2f7;
    }

    .pew-row:last-child {
        border-bottom: 0;
    }

    .pew-left {
        width: 100%;
        max-width: 100%;
    }

    .pew-service-name {
        font-size: 16px;
    }

    .pew-dots {
        display: none;
    }

    .pew-right {
        width: 100%;
        justify-content: flex-start;
    }

    .pew-old-price {
        font-size: 15px;
    }

    .pew-price {
        font-size: 15px;
    }
}


@media (max-width: 767px) {
    .pew-tabs {
        gap: 8px;
        margin-bottom: 18px;
    }

    .pew-tab {
        flex: 1 1 calc(50% - 8px);
        padding: 11px 12px;
        font-size: 14px;
    }

    .pew-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding: 15px 0;
        border-bottom: 1px solid #edf2f7;
    }

    .pew-row:last-child {
        border-bottom: 0;
    }

    .pew-left {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    .pew-service-name {
        font-size: 16px;
        line-height: 1.25;
    }

    .pew-extra {
        font-size: 13px;
    }

    .pew-dots {
        display: none !important;
    }

    .pew-right {
        flex: 0 0 auto !important;
        width: auto !important;
        justify-content: flex-end !important;
    }

    .pew-old-price {
        font-size: 14px;
    }

    .pew-price {
        font-size: 15px;
        padding: 4px 10px;
    }
}
