.mi-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: 20px 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
}

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

.mi-consent-banner__message {
  margin: 0 0 15px;
}

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

.mi-consent-banner__button {
  border: 0;
  padding: 10px 20px;
  border-radius: 6px;
  font: inherit;
  cursor: pointer;
}

.mi-consent-banner__button--accept {
  background: #3f5337;
  color: #fff;
}

.mi-consent-banner__button--reject {
  background: #b00000;
  color: #fff;
}

.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(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.mi-consent-overlay--bookings {
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(18, 28, 31, 0.64);
}

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

.mi-consent-overlay--bookings .mi-consent-overlay__content {
  max-width: min(620px, 92vw);
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(10, 19, 22, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.mi-consent-overlay--bookings .mi-consent-overlay__title {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
}

.mi-consent-overlay--bookings .mi-consent-overlay__subtitle {
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.45;
}

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

.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: 18px;
  }

  .mi-consent-overlay--bookings .mi-consent-overlay__content {
    padding: 22px 18px;
  }
}
