@charset "UTF-8";
/*!
Theme Name: Booklium Child
Theme URI: https://motopress.com/products/booklium
Author: MotoPress
Author URI: https://motopress.com
Description: Awesome WordPress theme.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: booklium
Template: booklium
*/

.leaflet-popup-content {
  width: 320px !important;
  max-width: 320px !important;
}
.leaflet-popup-content {
  max-height: 250px;
  overflow-y: auto;
}
.popup-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.popup-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.popup-info {
  font-size: 13px;
}

.popup-info a {
  text-decoration: none;
  font-size: 12px;
}

/*Booking Reservation Message Results Page*/

.mphb-reservation-submitted-title {
font-family: "Caudex", serif;
    font-size: 2.1rem;           /* Nice large but not overwhelming size */
    font-weight: 700;            /* Strong but modern weight */
    line-height: 1.3;            /* Excellent readability */
    text-align: center;          /* Centered – common for confirmation titles */
    margin: 2.5rem 0 1.5rem 0;   /* Good breathing room above and below */
    letter-spacing: -0.02em;     /* Slight tightening for a premium feel */
    position: relative;
}

/* Optional subtle underline / accent line for extra elegance */
.mphb-reservation-submitted-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: rgb(176, 145, 98);         /* Accent color – change to match your brand */
    margin: 18px auto 0;
    border-radius: 3px;
}
.mphb_sc_checkout-success-reservation-message{
  text-align: center;
}

/*getting the map to go full with beyond #primary paddings*/
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.alignfull .wpgmza_map_container,
.alignfull .wpgmza_map {
  width: 100% !important;
  max-width: 100% !important;
}
#primary .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

#primary .alignfull .wpgmza_map,
#primary .alignfull .wpgmza_map_container {
  width: 100% !important;
  max-width: 100% !important;
}