/**
* Theme Name: Triply Child
* Description: This is a child theme of Triply, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: triply
* Version: 2.4.4
*/

.booking_price_rate_line:has(:checked) {
    background-color: #dc834e;
    color: #fff;
    border-color: #c37351;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
}
.booking_price_rate_line {
    margin-bottom: 15px;
    background: #f0f0f0;
    padding-block: 10px;
    padding-inline: 10px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    transition: all ease-in-out .4s;
}