.samio-delete-modal-open {
  overflow: hidden;
}

.samio-delete-overlay {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(10, 34, 30, 0.72);
  backdrop-filter: blur(5px);
}

.samio-delete-card {
  width: min(100%, 31rem);
  border: 1px solid rgba(22, 58, 52, 0.18);
  border-radius: 1.25rem;
  background: #fbfaf5;
  padding: clamp(1.25rem, 4vw, 2rem);
  color: #163a34;
  box-shadow: 0 1.75rem 5rem rgba(5, 26, 23, 0.35);
}

.samio-delete-eyebrow {
  margin: 0;
  color: #b42318;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.samio-delete-card h2 {
  margin: 0.55rem 0 0;
  font-family: "Bricolage Grotesque", "Source Sans 3", system-ui, sans-serif;
  font-size: clamp(1.55rem, 5vw, 2rem);
  line-height: 1.1;
}

.samio-delete-listing {
  margin: 1rem 0 0;
  border-left: 4px solid #f3a38f;
  border-radius: 0.35rem;
  background: #ffffff;
  padding: 0.8rem 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.samio-delete-description {
  margin: 1rem 0 0;
  color: rgba(22, 58, 52, 0.78);
  line-height: 1.55;
}

.samio-delete-status {
  min-height: 1.35rem;
  margin: 0.75rem 0 0;
  color: #b42318;
  font-size: 0.9rem;
  font-weight: 700;
}

.samio-delete-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}

.samio-delete-actions button {
  min-height: 2.85rem;
  border-radius: 0.75rem;
  padding: 0.7rem 1rem;
  font-weight: 800;
  transition: transform 150ms cubic-bezier(0.23, 1, 0.32, 1), opacity 150ms cubic-bezier(0.23, 1, 0.32, 1), background-color 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.samio-delete-actions button:active {
  transform: scale(0.97);
}

.samio-delete-actions button:focus-visible {
  outline: 3px solid rgba(243, 163, 143, 0.9);
  outline-offset: 2px;
}

.samio-delete-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.samio-delete-cancel {
  border: 1px solid rgba(22, 58, 52, 0.26);
  background: #ffffff;
  color: #163a34;
}

.samio-delete-confirm {
  border: 1px solid #b42318;
  background: #b42318;
  color: #ffffff;
}

.samio-delete-confirm:hover {
  background: #8f1c13;
}

.samio-delete-toast {
  position: fixed;
  z-index: 100001;
  right: 1rem;
  bottom: 1rem;
  max-width: min(25rem, calc(100% - 2rem));
  border-radius: 0.8rem;
  padding: 0.85rem 1rem;
  background: #163a34;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 1rem 2.5rem rgba(5, 26, 23, 0.28);
}

@media (max-width: 520px) {
  .samio-delete-actions {
    flex-direction: column-reverse;
  }

  .samio-delete-actions button {
    width: 100%;
  }
}
