.booking-section {
    padding-top: 140px;
    padding-bottom: 80px;
}

.booking-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.booking-grid aside.booking-info {
    width: 36%;
}

.booking-grid .calendar-card {
    width: 55.304%;
    padding: 14px;
    border: 1px solid #2424241a;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(36,36,36,.08);
    overflow: hidden;
}

.booking-grid h2 {
    margin-bottom: 10px;
}

.booking-grid  p {
    font-size: 16px;
    font-weight: 500;
    line-height: 190%;
}

.booking-info .host {
    display: flex;
    align-items: center;
    border: 1px solid rgba(36, 36, 36, 0.1019607843);
    padding: 18px;
    border-radius: 16px;
    margin: 26px 0;
    background-color: #f7f4e9;
}

.booking-info .host .host-avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 15px;
}

.booking-info .host div strong {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    line-height: normal;
}
.booking-info .host div  span {
    font-size: 14px;
    font-weight: 500;
}

.booking-info .host .host-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 5px 18px rgba(39, 39, 39, .10);
}

.booking-info .benefits .benefit {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #2424241a;
}

.booking-info .benefits .benefit .benefit-icon {width: 35px;height: 35px;flex-shrink: 0;background-color: #e8ece2;display: flex;align-items: center;justify-content: center;border-radius: 6px;font-size: 11px;font-weight: 700;margin-right: 15px;}

.booking-info .benefits .benefit div strong {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.booking-info .benefits .benefit div span {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 500;
}

.booking-info .benefits .benefit div {
    line-height: normal;
    display: flex;
    flex-direction: column;
}

.booking-info .benefits .benefit:first-child {
    border-top: 1px solid #2424241a;
}

.booking-grid .calendar-card .calendar-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 16px;
    border-bottom: 1px solid rgba(36,36,36,.10);
    margin-bottom: 4px;
}

.booking-grid .calendar-card .calendar-topbar strong {
    font-size: 13px;
}

.booking-grid .calendar-card .calendar-topbar span {
    font-size: 11px;
    color: #66635f;
    font-weight: 600;
}

.calendly-inline-widget {
    height: 500px !important;
}
