.msc-bookly-wrapper-29545570 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-family: 'Poppins', sans-serif;
}
.msc-bookly-form-col-29545570 {
    flex: 1 1 60%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(40,33,100,0.08);
}
.msc-bookly-sidebar-col-29545570 {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.msc-card-29545570 {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(40,33,100,0.08);
}
.msc-card-title-29545570 {
    color: #282164;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.msc-info-item-29545570 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.msc-info-icon-29545570 {
    color: #ff8210;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 3px;
}
.msc-info-text-29545570 h4 {
    margin: 0 0 5px;
    font-size: 14px;
    color: #282164;
    font-weight: 600;
}
.msc-info-text-29545570 p {
    margin: 0;
    font-size: 14px;
    color: #666;
}
.msc-emergency-card-29545570 {
    background: #fffaf0;
    border-left: 4px solid #ff8210;
}
.msc-emergency-box-29545570 {
    background: #ffe8d1;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.msc-emergency-box-29545570 strong {
    color: #282164;
    display: block;
    margin-bottom: 5px;
}
.msc-emergency-box-29545570 span {
    color: #ff8210;
    font-size: 18px;
    font-weight: 700;
}
.msc-emergency-desc-29545570 {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Base WPForms styles adaptation inside widget */
.msc-bookly-form-col-29545570 .wpforms-container input,
.msc-bookly-form-col-29545570 .wpforms-container select,
.msc-bookly-form-col-29545570 .wpforms-container textarea {
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
}
.msc-bookly-form-col-29545570 .wpforms-submit {
    background-color: #ff8210 !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    cursor: pointer;
}