.calendly-calendar-header,
.calendly-calendar-dates {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 10px;
    text-align: center;
}
.calendly-time-slots-grid
{
      display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 10px;  
    margin-bottom: 30px;
}
h3.calendly-selected-date-title{
        margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}


.calendly-date-cell {
    padding: 14px;
    border-radius: 12px;
    background: #CECECE;
    cursor: pointer;
}

.calendly-date-available:hover,
.calendly-date-selected {
    background: #111;
    color: #fff !important;
}

.calendly-date-unavailable {
    opacity: 0.4;
    cursor: not-allowed;
}

.calendly-time-slot {
    padding: 10px;
    border-radius: 10px;
    background: #CECECE;
    cursor: pointer;
    font-weight: 500;
    text-align:center;
}

.calendly-time-slot.active {
    background: #111;
    color: #fff;
}

.calendly-button-primary {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    border: none;
}

.calendly-booking-wrapper {
    padding: 25px;
    background-color: #F6F6F6;
    border-radius: 20px;
    border: 1px solid #F6339A33;
        font-family: "Montserrat", Sans-serif;
    
}.calendly-calendar-header {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 10px;
}.calendly-date-cell{
        color: #000;
    font-weight: 500;
}
