.oota-price-card{

    background:#fff;

    padding:30px;

    border-radius:14px;

    box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.oota-product-title{

    font-size:34px;

    font-weight:700;

    line-height:1.3;

    margin-bottom:18px;

}

.oota-rating{

    color:#ffb400;

    margin-bottom:18px;

}

.oota-rating span{

    color:#666;

    margin-left:10px;

}

.oota-price{

    font-size:34px;

    font-weight:700;

    margin-bottom:10px;

}

.oota-tax-note{

    color:#666;

    margin-bottom:18px;

}

.oota-short-description{

    color:#555;

    line-height:1.7;

    margin-bottom:10px;

}

.oota-story-link{

    display:inline-block;

    font-weight:600;

    color:#111;

    text-decoration:none;

    margin-bottom:20px;

}

.oota-divider{

    border-top:1px solid #ececec;

    margin:20px 0;

}

.oota-info-row{

    display:flex;

    gap:12px;

    align-items:center;

    margin:12px 0;

}