/* ==============================
Single Price Layout
============================== */

.aaa-price-box{

    margin-top:8px;
    margin-bottom:14px;

}

/* 첫줄 */

.aaa-single-regular-row{

    display:flex;
    align-items:center;

    gap:14px;

    line-height:1.1;
    margin-bottom:8px;

}

/* 둘째줄 */

.aaa-single-member-row{

    display:flex;
    align-items:center;

    gap:8px;

    margin:2px 0 6px 0;

    line-height:1;

}

/* 가격 */

.aaa-single-regular-price{

    font-size:16px;
    font-weight:400;
    line-height:1;

    margin:0;

}

.aaa-single-member-price{

    font-size:16px;

    font-weight:700;

    color:#111;

    line-height:1;

}

/* 취소선 */

.aaa-single-regular-price del{

    color:#888;

    text-decoration:line-through;

    text-decoration-thickness:1px;

    text-decoration-color:#999;

}

/* WooCommerce가 넣는 bdi 제거 */

.aaa-single-regular-price del bdi{

    display:inline;

    line-height:1;

    vertical-align:middle;

}

/* 통화기호 */

.aaa-single-regular-price .woocommerce-Price-currencySymbol,
.aaa-single-member-price .woocommerce-Price-currencySymbol{

    font-size:inherit;

    vertical-align:baseline;

}

.aaa-single-save{

    display:inline-block;

    margin-top:4px;
    margin-bottom:14px;

    padding:6px 14px;

    background:#f5a2a1;

    color:#fff;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    line-height:1;

}

.aaa-single-member-price,
.aaa-single-member-price .woocommerce-Price-amount,
.aaa-single-member-price .woocommerce-Price-amount bdi{

font-weight:400 !important;

}

.aaa-save-badge{

    display:inline-block !important;

    margin:4px 0;

    padding:5px 12px;

    background:#f5a2a1;

    color:#fff;

    border-radius:999px;

    font-size:12px;

    font-weight:700;

    line-height:1;

}

/* Product Title */

.wd-product .product-title,
.wd-product .wd-entities-title,
.wd-product .wd-entities-title a{

    font-size:18px;

    font-weight:500;

    line-height:1.15;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

}

/* Short Description */

.aaa-short-description{

    font-size:12px;

    color:#777;

    margin-top:2px;

    margin-bottom:6px;

    line-height:1.2;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

}

.aaa-member-link{

    font-size:12px;

    font-weight:500;

    letter-spacing:-0.2px;

    white-space:nowrap;

}

/* Member Price Row */

.aaa-member-small{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:4px;

    flex-wrap:nowrap;

    white-space:nowrap;

}

.aaa-member-small strong{

    font-size:18px;

    font-weight:700;

    white-space:nowrap;

}

.aaa-single-message{

    font-size:16px;

    color:#444;

    line-height:1.35;      

    margin-top:6px;

}