/* ==========================================================================
   Gap Analysis - Train & Hire Dashboard
   Extends the dashboard utility system for the gap analysis page
   ========================================================================== */

/* --------------------------------------------------------------------------
   Match summary hero section
   -------------------------------------------------------------------------- */

.gap-match-summary {
  background: #fff;
  border: 1.5px solid var(--th-border);
  border-radius: 12px;
  margin-bottom: 2rem;
  overflow: hidden;
  animation: fadeSlideIn 0.25s ease-out;
}

/* Top tier: ring + tier info side by side */
.gap-match-hero {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 2.25rem;
}

/* --------------------------------------------------------------------------
   SVG ring
   -------------------------------------------------------------------------- */

.gap-match-ring-container {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.gap-match-ring {
  width: 100%;
  height: 100%;
}

.gap-match-ring-progress {
  transition: stroke-dashoffset 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.gap-match-ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gap-match-ring-value {
  font-family: var(--th-font);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--th-text);
  letter-spacing: -0.04em;
  line-height: 1;
}

.gap-match-ring-text {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--th-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.15rem;
}

/* --------------------------------------------------------------------------
   Match tier badge and description
   -------------------------------------------------------------------------- */

.gap-match-tier {
  flex: 1;
  min-width: 0;
}

.gap-match-tier-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  margin-bottom: 0.5rem;
}

.gap-match-tier-excellent {
  background: #d1fae5;
  color: #065f46;
}

.gap-match-tier-strong {
  background: #dbeafe;
  color: #1e40af;
}

.gap-match-tier-moderate {
  background: #fef3c7;
  color: #92400e;
}

.gap-match-tier-developing {
  background: #fee2e2;
  color: #991b1b;
}

.gap-match-tier-desc {
  font-size: 0.85rem;
  color: var(--th-text-secondary);
  line-height: 1.55;
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Stat breakdown grid
   -------------------------------------------------------------------------- */

.gap-match-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--th-border);
}

.gap-match-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 0.75rem;
  border-right: 1px solid var(--th-border-light);
  border-bottom: 1px solid var(--th-border-light);
  background: #fafbfc;
  min-width: 0;
}

.gap-match-stat:nth-child(3n) {
  border-right: none;
}

.gap-match-stat:nth-last-child(-n+3) {
  border-bottom: none;
}

.gap-match-stat-count {
  font-family: var(--th-font);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.gap-match-stat-count svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}

.gap-match-stat-green { color: #059669; }
.gap-match-stat-yellow { color: #d97706; }
.gap-match-stat-red { color: #dc2626; }

.gap-match-stat-label {
  font-size: 0.73rem;
  font-weight: 600;
  color: var(--th-text-secondary);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Section description text
   -------------------------------------------------------------------------- */

.gap-section-desc {
  font-size: 0.82rem;
  color: var(--th-text-muted);
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Gap items list (skills + credentials)
   -------------------------------------------------------------------------- */

.gap-items-list {
  padding: 0;
}

.gap-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--th-border-light);
  transition: background 0.15s ease;
}

.gap-item:last-child {
  border-bottom: none;
}

.gap-item:hover {
  background: #f9fafb;
}

/* Status dot */
.gap-item-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.35rem;
}

.gap-dot-matched {
  background: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.12);
}

.gap-dot-partial {
  background: #d97706;
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}

.gap-dot-missing {
  background: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.gap-dot-expired {
  background: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

/* Item body */
.gap-item-body {
  flex: 1;
  min-width: 0;
}

.gap-item-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.gap-item-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--th-text);
  letter-spacing: -0.01em;
}

/* Status tags */
.gap-item-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gap-tag-matched {
  background: #d1fae5;
  color: #065f46;
}

.gap-tag-partial {
  background: #fef3c7;
  color: #92400e;
}

.gap-tag-missing {
  background: #fee2e2;
  color: #991b1b;
}

.gap-tag-expired {
  background: #fee2e2;
  color: #991b1b;
}

/* Required / preferred badges */
.gap-item-required {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6366f1;
  background: #e0e7ff;
  padding: 0.12rem 0.45rem;
  border-radius: 4px;
}

.gap-item-preferred {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  background: var(--th-border-light);
  padding: 0.12rem 0.45rem;
  border-radius: 4px;
}

/* Detail rows (level comparison) */
.gap-item-detail {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.gap-item-level {
  font-size: 0.78rem;
  color: var(--th-text-secondary);
  font-weight: 500;
  line-height: 1.5;
}

.gap-item-level strong {
  color: var(--th-text);
  font-weight: 700;
}

/* Action links */
.gap-item-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.gap-action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--th-accent);
  text-decoration: none;
  transition: color 0.15s ease;
}

.gap-action-link:hover {
  color: #0b5ed7;
}

.gap-action-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
}

/* --------------------------------------------------------------------------
   Experience card
   -------------------------------------------------------------------------- */

.gap-experience-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
}

.gap-experience-status {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gap-experience-status svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
}

.gap-experience-met {
  background: #d1fae5;
  color: #059669;
}

.gap-experience-unmet {
  background: #fee2e2;
  color: #dc2626;
}

.gap-experience-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.gap-experience-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--th-text);
  letter-spacing: -0.01em;
}

.gap-experience-detail {
  font-size: 0.82rem;
  color: var(--th-text-secondary);
  font-weight: 500;
  line-height: 1.5;
}

.gap-experience-detail strong {
  color: var(--th-text);
  font-weight: 700;
}

.gap-experience-hint {
  font-size: 0.78rem;
  color: var(--th-text-muted);
  font-weight: 500;
  font-style: italic;
  margin-top: 0.15rem;
}

/* --------------------------------------------------------------------------
   Apply CTA
   -------------------------------------------------------------------------- */

.gap-apply-section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--th-border-light);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.gap-apply-hint {
  flex: 1 1 100%;
  font-size: 0.82rem;
  color: var(--th-text-muted);
  font-weight: 500;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.gap-apply-btn {
  font-family: var(--th-font);
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 8px;
  padding: 0.6rem 1.75rem;
  letter-spacing: -0.01em;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gap-apply-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(13, 110, 253, 0.25);
}

.gap-apply-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.gap-apply-btn-secondary {
  font-family: var(--th-font);
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 8px;
  padding: 0.55rem 1.25rem;
  letter-spacing: -0.01em;
}

/* --------------------------------------------------------------------------
   Job matches list (index page)
   -------------------------------------------------------------------------- */

.gap-jobs-list {
  padding: 0.5rem 0.25rem;
}

.gap-job-entry {
  position: relative;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--th-border-light);
  transition: background 0.15s ease;
}

.gap-job-entry:last-child {
  border-bottom: none;
}

.gap-job-entry:hover {
  background: #f9fafb;
}

.gap-job-marker {
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 4px;
  height: 28px;
  border-radius: 0 3px 3px 0;
  background: #3b82f6;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.gap-job-marker-excellent { background: #059669; }
.gap-job-marker-strong    { background: #3b82f6; }
.gap-job-marker-moderate  { background: #d97706; }
.gap-job-marker-developing { background: #dc2626; }

.gap-job-entry:hover .gap-job-marker {
  opacity: 1;
}

.gap-job-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.gap-job-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.gap-job-info {
  min-width: 0;
}

.gap-job-title {
  display: block;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.gap-job-title a {
  color: var(--th-text);
  text-decoration: none;
  transition: color 0.15s ease;
}

.gap-job-title a:hover {
  color: var(--th-accent);
}

.gap-job-company {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--th-text-secondary);
  margin-top: 0.1rem;
}

.gap-job-analyze-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--th-font);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--th-accent);
  background: rgba(13, 110, 253, 0.06);
  padding: 0.35rem 0.85rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.gap-job-analyze-btn:hover {
  background: rgba(13, 110, 253, 0.12);
  color: #0b5ed7;
}

.gap-job-analyze-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.gap-job-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.gap-job-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
  flex-wrap: wrap;
}

.gap-job-badge {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: #eef1f5;
  color: #475569;
  letter-spacing: 0.01em;
}

/* Tier label badges in the meta row */
.gap-job-tier-badge {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
}

.gap-job-tier-excellent {
  background: #d1fae5;
  color: #065f46;
}

.gap-job-tier-strong {
  background: #dbeafe;
  color: #1e40af;
}

.gap-job-tier-moderate {
  background: #fef3c7;
  color: #92400e;
}

.gap-job-tier-developing {
  background: #fee2e2;
  color: #991b1b;
}

/* Job matches empty state */
.gap-jobs-empty {
  text-align: center;
  padding: 4rem 2rem;
  animation: fadeSlideIn 0.25s ease-out;
}

.gap-jobs-empty-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  background: #dbeafe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gap-jobs-empty-icon svg {
  width: 26px;
  height: 26px;
}

.gap-jobs-empty-text {
  font-size: 0.88rem;
  color: var(--th-text-secondary);
  max-width: 420px;
  margin: 0 auto 0.25rem;
  line-height: 1.6;
}

.gap-jobs-empty-hint {
  font-size: 0.84rem;
  color: var(--th-text-muted);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .gap-match-hero {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
    padding: 1.5rem;
  }

  .gap-match-tier {
    text-align: center;
  }

  .gap-match-breakdown {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575.98px) {
  .gap-match-hero {
    padding: 1.25rem;
    gap: 1rem;
  }

  .gap-match-ring-container {
    width: 100px;
    height: 100px;
  }

  .gap-match-ring-value {
    font-size: 1.45rem;
  }

  .gap-match-breakdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .gap-match-stat:nth-child(3n) {
    border-right: 1px solid var(--th-border-light);
  }

  .gap-match-stat:nth-child(2n) {
    border-right: none;
  }

  .gap-match-stat:nth-last-child(-n+3) {
    border-bottom: 1px solid var(--th-border-light);
  }

  .gap-match-stat:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .gap-item {
    padding: 0.85rem 1rem;
  }

  .gap-item-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .gap-item-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .gap-experience-card {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 1rem;
  }

  .gap-experience-info {
    align-items: center;
  }

  .gap-apply-section {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .gap-apply-btn,
  .gap-apply-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .gap-job-header {
    flex-direction: column;
    gap: 0.5rem;
  }

  .gap-job-entry {
    padding: 0.85rem;
  }
}

/* --------------------------------------------------------------------------
   Match percentage pills (job list + candidate pipeline)
   -------------------------------------------------------------------------- */

.gap-match-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--th-font);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1;
}

.gap-match-pill svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}

.gap-match-pill-excellent {
  background: #d1fae5;
  color: #065f46;
}

.gap-match-pill-strong {
  background: #dbeafe;
  color: #1e40af;
}

.gap-match-pill-moderate {
  background: #fef3c7;
  color: #92400e;
}

.gap-match-pill-developing {
  background: #fee2e2;
  color: #991b1b;
}

/* --------------------------------------------------------------------------
   Candidate match card (company view)
   -------------------------------------------------------------------------- */

.co-match-card {
  background: #fff;
  border: 1.5px solid var(--th-border);
  border-radius: 10px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.co-match-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.co-match-score {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.co-match-breakdown {
  margin-top: 0.75rem;
}

.co-match-skill-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--th-border-light);
  font-size: 0.82rem;
}

.co-match-skill-row:last-child {
  border-bottom: none;
}

.co-match-badges {
  display: flex;
  gap: 0.35rem;
}

.co-match-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  white-space: nowrap;
}

.co-match-badge-verified {
  background: #d1fae5;
  color: #065f46;
}

.co-match-badge-self-reported {
  background: var(--th-border-light);
  color: #6b7280;
}

.co-match-badge-matched {
  background: #d1fae5;
  color: #065f46;
}

.co-match-badge-partial {
  background: #fef3c7;
  color: #92400e;
}

.co-match-badge-missing {
  background: #fee2e2;
  color: #991b1b;
}

.co-match-badge-expired {
  background: #fee2e2;
  color: #991b1b;
}

/* Pipeline card match pill */
.co-pipeline-card-match {
  margin-top: 0.35rem;
}

/* --------------------------------------------------------------------------
   Gap analysis header actions (multiple buttons)
   -------------------------------------------------------------------------- */

.gap-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Action summary box (recommended next steps)
   -------------------------------------------------------------------------- */

.gap-action-summary {
  background: #f0f4ff;
  border: 1.5px solid #c7d2fe;
  border-radius: 10px;
  margin-bottom: 1.75rem;
  overflow: hidden;
  animation: fadeSlideIn 0.25s ease-out;
}

.gap-action-summary-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #c7d2fe;
}

.gap-action-summary-header svg {
  width: 20px;
  height: 20px;
  color: #4f46e5;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.gap-action-summary-header strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #312e81;
  letter-spacing: -0.01em;
  margin-bottom: 0.1rem;
}

.gap-action-summary-header span {
  font-size: 0.78rem;
  color: #4338ca;
  font-weight: 500;
}

.gap-action-summary-links {
  padding: 0.25rem 0;
}

.gap-action-summary-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #312e81;
  text-decoration: none;
  transition: background 0.15s ease;
  border-bottom: 1px solid rgba(199, 210, 254, 0.5);
}

.gap-action-summary-link:last-child {
  border-bottom: none;
}

.gap-action-summary-link:hover {
  background: rgba(99, 102, 241, 0.08);
  color: #312e81;
}

.gap-action-summary-link-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.gap-action-summary-link svg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  opacity: 0.5;
}

/* --------------------------------------------------------------------------
   Improved action buttons for gap items
   -------------------------------------------------------------------------- */

.gap-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--th-font);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.gap-action-btn svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
}

.gap-action-btn-primary {
  color: #fff;
  background: #4f46e5;
}

.gap-action-btn-primary:hover {
  background: #4338ca;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
}

.gap-action-btn-secondary {
  color: var(--th-accent);
  background: rgba(13, 110, 253, 0.06);
}

.gap-action-btn-secondary:hover {
  background: rgba(13, 110, 253, 0.12);
  color: #0b5ed7;
}

/* --------------------------------------------------------------------------
   Job matches summary stats
   -------------------------------------------------------------------------- */

.gap-matches-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.gap-matches-stat {
  background: #fff;
  border: 1.5px solid var(--th-border);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  text-align: center;
  animation: fadeSlideIn 0.25s ease-out both;
}

.gap-matches-stat:nth-child(1) { animation-delay: 0.03s; }
.gap-matches-stat:nth-child(2) { animation-delay: 0.06s; }
.gap-matches-stat:nth-child(3) { animation-delay: 0.09s; }
.gap-matches-stat:nth-child(4) { animation-delay: 0.12s; }

.gap-matches-stat-value {
  display: block;
  font-family: var(--th-font);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--th-text);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.gap-matches-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gap-matches-stat-label-excellent { color: #059669; }
.gap-matches-stat-label-strong { color: #2563eb; }
.gap-matches-stat-label-moderate { color: #d97706; }
.gap-matches-stat-label-developing { color: #dc2626; }

@media (max-width: 575.98px) {
  .gap-matches-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .gap-header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gap-action-summary-header {
    flex-direction: column;
    gap: 0.5rem;
  }
}
