/* Earthy Aurora Theme - Prepped */
* {
  box-sizing: border-box;
}

body {
  background: linear-gradient(180deg, #111A19 0%, #284139 50%, #111A19 100%);
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
}

/* Glassmorphism Card */
.mind-card {
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.5) 0%, rgba(17, 26, 25, 0.7) 100%);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(248, 215, 148, 0.1);
  border-top: 1px solid rgba(248, 215, 148, 0.15);
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(248, 215, 148, 0.05);
}

.mind-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 104, 48, 0.4), transparent);
  opacity: 0.7;
}

.mind-card:hover {
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.6) 0%, rgba(17, 26, 25, 0.8) 100%);
  border-color: rgba(184, 104, 48, 0.3);
  transform: translateY(-2px);
}

/* Flagged Question Card */
.mind-card.is-flagged {
  border: 2px solid rgba(248, 215, 148, 0.5) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(248, 215, 148, 0.2), inset 0 1px 0 rgba(248, 215, 148, 0.05);
}

/* Dropdown Menu - Less Transparent */
.mind-card-dropdown {
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.85) 0%, rgba(17, 26, 25, 0.95) 100%);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(248, 215, 148, 0.15);
  border-top: 1px solid rgba(248, 215, 148, 0.2);
  border-radius: 14px;
  transition: all 0.2s ease;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(248, 215, 148, 0.1);
}

/* Primary Button */
.mind-btn {
  background: linear-gradient(135deg, #B86830 0%, #284139 100%);
  color: white;
  border: none;
  border-radius: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mind-btn:hover {
  box-shadow: 0 4px 20px rgba(184, 104, 48, 0.5);
  transform: translateY(-1px);
}

/* Secondary Button */
.mind-btn-secondary {
  background: transparent;
  border: 1px solid rgba(128, 144, 118, 0.5);
  color: #809076;
  border-radius: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mind-btn-secondary:hover {
  background: rgba(128, 144, 118, 0.15);
  border-color: #809076;
}

/* Utility Classes */
.icon-wasabi {
  color: #809076;
}

.icon-earth {
  color: #B86830;
}

.icon-khaki {
  color: #F8D794;
}

.icon-emerald {
  color: #284139;
}

.bg-wasabi-soft {
  background-color: rgba(128, 144, 118, 0.2);
}

.bg-earth-soft {
  background-color: rgba(184, 104, 48, 0.2);
}

.bg-earth-soft-pill {
  background-color: rgba(184, 104, 48, 0.45);
}

.bg-khaki-soft {
  background-color: rgba(248, 215, 148, 0.2);
}

.border-wasabi-soft {
  border-color: rgba(128, 144, 118, 0.4);
}

.border-earth-soft {
  border-color: rgba(184, 104, 48, 0.4);
}

.border-khaki-soft {
  border-color: rgba(248, 215, 148, 0.3);
}

.glow-brand {
  text-shadow: 0 0 20px rgba(184, 104, 48, 0.5);
}

.text-shadow-soft {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), 0 2px 12px rgba(0, 0, 0, 0.2);
}

/* Progress Ring */
.stat-ring {
  background: conic-gradient(#B86830 var(--progress), rgba(184, 104, 48, 0.15) 0);
  border-radius: 50%;
  padding: 4px;
}

.stat-ring-inner {
  background: #284139;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero Title Gradient */
.hero-title {
  background: linear-gradient(135deg, #f8fafc 0%, #F8D794 50%, #B86830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Feature Icon */
.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(184, 104, 48, 0.2) 0%, rgba(40, 65, 57, 0.4) 100%);
  border: 1px solid rgba(184, 104, 48, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Stat Card */
.stat-card {
  text-align: center;
  padding: 24px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #F8D794 0%, #B86830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Testimonial Card */
.testimonial-card {
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 80px;
  font-family: Georgia, serif;
  color: rgba(184, 104, 48, 0.2);
  line-height: 1;
}

/* Floating Animation */
.floating {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Pulse Glow Animation */
.pulse-glow {
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(184, 104, 48, 0.3);
  }

  50% {
    box-shadow: 0 0 40px rgba(184, 104, 48, 0.6);
  }
}

/* Mind Card Extended */
.mind-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(248, 215, 148, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.mind-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(184, 104, 48, 0.2);
}

/* Static card - disables lift hover for non-interactive containers */
.mind-card.mind-card-static:hover {
  transform: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(248, 215, 148, 0.05);
  border-color: rgba(248, 215, 148, 0.1);
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.5) 0%, rgba(17, 26, 25, 0.7) 100%);
}

/* Mind Button Extended */
.mind-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.mind-btn:hover::after {
  left: 100%;
}

.mind-btn:hover {
  transform: translateY(-2px);
}

/* Mind Button Secondary Extended */
.mind-btn-secondary:hover {
  color: #F8D794;
}

/* Mind Button Ghost */
.mind-btn-ghost {
  background: transparent;
  border: none;
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mind-btn-ghost:hover {
  color: #F8D794;
}

/* Alpine.js x-cloak - prevents flash of uncompiled content */
[x-cloak] {
  display: none !important;
}

/* =============================================================================
   Question Interface Styles
   ============================================================================= */

/* Timer warning animation */
.timer-warning {
  animation: timerPulse 1s infinite;
}

@keyframes timerPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

/* Question Option Card */
.option-card {
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.3) 0%, rgba(17, 26, 25, 0.5) 100%);
  border: 1px solid rgba(128, 144, 118, 0.2);
  border-radius: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.option-card:hover {
  border-color: rgba(184, 104, 48, 0.5);
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.4) 0%, rgba(17, 26, 25, 0.6) 100%);
}

.option-card.selected {
  border-color: #B86830;
  background: linear-gradient(135deg, rgba(184, 104, 48, 0.2) 0%, rgba(40, 65, 57, 0.4) 100%);
  box-shadow: 0 0 0 2px rgba(184, 104, 48, 0.3);
}

/* Option Letter Badge */
.option-letter {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: 'JetBrains Mono', monospace;
  transition: all 0.2s ease;
}

.option-card.selected .option-letter {
  background: linear-gradient(135deg, #B86830 0%, #284139 100%);
  color: white;
}

/* Question Image */
.question-image {
  border-radius: 12px;
  border: 1px solid rgba(128, 144, 118, 0.3);
  background: rgba(17, 26, 25, 0.5);
}

/* Annex Badge */
.annex-badge {
  background: linear-gradient(135deg, rgba(184, 104, 48, 0.3) 0%, rgba(40, 65, 57, 0.5) 100%);
  border: 1px solid rgba(184, 104, 48, 0.4);
  border-radius: 10px;
  transition: all 0.2s ease;
}

.annex-badge:hover {
  background: linear-gradient(135deg, rgba(184, 104, 48, 0.4) 0%, rgba(40, 65, 57, 0.6) 100%);
  border-color: #B86830;
}

/* Question Palette Dot */
.palette-dot {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 40px;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

/* Ensure question navigation grids work properly */
#question-sidebar .grid,
#results-nav-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}

.palette-dot.answered {
  background: linear-gradient(135deg, #809076 0%, #284139 100%);
  color: white;
}

.palette-dot.current {
  background: linear-gradient(135deg, #B86830 0%, #284139 100%) !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgba(184, 104, 48, 0.5) !important;
}

.palette-dot.flagged {
  border: 2px solid #F8D794 !important;
}

.palette-dot.unanswered {
  background: rgba(17, 26, 25, 0.6);
  border: 1px solid rgba(128, 144, 118, 0.3);
  color: rgba(248, 215, 148, 0.6);
}

.palette-dot:hover {
  transform: scale(1.1);
}

/* Section Card */
.section-card {
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.25) 0%, rgba(17, 26, 25, 0.35) 100%);
  border: 1px solid rgba(128, 144, 118, 0.15);
}

.section-card.current {
  background: linear-gradient(135deg, rgba(184, 104, 48, 0.12) 0%, rgba(40, 65, 57, 0.25) 100%);
  border-color: rgba(184, 104, 48, 0.35);
}

/* Modal Styles */
.modal-overlay {
  background: rgba(17, 26, 25, 0.85);
  backdrop-filter: blur(8px);
}

.modal-content {
  background: linear-gradient(135deg, rgba(40, 65, 57, 0.95) 0%, rgba(17, 26, 25, 0.98) 100%);
  border: 1px solid rgba(248, 215, 148, 0.2);
}

/* Exam Header Bar */
.exam-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(17, 26, 25, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Question Number Badge */
.question-number-badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
}

/* =============================================================================
   Results Pages Styles
   ============================================================================= */

/* Correct/Incorrect colors */
.bg-correct-soft {
  background-color: rgba(34, 197, 94, 0.15);
}

.bg-incorrect-soft {
  background-color: rgba(239, 68, 68, 0.15);
}

/* Score Ring */
.score-ring {
  --ring-color: #22c55e;
  --ring-bg: rgba(34, 197, 94, 0.15);
  background: conic-gradient(var(--ring-color) var(--progress), var(--ring-bg) 0);
  border-radius: 50%;
  padding: 6px;
}

.score-ring.is-failed {
  --ring-color: #ef4444;
  --ring-bg: rgba(239, 68, 68, 0.15);
}

.score-ring-inner {
  background: linear-gradient(135deg, #284139 0%, #111A19 100%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Question Row (for results list) */
.question-row {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(40, 65, 57, 0.2);
  border: 1px solid rgba(128, 144, 118, 0.15);
  transition: all 0.2s ease;
  cursor: pointer;
}

.question-row:hover {
  background: rgba(40, 65, 57, 0.35);
  border-color: rgba(184, 104, 48, 0.3);
  transform: translateX(4px);
}

.question-row.correct {
  border-left: 3px solid #22c55e;
}

.question-row.incorrect {
  border-left: 3px solid #ef4444;
}

/* Weak Area Card */
.weak-area {
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(40, 65, 57, 0.2) 100%);
  border: 1px solid rgba(239, 68, 68, 0.2);
}

/* Result Card Styles */
.result-correct {
  border-left: 3px solid #22c55e;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(17, 26, 25, 0.5) 100%);
}

.result-incorrect {
  border-left: 3px solid #ef4444;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(17, 26, 25, 0.5) 100%);
}

/* Explanation Image */
.explanation-image {
  border-radius: 12px;
  border: 1px solid rgba(34, 197, 94, 0.3);
  background: rgba(17, 26, 25, 0.5);
}

/* Image Carousel */
.image-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(40, 65, 57, 0.5);
  border: 1px solid rgba(128, 144, 118, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.carousel-btn:hover {
  background: rgba(184, 104, 48, 0.3);
  border-color: rgba(184, 104, 48, 0.5);
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.carousel-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 8px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(128, 144, 118, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
}

.carousel-dot.active {
  background: #B86830;
}

/* Rating Button */
.rating-btn {
  padding: 12px 20px;
  border-radius: 12px;
  border: 1px solid rgba(128, 144, 118, 0.3);
  background: rgba(40, 65, 57, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
}

.rating-btn:hover {
  background: rgba(40, 65, 57, 0.5);
  border-color: rgba(128, 144, 118, 0.5);
}

.rating-btn.selected-helpful {
  background: rgba(34, 197, 94, 0.2);
  border-color: #22c55e;
  color: #22c55e;
}

.rating-btn.selected-unhelpful {
  background: rgba(239, 68, 68, 0.2);
  border-color: #ef4444;
  color: #ef4444;
}

/* Confetti Animation */
.confetti {
  position: fixed;
  top: 0;
  width: 10px;
  height: 10px;
  background: #F8D794;
  animation: confetti-fall 3s ease-out forwards;
  z-index: 100;
  pointer-events: none;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(-20px) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

/* Palette Dot for Results Review */
#results-nav-grid .palette-dot.unanswered {
  border: 2px solid rgba(239, 68, 68, 0.5);
}

.palette-dot.correct {
  background: rgba(34, 197, 94, 0.3);
  border: 2px solid rgba(34, 197, 94, 0.8);
  color: #22c55e;
}

.palette-dot.incorrect {
  background: rgba(239, 68, 68, 0.3);
  border: 2px solid rgba(239, 68, 68, 0.8);
  color: #ef4444;
}

/* =============================================================================
   Auth Form Styles (Login/Signup)
   ============================================================================= */

/* Form Input */
.form-input {
  width: 100%;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  border-radius: 12px;
  background: rgba(17, 26, 25, 0.6);
  border: 1px solid rgba(128, 144, 118, 0.3);
  color: #f8fafc;
  font-size: 14px;
  transition: all 0.2s ease;
}

.form-input:focus {
  outline: none;
  border-color: rgba(184, 104, 48, 0.5);
  background: rgba(17, 26, 25, 0.8);
  box-shadow: 0 0 0 3px rgba(184, 104, 48, 0.1);
}

.form-input::placeholder {
  color: rgba(128, 144, 118, 0.5);
}

.form-input.error {
  border-color: rgba(239, 68, 68, 0.5);
}

/* Input with left icon */
.form-input-with-icon {
  padding-left: 48px !important;
}

/* Input with right icon (password toggle) */
.form-input-with-right-icon {
  padding-right: 48px !important;
}

/* Form Label */
.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #f8fafc;
  margin-bottom: 8px;
}

/* Password Toggle */
.password-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(128, 144, 118, 0.6);
  cursor: pointer;
  transition: color 0.2s;
  background: none;
  border: none;
  padding: 4px;
}

.password-toggle:hover {
  color: #F8D794;
}

/* Custom Checkbox */
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(184, 104, 48, 0.3);
  border-radius: 4px;
  background: rgba(30, 41, 33, 0.8);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.custom-checkbox:hover {
  border-color: rgba(184, 104, 48, 0.5);
  background: rgba(30, 41, 33, 0.9);
}

.custom-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(184, 104, 48, 0.3);
}

.custom-checkbox:checked {
  background: #b86830;
  border-color: #b86830;
}

.custom-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* File Input Button Styling */
.form-file-input::-webkit-file-upload-button {
  appearance: none;
  -webkit-appearance: none;
  margin-right: 16px;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  background: rgba(184, 104, 48, 0.2);
  color: #b86830;
  cursor: pointer;
  transition: background 0.2s ease;
}

.form-file-input::-webkit-file-upload-button:hover {
  background: rgba(184, 104, 48, 0.3);
}

.form-file-input::-ms-browse {
  margin-right: 16px;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  background: rgba(184, 104, 48, 0.2);
  color: #b86830;
  cursor: pointer;
  transition: background 0.2s ease;
}

.form-file-input::-ms-browse:hover {
  background: rgba(184, 104, 48, 0.3);
}

/* Hide number input spinners */
.hide-number-spinners {
  -moz-appearance: textfield;
}

.hide-number-spinners::-webkit-inner-spin-button,
.hide-number-spinners::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(128, 144, 118, 0.2);
}

/* Social Button */
.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(40, 65, 57, 0.3);
  border: 1px solid rgba(128, 144, 118, 0.3);
  color: #f8fafc;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  width: 100%;
  cursor: pointer;
}

.social-btn:hover {
  background: rgba(40, 65, 57, 0.5);
  border-color: rgba(184, 104, 48, 0.3);
}

/* Password Strength */
.password-strength {
  height: 4px;
  border-radius: 2px;
  margin-top: 8px;
  transition: all 0.3s ease;
  flex: 1;
}

.strength-weak {
  background: #ef4444;
  width: 33%;
}

.strength-medium {
  background: #eab308;
  width: 66%;
}

.strength-strong {
  background: #22c55e;
  width: 100%;
}

/* Role Card (for signup) */
.role-card {
  padding: 16px;
  border-radius: 12px;
  background: rgba(40, 65, 57, 0.2);
  border: 2px solid rgba(128, 144, 118, 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
}

.role-card:hover {
  background: rgba(40, 65, 57, 0.35);
  border-color: rgba(184, 104, 48, 0.3);
}

.role-card.selected {
  background: rgba(184, 104, 48, 0.15);
  border-color: rgba(184, 104, 48, 0.5);
}

/* KaTeX Math Formula Spacing */
.katex-display {
  margin: 0.5em 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25em 0;
}

.katex-display > .katex {
  white-space: normal;
}

.katex {
  font-size: 1em;
}

.katex-html {
  overflow-x: auto;
  overflow-y: hidden;
}

/* Reduce prose line-height for tighter content - only in question content */
#question-content .prose {
  line-height: 1.6;
}

#question-content .prose p {
  margin-bottom: 0.5em;
}

#question-content .prose p:last-child {
  margin-bottom: 0;
}

/* Reduce option card padding for more compact layout */
.option-card {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}