.tr-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.35);
}

.tr-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  padding: 14px;
  max-width: 360px;
  width: 92vw;
}

.tr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tr-head h6 {
  margin: 0;
  font-weight: 800;
  font-size: 14px;
}

.tr-close {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.tr-body {
  margin-top: 10px;
}

.tr-sub {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
}

.tr-row {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.tr-row button {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  background: #fff;
}

.tr-row button.active {
  border-color: #c1272d;
  background: #fff5f5;
  color: #c1272d;
}

.tr-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

.tr-apply {
  border: 1px solid #c1272d;
  background: #c1272d;
  color: #fff;
  border-radius: 10px;
  padding: 0.45rem 0.8rem;
  font-weight: 800;
}
