.sede-recordatorio-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  isolation: isolate;
}

.sede-recordatorio-overlay.hidden {
  display: none !important;
}

.sede-recordatorio-dialog {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.sede-recordatorio-title {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 1.1rem;
}

.sede-recordatorio-subtitle {
  margin: 0 0 20px;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.45;
}

.sede-recordatorio-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sede-recordatorio-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: 48px;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #fff;
  box-sizing: border-box;
  word-break: break-word;
}

.sede-recordatorio-btn-dir {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 0.92;
  line-height: 1.35;
}

.sede-recordatorio-btn--principal {
  background: #10b981;
}

.sede-recordatorio-btn--complementaria {
  background: #3b82f6;
}

.sede-recordatorio-btn-cancel {
  width: 100%;
  padding: 10px;
  background: #f3f4f6;
  color: #374151;
  border: none;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
}

.sede-recordatorio-btn-cancel:hover {
  background: #e5e7eb;
}

.sede-recordatorio-btn--principal:hover {
  background: #059669;
}

.sede-recordatorio-btn--complementaria:hover {
  background: #2563eb;
}
