.mtek-meet-shell,
.mtek-meet-card,
.mtek-meet-form,
.mtek-meet-login-box,
.mtek-meet-list-item,
.mtek-meet-speaker-section {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  margin: 16px 0;
  background: #fff;
}

.mtek-meet-shell {
  overflow: hidden;
}

.mtek-meet-header {
  text-align: center;
}

.mtek-meet-image-wrap {
  text-align: center;
  margin-bottom: 14px;
}

.mtek-meet-event-image {
  display: block;
  width: 100%;
  max-width: 760px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto;
}

.mtek-meet-header h2,
.mtek-meet-card h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.mtek-meet-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 13px;
  margin-bottom: 10px;
}

.mtek-meet-details {
  margin-top: 10px;
}

.mtek-meet-toggle,
.mtek-meet-speaker-more {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.mtek-meet-toggle {
  list-style: none;
  margin: 10px auto 0;
  text-align: center;
}

.mtek-meet-details > summary::-webkit-details-marker,
.mtek-meet-speaker-details > summary::-webkit-details-marker {
  display: none;
}

.mtek-meet-details-body {
  margin-top: 16px;
}

.mtek-meet-agenda {
  margin-left: 1.4em;
}

.mtek-meet-progress {
  height: 10px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  margin: 10px 0;
}

.mtek-meet-progress span {
  display: block;
  height: 100%;
  background: #111827;
}

.mtek-meet-form button {
  display: inline-block;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  background: #111827;
  color: #fff;
}

.mtek-meet-alert {
  padding: 12px 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  margin: 12px 0;
}

.mtek-meet-success {
  padding: 12px 14px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  margin: 12px 0;
}

.mtek-meet-speaker-section h3 {
  margin-top: 0;
}

.mtek-meet-speaker-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}

.mtek-meet-speaker-photo,
.mtek-meet-speaker-placeholder {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #374151;
  font-weight: 700;
}

.mtek-meet-speaker-body {
  margin-top: 14px;
}

.mtek-meet-speaker-body h4 {
  margin-top: 0;
}
