.footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-menu li a {
  display: block;
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-menu li a:hover {
  color: #fff;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-form input[type=text] {
  width: 100%;
}

.suites-overview-section .suite-preview {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.suites-overview-section .suite-info {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

img {
  max-width: 100%;
}

.wp-block-gallery {
  display: flex;
}
.wp-block-gallery img {
  padding: 5px;
}
.wp-block-gallery .wp-block-image {
  flex: 1 1 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.checkout-form .form-group input[type=text],
.checkout-form .form-group input[type=email],
.checkout-form .form-group input[type=tel],
.checkout-form .form-group select,
.checkout-form .form-group textarea {
  width: 100%;
}
