/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.mphb-calendar .datepick {
    border: 1px solid #ddd;
    overflow: hidden;
    width: 100% !important;
}

.mphb_sc_booking_form-wrapper input:not([type="submit"]) {
    width: 100%;
}

p.mphb-capacity-wrapper select {
    width: 100%;
}

.wescot-price span.mphb-price {
    display: block;
    font-size: 32px;
    text-align: right;
    color: #901301;
    font-weight: 700;
}

.single-accommodation-item .single-acc-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px 6px 0px 0px;
}

/* the slides */
.accommodation-wrapper .slick-slide {
    margin: 0 10px;
}

/* the parent */
.accommodation-wrapper .slick-list {
    margin: 0 -10px;
}

.single-accommodation-item {
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.28);
}

.single-accommodation-item .single-acc-content {
    padding: 25px;
}

.single-accommodation-item .single-acc-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.single-accommodation-item .single-acc-content h3 a {
    color: #262626;
}

.single-accommodation-item .single-acc-content .price-info {
    color: #901301;
}

.custom-accommodation-container .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    background-color: #111;
    left: -25px;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleX(-1);
    padding: 0;
}

.custom-accommodation-container .slick-arrow svg {
    height: 30px;
}

.custom-accommodation-container .slick-arrow svg path {
    fill: #fff;
}

/* .custom-accommodation-container .slick-arrow.next-arrow {
    
} */

.custom-accommodation-container .slick-next.slick-arrow {
    left: 98%;
    transform: scaleX(1);
}

.mphb-recommendation {
    background: #fff;
    box-shadow: 0px -1px 21px -1px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 12px;
}

.mphb_sc_search_results-wrapper h2.mphb-recommendation-title {
    font-size: 20px;
    margin-top: 25px;
}

.mphb_sc_search_results-wrapper .search-item.single-accommodation-item {
    width: 48.99%;
    display: inline-block;
    margin-right: 10px;
}

.mphb_sc_search_results-wrapper .search-item.single-accommodation-item .room-description-wrapper {
    padding: 25px;
}

.mphb_sc_search_results-wrapper .search-item.single-accommodation-item h2.mphb-room-type-title.entry-title {
    line-height: 1;
}

.mphb_sc_search_results-wrapper .search-item.single-accommodation-item h2.mphb-room-type-title.entry-title a {
    font-size: 25px;
}



.accommodation-wrapper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Default: 3 columns */
  gap: 25px; /* Adjust spacing between items */
}

/* Tablet: 2 items per row */
@media (max-width: 768px) {
  .accommodation-wrapper-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 item per row */
@media (max-width: 480px) {
  .accommodation-wrapper-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}