.mtk-product-savings-badge {
    direction: rtl;
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 7px;
    width: auto;
    max-width: 100%;
    min-height: 34px;
    margin: 6px 0 12px;
    padding: 6px 9px 6px 7px;
    border: 1px solid rgba(22, 163, 74, 0.18);
    border-radius: 9px;
    background: rgba(22, 163, 74, 0.075);
    color: #166534;
    font-family: inherit !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.55;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
    isolation: isolate;
}

.mtk-product-savings-badge *,
.mtk-product-savings-badge *::before,
.mtk-product-savings-badge *::after {
    box-sizing: border-box;
    font-family: inherit !important;
}

.mtk-product-savings-badge[hidden] {
    display: none !important;
}

.mtk-product-savings-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.mtk-product-savings-badge__text {
    display: inline;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    white-space: normal;
}

.mtk-product-savings-badge__amount,
.mtk-product-savings-badge__amount .woocommerce-Price-amount,
.mtk-product-savings-badge__amount .woocommerce-Price-currencySymbol,
.mtk-product-savings-badge .woocommerce-Price-amount,
.mtk-product-savings-badge .woocommerce-Price-currencySymbol,
.mtk-product-savings-badge bdi {
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: inherit !important;
    letter-spacing: 0 !important;
    white-space: nowrap;
}

.mtk-product-savings-badge__close {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    margin: 0 2px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(22, 101, 52, 0.62) !important;
    cursor: pointer;
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.mtk-product-savings-badge__close:hover,
.mtk-product-savings-badge__close:focus-visible {
    background: rgba(22, 163, 74, 0.11) !important;
    color: #14532d !important;
    outline: none;
}

.mtk-product-savings-badge__close:active {
    transform: scale(0.92);
}

.mtk-product-savings-badge__close span {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: inherit !important;
    line-height: 20px !important;
    text-align: center;
}

@media (max-width: 549px) {
    .mtk-product-savings-badge {
        gap: 6px;
        min-height: 32px;
        margin-top: 5px;
        padding: 5px 8px 5px 6px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 1.55;
    }

    .mtk-product-savings-badge__icon {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .mtk-product-savings-badge__close {
        flex-basis: 21px;
        width: 21px;
        min-width: 21px;
        height: 21px;
        min-height: 21px;
        font-size: 19px !important;
    }
}
