/*
Theme Name: My Apartment Blockbase Child
Template: blockbase
Version: 1.0
*/

/* Additional booking plugin widgets & custom styles */

/* ----------  Booking plugin widgets  ---------- */
.booking-widget,
.booking-widget .wpforms-form{
  background:#ffffff;
  padding:2rem;
  border-radius:1rem;
  box-shadow:0 4px 10px rgba(0,0,0,.06);
}

/* Make the embedded calendar take the full width on small screens */
.booking-widget iframe,
.overview-calendar iframe{
  width:100%!important;
  max-width:100%;
}

/* Gallery image rounding + hover */
.wp-block-gallery .wp-block-image img{
  border-radius: 0.75rem;
  transition: transform .25s ease;
}

.wp-block-gallery .wp-block-image:hover img{
  transform: scale(1.03);
}

.wp-block-button__link {
  color: #000000 !important;
  text-decoration-color: #000000 !important;
  border:  2px solid #000000 !important;
}

