.elementor-4468 .elementor-element.elementor-element-991518e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:32px;--padding-bottom:32px;--padding-left:32px;--padding-right:32px;}.elementor-4468 .elementor-element.elementor-element-991518e:not(.elementor-motion-effects-element-type-background), .elementor-4468 .elementor-element.elementor-element-991518e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3ECE4;}#elementor-popup-modal-4468{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4468 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4468 .dialog-close-button{display:flex;}#elementor-popup-modal-4468 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-e6520f0 */.teacher-availability{
    font-family: 'Inter', sans-serif;
    color: #3d3d3d;
    padding: 10px 5px;
}

.teacher-availability h3{
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 500;
    color: #b56b4f;
    margin-bottom: 10px;
    text-align: center;
}

.teacher-availability .intro{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.teacher-availability h4{
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 500;
    color: #b56b4f;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8dfd8;
    padding-bottom: 8px;
}

.availability-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f0ebe7;
    gap: 20px;
}

.availability-item span{
    font-size: 17px;
    color: #444;
    font-weight: 500;
}

.availability-item strong{
    font-size: 16px;
    font-weight: 600;
    color: #6b7755;
    text-align: right;
}

@media(max-width: 767px){

    .teacher-availability h3{
        font-size: 34px;
    }

    .teacher-availability h4{
        font-size: 24px;
    }

    .availability-item{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .availability-item strong{
        text-align: left;
    }

}/* End custom CSS */