.mi-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: 22px 14px;
  background: #070534;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 -18px 44px rgba(7, 5, 52, 0.18);
}

.mi-consent-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.mi-consent-banner__message {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.mi-consent-banner__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mi-consent-banner__button {
  border: 2px solid transparent;
  padding: 11px 22px;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mi-consent-banner__button--accept {
  background: #ffb901;
  border-color: #ffb901;
  color: #070534;
}

.mi-consent-banner__button--accept:hover,
.mi-consent-banner__button--accept:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #070534;
}

.mi-consent-banner__button--reject {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.mi-consent-banner__button--reject:hover,
.mi-consent-banner__button--reject:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

.mi-consent-media-host {
  position: relative;
}

.mi-consent-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  background: rgba(7, 5, 52, 0.78);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.mi-consent-overlay--bookings {
  align-items: flex-start;
  justify-content: center;
  padding: 80px 16px 16px;
  background: rgba(0, 0, 0, 0.55);
}

.mi-consent-overlay__title {
  margin-bottom: 8px;
}

.mi-consent-overlay__subtitle {
  font-size: 0.97em;
  color: #ffb901;
}

.mi-consent-video-thumb {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.mi-consent-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.mi-consent-bookings-frame {
  width: 100%;
  height: 700px;
  border: 0;
}

@media (max-width: 767.98px) {
  .mi-consent-banner {
    padding: 16px 12px;
  }

  .mi-consent-overlay--bookings {
    padding-top: 56px;
  }
}
