/* MotoPress Hotel Booking Custom Styles */

/* Base Typography */
.mphb-booking-form,
.mphb-search-form,
.mphb-room-type,
.mphb-calendar {
    font-family: "DMSans", sans-serif;
    color: #0d141a;
}

/* Headings */
.mphb-room-type-title,
.mphb-booking-form-title,
.mphb-calendar-title {
    font-family: "Montserrat", sans-serif;
    color: #1e2542;
}

/* ALL Buttons */
.mphb-button,
.mphb-btn,
button[class*="mphb-"],
a[class*="mphb-btn"],
.mphb-reserve-btn,
.mphb-view-details-button,
.mphb-search-button,
.mphb-confirm-booking-btn,
.mphb-book-button,
.mphb-remove-from-cart-button,
.mphb-checkout-button,
.mphb-datepick-popup .mphb-datepick-cmd {
    background-color: #9b6c29 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: "DMSans", sans-serif;
    font-weight: 500;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9em;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.mphb-button:hover,
.mphb-btn:hover,
button[class*="mphb-"]:hover,
a[class*="mphb-btn"]:hover,
.mphb-reserve-btn:hover,
.mphb-view-details-button:hover,
.mphb-search-button:hover,
.mphb-confirm-booking-btn:hover,
.mphb-book-button:hover,
.mphb-remove-from-cart-button:hover,
.mphb-checkout-button:hover,
.mphb-datepick-popup .mphb-datepick-cmd:hover {
    background-color: #1e2542 !important;
    color: #ffffff !important;
}

/* Form Inputs */
.mphb-booking-form input[type="text"],
.mphb-booking-form input[type="email"],
.mphb-booking-form select,
.mphb-search-form input[type="text"],
.mphb-search-form select {
    border: 1px solid #B8C0CC;
    border-radius: 4px;
    padding: 10px 12px;
    background-color: #fbfaf5;
    color: #0d141a;
    width: 100%;
    box-sizing: border-box;
}

/* Calendar Styling */
.mphb-calendar {
    border: 1px solid #B8C0CC;
    background-color: #fbfaf5;
    border-radius: 8px;
    overflow: hidden;
}

.mphb-calendar .datepick-header,
.mphb-calendar .datepick-month-header {
    background-color: #1e2542;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    padding: 10px;
}

.mphb-calendar .datepick-month th,
.mphb-calendar .datepick-month td {
    border-color: #e5e7eb;
}

.mphb-calendar .datepick-month th {
    color: #9b6c29;
    background: transparent;
}

.mphb-calendar .mphb-available-date {
    background-color: #ffffff;
    color: #0d141a;
}

.mphb-calendar .mphb-booked-date {
    background-color: #ffe6e6;
    color: #ff4d4d;
    text-decoration: line-through;
}

.mphb-calendar .mphb-date-check-in {
    background-color: #9b6c29;
    color: #ffffff;
}

.mphb-calendar .mphb-date-check-out {
    background-color: #1e2542;
    color: #ffffff;
}

/* Price */
.mphb-price {
    color: #9b6c29;
    font-weight: bold;
    font-size: 1.2em;
}
