/* Start custom CSS for shortcode, class: .elementor-element-8738c3d */.cbs-confirm-box {
    background: #fefaf3;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 30px;
    max-width: 600px;
    margin: 40px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-family: "Lato", sans-serif;
    color: #2F3A37;
    text-align: center;
}

.cbs-confirm-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cbs-confirm-session {
    margin: 20px 0;
    font-size: 18px;
}

.cbs-time-value {
    font-size: 22px;
    font-weight: 700;
    color: #87B3A3;
    margin-top: 5px;
}

.cbs-confirm-home {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 50px;
    background: #87B3A3;
    color: #fff !important;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.cbs-confirm-home:hover {
    background: #AAC4BA;
}/* End custom CSS */