.booking-date-field {
    margin-bottom: 15px;
}

.booking-date-field label {
    color: #092c4a;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.booking-widget input.booking-date-input {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    color: #888;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 10px 16px;
    text-align: left;
    transition: color 0.3s !important;
    width: 100%;
}

.booking-widget input.booking-date-input:hover,
.booking-widget input.booking-date-input:focus {
    color: #092c4a;
}

.booking-room-options {
    border-top: 1px solid #e4e8ec;
    margin-top: 17px;
    padding-top: 17px;
}

.booking-room-options--only {
    border-top: 0;
    margin-top: 8px;
    padding-top: 0;
}

.booking-room-option .qtyTitle {
    color: #4a5560;
    line-height: 1.35;
    overflow-wrap: anywhere;
    padding-bottom: 7px;
    padding-top: 7px;
}

.booking-room-option:last-child {
    margin-bottom: 3px;
}

.booking-room-option input.qty-at-limit {
    color: #929ba4;
}

.booking-widget .booking-request-submit {
    border: 0;
    cursor: pointer;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.booking-widget .booking-request-submit.is-disabled,
.booking-widget .booking-request-submit:disabled {
    background-color: #092c4a !important;
    box-shadow: none;
    cursor: not-allowed !important;
    opacity: 0.42;
}

.booking-widget .booking-request-submit.is-loading {
    cursor: wait !important;
    opacity: 0.65;
}

.booking-price-summary {
    background: #f4f7fa;
    border: 1px solid #dce5ed;
    border-radius: 6px;
    margin: 3px 0 18px;
    padding: 17px 18px 14px;
}

.booking-price-summary[hidden] {
    display: none;
}

.booking-price-status {
    color: #092c4a;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 12px;
}

.booking-price-summary.is-loading .booking-price-status {
    color: #687582;
}

.booking-price-summary.is-error {
    background: #fff7f5;
    border-color: #f0d2cc;
}

.booking-price-summary.is-error .booking-price-status {
    color: #b64232;
    margin-bottom: 0;
}

.booking-price-summary.is-loading .booking-price-breakdown,
.booking-price-summary.is-loading .booking-price-row,
.booking-price-summary.is-error .booking-price-breakdown,
.booking-price-summary.is-error .booking-price-row {
    display: none;
}

.booking-price-breakdown {
    border-bottom: 1px solid #dce5ed;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0 7px;
}

.booking-price-breakdown li,
.booking-price-row {
    align-items: center;
    color: #5b6875;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 1.45;
    padding: 4px 0;
}

.booking-price-breakdown strong,
.booking-price-row strong {
    color: #304154;
    font-weight: 600;
    margin-left: 14px;
    white-space: nowrap;
}

.booking-price-row--total {
    border-top: 1px solid #dce5ed;
    color: #092c4a;
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    padding-top: 11px;
}

.booking-price-row--total strong {
    color: #092c4a;
    font-size: 18px;
}

.booking-confirmation-modal[hidden] {
    display: none;
}

.booking-confirmation-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 10400;
}

.booking-confirmation-modal__backdrop {
    background: rgba(9, 44, 74, 0.62);
    inset: 0;
    position: absolute;
}

.booking-confirmation-modal__dialog {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25);
    max-width: 440px;
    padding: 30px;
    position: relative;
    width: 100%;
}

.booking-confirmation-modal__dialog h3 {
    align-items: center;
    color: #092c4a;
    display: flex;
    font-size: 24px;
    gap: 10px;
    margin: 0 0 8px;
}

.booking-confirmation-modal__check {
    align-items: center;
    background: #5f9f48;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 30px;
    font-size: 15px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.booking-confirmation-modal__message {
    color: #687582;
    margin: 0 0 22px;
}

.booking-confirmation-modal__details {
    border: 1px solid #dce5ed;
    border-radius: 6px;
    margin-bottom: 22px;
    padding: 14px 16px;
}

.booking-confirmation-modal__details > div {
    border-bottom: 1px solid #edf1f4;
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
}

.booking-confirmation-modal__details > div:last-child {
    border-bottom: 0;
}

.booking-confirmation-modal__details span {
    color: #687582;
}

.booking-confirmation-modal__details strong,
.booking-confirmation-modal__details li {
    color: #304154;
    font-weight: 600;
}

.booking-confirmation-modal__rooms {
    display: block !important;
}

.booking-confirmation-modal__rooms ul {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

.booking-confirmation-modal__rooms li + li {
    margin-top: 4px;
}

.booking-confirmation-modal__total strong {
    color: #092c4a;
    font-size: 20px;
}

body.booking-confirmation-open {
    overflow: hidden;
}

.unit-contact .hosted-by-title {
    padding-right: 0;
}

.unit-contact .send-message-to-owner i {
    font-size: 15px;
    margin-right: 5px;
}

.unit-contact a.send-message-to-owner.button {
    background-color: #25D366;
}

.unit-contact a.send-message-to-owner.button:hover,
.unit-contact a.send-message-to-owner.button:focus {
    background-color: #128C7E;
}

.share-buttons li a.instagram-share {
    border-color: #c13584;
    color: #c13584;
}

.share-buttons li a.instagram-share:hover {
    background: #c13584;
    color: #fff;
}
