.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: 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: #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-top: 56px;
  }
}
