.cph-top-tabs {
  width: 100%;
  margin: 0 0 24px;
  border: 2px solid #163a5f;
  border-radius: 16px;
  background: #ffffff;
  color: #263b50;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.cph-top-tabs,
.cph-top-tabs * {
  box-sizing: border-box;
}

.cph-top-tabs-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 20px;
  background: #163a5f;
  color: #ffffff;
}

.cph-top-tabs-heading h2 {
  margin: 3px 0 5px !important;
  color: #ffffff !important;
  font-size: 23px !important;
}

.cph-top-tabs-heading p {
  margin: 0 !important;
  color: #dbeafe !important;
}

.cph-top-tabs-status {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 999px;
  background: #f36047;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.cph-top-tabs-version {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.cph-top-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid #cbd5e1;
  background: #f8fafc;
}

.cph-top-tab-button {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid #94a3b8;
  border-radius: 9px;
  background: #ffffff;
  color: #163a5f;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cph-top-tab-button:hover,
.cph-top-tab-button:focus,
.cph-top-tab-button.is-active {
  border-color: #f36047;
  outline: none;
  background: #f36047;
  color: #ffffff;
}

.cph-top-tab-panels {
  background: #ffffff;
}

.cph-top-tab-panel {
  padding: 20px;
}

.cph-top-tab-panel[hidden] {
  display: none !important;
}

.cph-top-tab-panel.is-active {
  display: block;
}

.cph-top-tab-panel > h3 {
  margin: 0 0 12px !important;
  color: #163a5f !important;
}

.cph-top-tabs-moved-form {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.cph-top-tabs-moved-form > summary {
  display: none !important;
}

.cph-top-tabs .cph-home-meeting-admin-form {
  margin-top: 0 !important;
}

.cph-home-meeting-card .cph-home-meeting-admin-edit {
  display: none !important;
}

@media (max-width: 760px) {
  .cph-top-tabs-heading {
    display: block;
  }

  .cph-top-tabs-version {
    display: inline-block;
    margin-top: 10px;
  }

  .cph-top-tab-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cph-top-tab-button {
    width: 100%;
    text-align: left;
  }

  .cph-top-tab-panel {
    padding: 15px;
  }
}
