.korean-price,
.chinese-price {
    display: inline-block;
    font: inherit;
    color: inherit;
}

.korean-price__before:not(:empty),
.chinese-price__before:not(:empty) {
    margin-inline-end: .35em;
}

.korean-price__after:not(:empty),
.chinese-price__after:not(:empty) {
    margin-inline-start: .35em;
}

.korean-price .woocommerce-Price-amount,
.korean-price .woocommerce-Price-currencySymbol,
.chinese-price .woocommerce-Price-amount,
.chinese-price .woocommerce-Price-currencySymbol {
    font: inherit;
    color: inherit;
}

.korean-price-woodmart-output {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 16px;
    text-align: center;
}

.korean-price-woodmart-price-row {
    width: 100%;
}

.korean-price--woodmart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    line-height: 1.4;
}



.korean-price--woodmart .korean-price__before,
.korean-price--woodmart .chinese-price__before {
    font-size: .62em;
    font-weight: 600;
    color: #5f6570;
}

.korean-price-woodmart-instructions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 11px 16px;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    background: #f7f8fa;
    color: #5f6570;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
}

.korean-price-woodmart-instructions > :first-child {
    margin-top: 0;
}

.korean-price-woodmart-instructions > :last-child {
    margin-bottom: 0;
}

.korean-price-woodmart-instructions a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .korean-price--woodmart {
        flex-wrap: wrap;
        font-size: 20px;
    }

    .korean-price-woodmart-instructions {
        padding: 10px 12px;
        font-size: 12px;
    }
}
