body {
  font-family: 'Montserrat', sans-serif;
}

.impersonation-banner {
  position: relative;
  background: linear-gradient(115deg, rgba(255, 193, 7, 0.15), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--bs-border-color-translucent);
  border-left: 4px solid var(--bs-warning);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--bs-body-color);
}

.btn-warning-gradient {
  background: linear-gradient(135deg, #fdd835, #fbc02d, #f9a825);
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.5);
}

a {
  color: #ffc107; /* Bootstrap warning color */
  text-decoration: none; /* Optional: removes underline */
}

.table-spaced {
  border-collapse: separate;
  border-spacing: 2rem 1rem;
}

  .section-title {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem 1.5rem;
  }
  .info-label {
    font-size: 0.875rem;
    color: #6c757d;
  }
  .info-value {
    font-weight: 500;
    font-size: 0.95rem;
  }
  .card-section {
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 1rem;
  }

.date-range-picker .dropdown-menu {
  min-width: 320px;
  max-width: 420px;
}

.date-range-toggle {
  background: #1f1f1f;
  color: #f8f9fa;
  border-color: #343a40;
}

.date-range-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.35);
}

.date-range-panel {
  background: #212529;
  border: 1px solid #343a40;
  border-radius: 0.5rem;
}

.date-range-panel .btn-outline-secondary.active {
  background-color: #ffc107;
  color: #000;
  border-color: #ffc107;
}
