/* ==========================================================================
   PORTAL CONTTROLLER - UNIFIED CORPORATE DESIGN SYSTEM (PADRONIZAÇÃO TOTAL)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. BUTTONS PADRONIZADOS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  outline: none;
  text-decoration: none;
}

.btn-conttroller {
  background: #0066FF;
  color: #FFFFFF;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.35);
}

.btn-conttroller:hover {
  background: #0052CC;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.45);
}

.btn-secondary {
  background: #F1F5F9;
  color: #475569;
  border: 1.5px solid #CBD5E1;
}

.btn-secondary:hover {
  background: #E2E8F0;
  color: #0F172A;
}

.btn-success {
  background: #10B981;
  color: #FFFFFF;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.btn-success:hover {
  background: #059669;
  transform: translateY(-1px);
}

.btn-danger {
  background: #EF4444;
  color: #FFFFFF;
}

.btn-danger:hover {
  background: #DC2626;
}

.btn-outline-conttroller {
  background: transparent;
  color: #0066FF;
  border: 1.5px solid #0066FF;
}

.btn-outline-conttroller:hover {
  background: rgba(0, 102, 255, 0.08);
}

.btn-outline-secondary {
  background: transparent;
  color: #475569;
  border: 1.5px solid #CBD5E1;
}

.btn-outline-secondary:hover {
  background: #F1F5F9;
  color: #0F172A;
}

.btn-sm {
  padding: 0.4rem 0.85rem;
  font-size: 0.825rem;
  border-radius: 6px;
}

.btn-block {
  width: 100%;
}

.btn-icon {
  background: transparent;
  border: none;
  color: #64748B;
  font-size: 1.15rem;
  cursor: pointer;
  padding: 0.4rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease;
}

.btn-icon:hover {
  background: #F1F5F9;
  color: #0066FF;
}

/* --------------------------------------------------------------------------
   2. UNIFIED FORM CONTROLS & COMBOS (SELECTS & INPUTS)
   -------------------------------------------------------------------------- */
.form-group {
  margin-bottom: 1.25rem;
  text-align: left;
}

.form-label {
  display: block;
  font-size: 0.825rem;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 0.4rem;
}

.form-control,
select.form-control,
input.form-control {
  width: 100%;
  height: 42px;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  background-color: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  border-radius: 8px;
  color: #0F172A;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.form-control-color {
  padding: 0.2rem 0.4rem;
  height: 42px;
  cursor: pointer;
}

textarea.form-control {
  height: auto;
  min-height: 80px;
}

.form-control:focus,
select.form-control:focus,
input.form-control:focus {
  outline: none;
  border-color: #0066FF;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.col-md-2 { flex: 1 1 calc(16.666% - 1rem); }
.col-md-3 { flex: 1 1 calc(25% - 1rem); }
.col-md-4 { flex: 1 1 calc(33.333% - 1rem); }
.col-md-5 { flex: 1 1 calc(41.666% - 1rem); }
.col-md-6 { flex: 1 1 calc(50% - 1rem); }
.col-md-8 { flex: 1 1 calc(66.666% - 1rem); }
.col-12 { flex: 1 1 100%; }

@media (max-width: 768px) {
  .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-8 { flex: 1 1 100%; }
}

/* --------------------------------------------------------------------------
   3. LOGIN SCREEN
   -------------------------------------------------------------------------- */
.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, #001A38 0%, #002046 50%, #071325 100%);
  position: relative;
  overflow: hidden;
}

.login-card-corporate {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 440px;
  padding: 2.75rem 2.25rem;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

.brand-logo-official {
  height: 52px;
  width: auto;
  display: inline-block;
}

.brand-logo-sm-official {
  height: 32px;
  width: auto;
}

.brand-divider {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #0066FF, #00D2FF);
  margin: 1rem auto 1.25rem;
  border-radius: 2px;
}

.portal-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #002046;
  letter-spacing: 0.5px;
  margin-bottom: 0.2rem;
}

.portal-subheading {
  font-size: 0.85rem;
  color: #64748B;
  margin-bottom: 1.75rem;
}

.input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon-wrapper .input-icon {
  position: absolute;
  left: 14px;
  color: #0066FF;
  font-size: 1.15rem;
  pointer-events: none;
}

.form-control-enhanced {
  padding-left: 2.75rem !important;
}

.form-control-enhanced.password-field {
  padding-right: 2.75rem !important;
}

.btn-toggle-password-inner {
  position: absolute;
  right: 14px;
  background: transparent;
  border: none;
  color: #94A3B8;
  cursor: pointer;
  padding: 0.3rem;
  font-size: 1.15rem;
}

.btn-toggle-password-inner:hover {
  color: #0066FF;
}

.checkbox-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #475569;
  cursor: pointer;
  user-select: none;
}

.checkbox-remember input {
  accent-color: #0066FF;
  width: 16px;
  height: 16px;
}

.security-tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  color: #64748B;
  font-weight: 500;
}

.text-conttroller {
  color: #0066FF;
}

/* --------------------------------------------------------------------------
   4. DASHBOARD HEADER & NAVBAR
   -------------------------------------------------------------------------- */
.dashboard-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #F8FAFC;
  color: #1E293B;
}

.navbar-header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.75rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.portal-badge-sm {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1px;
  background: #002046;
  color: #FFFFFF;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.header-center {
  flex: 1;
  max-width: 550px;
  margin: 0 1.5rem;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  position: absolute;
  left: 14px;
  color: #94A3B8;
  font-size: 1.1rem;
}

.search-input {
  width: 100%;
  padding: 0.65rem 2.5rem 0.65rem 2.6rem;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 9999px;
  color: #0F172A;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.search-input:focus {
  outline: none;
  background: #FFFFFF;
  border-color: #0066FF;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
}

.btn-clear-search {
  position: absolute;
  right: 12px;
  background: transparent;
  border: none;
  color: #94A3B8;
  cursor: pointer;
  font-size: 1.1rem;
}

.header-right {
  display: flex;
  align-items: center;
}

.btn-user-profile {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  cursor: pointer;
  color: #1E293B;
  transition: background 0.2s ease;
}

.btn-user-profile:hover {
  background: #E2E8F0;
}

.avatar-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #002046;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.user-info-text {
  text-align: left;
  line-height: 1.2;
}

.user-name {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0F172A;
}

/* User Dropdown */
.user-profile-menu {
  position: relative;
}

.glass-dropdown {
  position: absolute;
  right: 0;
  top: 50px;
  width: 240px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 0.5rem 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  z-index: 200;
}

.dropdown-header {
  padding: 0.75rem 1rem;
}

.dropdown-header strong {
  display: block;
  font-size: 0.9rem;
  color: #0F172A;
}

.dropdown-header small {
  color: #64748B;
}

.dropdown-divider {
  height: 1px;
  background: #E2E8F0;
  margin: 0.4rem 0;
}

.dropdown-item {
  width: 100%;
  padding: 0.65rem 1rem;
  background: transparent;
  border: none;
  color: #334155;
  text-align: left;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.15s ease;
}

.dropdown-item:hover {
  background: #F1F5F9;
  color: #0066FF;
}

/* --------------------------------------------------------------------------
   5. SIDEBAR & CATEGORIES
   -------------------------------------------------------------------------- */
.main-layout {
  display: flex;
  flex: 1;
}

.sidebar-nav {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  border-right: 1px solid #E2E8F0;
  background: #FFFFFF;
}

.sidebar-title {
  font-size: 0.75rem;
  font-weight: 800;
  color: #94A3B8;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  display: block;
  padding-left: 0.75rem;
}

.nav-list {
  list-style: none;
}

.nav-item {
  margin-bottom: 0.4rem;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  color: #475569;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
  width: 100%;
}

.nav-link-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow: hidden;
}

.nav-link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.nav-link:hover {
  background: #F1F5F9;
  color: #0066FF;
}

.nav-item.active .nav-link {
  background: #0066FF;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.25);
}

.nav-item.active .nav-link .badge-count {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

.badge-count {
  background: #E2E8F0;
  color: #475569;
  padding: 0.15rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: auto;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   6. TOOL GRID & CARDS
   -------------------------------------------------------------------------- */
.content-body {
  flex: 1;
  padding: 2rem;
  overflow-y: auto;
}

.welcome-banner {
  background: linear-gradient(135deg, #002046 0%, #003366 100%);
  color: #FFFFFF;
  border-radius: 14px;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(0, 32, 70, 0.15);
}

.banner-title {
  font-size: 1.5rem;
  color: #FFFFFF;
}

.banner-sub {
  color: #94A3B8;
  font-size: 0.95rem;
  margin-top: 0.25rem;
}

.quick-stats {
  display: flex;
  gap: 1rem;
}

.stat-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.6rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-pill i {
  font-size: 1.5rem;
}

.stat-pill strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  color: #FFFFFF;
}

.stat-pill small {
  font-size: 0.75rem;
  color: #94A3B8;
}

.section-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.section-title {
  font-size: 1.25rem;
  color: #0F172A;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.tool-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
}

.tool-card:hover {
  transform: translateY(-4px);
  border-color: #0066FF;
  box-shadow: 0 12px 25px rgba(0, 102, 255, 0.12);
}

.tool-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.tool-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 102, 255, 0.08);
  color: #0066FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.tool-card-title {
  font-size: 1.15rem;
  color: #0F172A;
  margin-bottom: 0.35rem;
}

.tool-card-desc {
  font-size: 0.85rem;
  color: #64748B;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tool-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #F1F5F9;
}

.tool-btn-group {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

.btn-launch {
  flex: 1;
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.team-card {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 12px;
  padding: 1.25rem;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.team-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.team-title-area {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.team-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
}

.team-stats-badge {
  font-size: 0.78rem;
  color: #64748B;
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #F1F5F9;
}

.checkbox-list {
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 0.25rem;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0.85rem;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 0.85rem;
  cursor: pointer;
}

.checkbox-item input {
  accent-color: #0066FF;
  width: 16px;
  height: 16px;
}

/* --------------------------------------------------------------------------
   7. MODALS & TABLES
   -------------------------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal-card {
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 16px;
  padding: 1.75rem;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.modal-lg {
  max-width: 900px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E2E8F0;
}

.btn-close-modal {
  background: transparent;
  border: none;
  color: #94A3B8;
  font-size: 1.25rem;
  cursor: pointer;
}

.btn-close-modal:hover {
  color: #0F172A;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.card-inner {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 1.25rem;
}

.card-inner-title {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  color: #0066FF;
}

.table-responsive {
  overflow-x: auto;
}

.table-custom {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.table-custom th, .table-custom td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E2E8F0;
}

.table-custom th {
  background: #F8FAFC;
  color: #475569;
  font-weight: 600;
}

.font-xs { font-size: 0.75rem; }
.font-sm { font-size: 0.85rem; }

/* Workspace Topbar */
.workspace-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 2000;
  display: flex;
  flex-direction: column;
}

.workspace-topbar {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  background: #002046;
  color: #FFFFFF;
}

.workspace-credentials-toolbar {
  display: flex;
  align-items: center;
}

.toolbar-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #94A3B8;
  margin-right: 0.75rem;
}

.input-copy-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 0.15rem 0.4rem;
}

.copy-label {
  font-size: 0.75rem;
  color: #94A3B8;
  margin-right: 0.35rem;
}

.copy-input {
  width: 110px;
  background: transparent;
  border: none;
  color: #00D2FF;
  font-family: monospace;
  font-size: 0.8rem;
  outline: none;
}

.btn-copy {
  background: transparent;
  border: none;
  color: #94A3B8;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 0.85rem;
}

.btn-copy:hover {
  color: #FFFFFF;
}

.workspace-iframe-wrapper {
  flex: 1;
  width: 100%;
  height: calc(100vh - 54px);
  background: #FFFFFF;
}

.workspace-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.toast {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  background: #002046;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

.toast-success { border-left: 4px solid #10B981; }
.toast-error { border-left: 4px solid #EF4444; }
.toast-info { border-left: 4px solid #00D2FF; }

/* --------------------------------------------------------------------------
   8. VISUAL ICON PICKER & COLOR SWATCHES (NOVO)
   -------------------------------------------------------------------------- */
.icon-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
  gap: 0.4rem;
  max-height: 140px;
  overflow-y: auto;
  padding: 0.5rem;
  background: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  border-radius: 8px;
}

.icon-option-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  color: #475569;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.15s ease;
}

.icon-option-btn:hover {
  background: #EFF6FF;
  border-color: #0066FF;
  color: #0066FF;
  transform: scale(1.08);
}

.icon-option-btn.selected {
  background: #0066FF;
  color: #FFFFFF;
  border-color: #0066FF;
  box-shadow: 0 2px 8px rgba(0, 102, 255, 0.35);
}

.color-palette-swatches {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

.color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.color-swatch:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.color-swatch.active {
  outline: 2px solid #0066FF;
  outline-offset: 2px;
}

.category-preview-box {
  background: #F1F5F9;
  border: 1px dashed #CBD5E1;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

