/* Shared cleanup styles extracted from inline attributes */
.btn-wide {
  width: 100%;
  max-width: 360px;
}

.venue-arrow-muted {
  color: var(--text-muted);
}

.menu-chevron-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-blue {
  stroke: var(--blue);
}

.icon-danger {
  stroke: #ef4444;
}

.is-hidden {
  display: none;
}
