.mgbabs-anchor {
  margin: 2rem 0 2.5rem;
}

.mgbabs-frame-shell {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8f3e9 0%, #f6f0e4 100%);
  box-shadow: 0 18px 42px rgba(47, 58, 58, 0.1);
}

.mgbabs-frame {
  width: 100%;
  min-height: 180px;
  border: 0;
  display: block;
  background: transparent;
}

.mgbabs-static-shell {
  width: 100%;
  border-radius: 24px;
  padding: 18px;
  background: linear-gradient(180deg, #f8f3e9 0%, #f1e5cf 100%);
  box-shadow: 0 18px 42px rgba(47, 58, 58, 0.1);
}

.mgbabs-static-panel {
  border-radius: 18px;
  padding: 20px 22px 22px;
  background: rgba(255, 254, 250, 0.86);
  border-top: 1px solid rgba(46, 63, 55, 0.16);
}

.mgbabs-static-title {
  margin: 0 0 16px;
  color: #082321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.1;
}

.mgbabs-static-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.mgbabs-static-tabs button {
  border: 1px solid rgba(47, 58, 58, 0.12);
  border-radius: 999px;
  padding: 0.72rem 1.25rem;
  background: #e8ece9;
  color: #7a8781;
  cursor: not-allowed;
  font: 700 0.98rem/1.1 inherit;
}

.mgbabs-static-tabs button span {
  margin-right: 0.35rem;
}

.mgbabs-static-message {
  margin: 0;
  color: #203834;
  font-size: 1rem;
  line-height: 1.55;
}

.mgbabs-anchor + .et_pb_audio_module {
  display: none !important;
}

@media (max-width: 980px) {
  .mgbabs-anchor {
    margin: 1.5rem 0 2rem;
  }

  .mgbabs-frame-shell {
    border-radius: 18px;
  }

  .mgbabs-frame {
    min-height: 200px;
  }

  .mgbabs-static-shell {
    border-radius: 18px;
    padding: 12px;
  }

  .mgbabs-static-panel {
    padding: 16px;
  }
}
