/* ════════════════════════════════════════
   FRESS — COMPLETE CUSTOM CSS v10
   Appearance → Customize → Additional CSS

   COLOR SYSTEM:
   #0A1628  Midnight Navy  — dark backgrounds, footer
   #0E4667  Deep Ocean     — H2 headings
   #3D5A73  Steel Blue     — H3 headings
   #027394  Brand Teal     — buttons, links, nav
   #015F7A  Teal Dark      — button hover
   #334155  Slate          — body text
   #64748B  Mid Gray       — captions, labels
   #E6F0F4  Ice Tint       — badges, tint backgrounds
   ════════════════════════════════════════ */


/* ════════════════════════════════════════
   LINKS
   ════════════════════════════════════════ */

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: #027394 !important;
}


/* ════════════════════════════════════════
   NAVIGATION
   ════════════════════════════════════════ */

.uae-nav-menu > li > a,
.uae-nav-menu > li > a:link,
.uae-nav-menu > li > a:visited,
.ekit-nav-menu > li > a,
.ekit-nav-menu > li > a:link,
.ekit-nav-menu > li > a:visited,
.elementor-nav-menu > li > a,
.elementor-nav-menu > li > a:link,
.elementor-nav-menu > li > a:visited,
.elementor-nav-menu .elementor-item,
header li.menu-item > a,
header li.menu-item > a:link,
header li.menu-item > a:visited,
nav a,
nav a:link,
nav a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
}

.uae-nav-menu > li > a:hover,
.ekit-nav-menu > li > a:hover,
.elementor-nav-menu > li > a:hover,
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item:focus,
header li.menu-item > a:hover,
nav a:hover,
.uae-nav-menu > li.current-menu-item > a,
.ekit-nav-menu > li.current-menu-item > a,
.elementor-nav-menu > li.current-menu-item > a,
.elementor-nav-menu .elementor-item-active,
.elementor-nav-menu .current-menu-item > a,
nav .current-menu-item > a {
  color: #027394 !important;
}

.elementor-nav-menu .elementor-item-active,
.uae-nav-menu > li.current-menu-item > a,
.uae-nav-menu > li.current-menu-ancestor > a,
.ekit-nav-menu > li.current-menu-item > a,
header li.current-menu-item > a {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #027394 !important;
  border-bottom: 2px solid #027394 !important;
  padding-bottom: 2px !important;
}

header li.menu-item .sub-menu a,
header li.menu-item .sub-menu a:link,
header li.menu-item .sub-menu a:visited,
.uae-nav-menu .sub-menu li a,
.uae-nav-menu .sub-menu li a:link,
.uae-nav-menu .sub-menu li a:visited,
.ekit-nav-menu .sub-menu li a,
.ekit-nav-menu .sub-menu li a:link,
.ekit-nav-menu .sub-menu li a:visited,
.elementor-nav-menu .sub-menu li a,
.elementor-nav-menu .sub-menu li a:link,
.elementor-nav-menu .sub-menu li a:visited,
.elementor-nav-menu--dropdown li a,
.elementor-nav-menu--dropdown li a:link,
.elementor-nav-menu--dropdown li a:visited,
.mm-listitem__link,
.mm-listitem__link:link,
.mm-listitem__link:visited {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.75) !important;
  padding: 10px 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  transition: background 0.15s ease,
              color 0.15s ease,
              padding-left 0.15s ease !important;
}

header li.menu-item .sub-menu a:hover,
.uae-nav-menu .sub-menu li a:hover,
.ekit-nav-menu .sub-menu li a:hover,
.elementor-nav-menu .sub-menu li a:hover,
.elementor-nav-menu--dropdown li a:hover,
.mm-listitem__link:hover {
  background-color: rgba(2,115,148,0.12) !important;
  color: #E6F0F4 !important;
  padding-left: 24px !important;
}

.uae-nav-menu .sub-menu,
.ekit-nav-menu .sub-menu,
header li.menu-item .sub-menu,
.elementor-nav-menu--dropdown.elementor-nav-menu__container,
.ekit-megamenu-panel,
.max-mega-menu {
  background-color: #0E1F35 !important;
  border: none !important;
  border-top: 2px solid #027394 !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25) !important;
  padding: 8px 0 !important;
}

.ekit-megamenu-panel a,
.ekit-megamenu-panel a:link,
.ekit-megamenu-panel a:visited {
  color: rgba(255,255,255,0.8) !important;
}
.ekit-megamenu-panel a:hover {
  color: #E6F0F4 !important;
}

.uae-nav-menu__mobile-menu-toggle,
.uae-nav-menu__mobile-menu-toggle i {
  color: #ffffff !important;
}

.uae-nav-menu.uae-nav-menu--mobile li a,
.uae-nav-menu.uae-nav-menu--mobile li a:link,
.uae-nav-menu.uae-nav-menu--mobile li a:visited,
.mm-listitem a,
.mm-listitem a:link,
.mm-listitem a:visited {
  color: rgba(255,255,255,0.85) !important;
  font-size: 15px !important;
  padding: 12px 20px !important;
}

li.nav-book-btn > a,
li.nav-book-btn > a:link,
li.nav-book-btn > a:visited {
  background-color: #027394 !important;
  color: #ffffff !important;
  padding: 7px 18px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  border-bottom: none !important;
  margin-left: 10px !important;
  transition: background-color 0.2s ease !important;
}
li.nav-book-btn > a:hover {
  background-color: #015F7A !important;
  color: #ffffff !important;
}

li.nav-quote-btn > a,
li.nav-quote-btn > a:link,
li.nav-quote-btn > a:visited {
  background: transparent !important;
  color: rgba(255,255,255,0.75) !important;
  border: 1.5px solid rgba(255,255,255,0.2) !important;
  padding: 6px 16px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  border-bottom: none !important;
  margin-left: 4px !important;
  transition: all 0.2s ease !important;
}
li.nav-quote-btn > a:hover {
  border-color: rgba(255,255,255,0.5) !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  li.nav-book-btn,
  li.nav-quote-btn {
    display: none !important;
  }
}

.mob-book-btn {
  background-color: #027394 !important;
  color: #ffffff !important;
  width: 100% !important;
  display: block !important;
  padding: 11px 20px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin-bottom: 8px !important;
}
.mob-quote-btn {
  background: transparent !important;
  color: rgba(255,255,255,0.8) !important;
  border: 1.5px solid rgba(255,255,255,0.2) !important;
  width: 100% !important;
  display: block !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-align: center !important;
}


/* ════════════════════════════════════════
   HEADINGS
   ════════════════════════════════════════ */

.elementor h1,
.elementor h1.elementor-heading-title {
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
}
.elementor h2,
.elementor h2.elementor-heading-title {
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
  color: #0E4667 !important;
}
.elementor h3,
.elementor h3.elementor-heading-title {
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  color: #3D5A73 !important;
}
.elementor h4,
.elementor h4.elementor-heading-title,
.elementor h5,
.elementor h5.elementor-heading-title,
.elementor h6,
.elementor h6.elementor-heading-title {
  color: #3D5A73 !important;
}


/* ════════════════════════════════════════
   BODY TEXT
   ════════════════════════════════════════ */

.elementor p,
.elementor .elementor-widget-text-editor p {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #334155 !important;
}


/* ════════════════════════════════════════
   SECTION OVERRIDE CLASSES
   ════════════════════════════════════════ */

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section .elementor-heading-title {
  color: #ffffff !important;
}
.dark-section p,
.dark-section .elementor-widget-text-editor p {
  color: #E6F0F4 !important;
}

.light-section h1,
.light-section .elementor-heading-title {
  color: #0A1628 !important;
}

.white-text-section h1,
.white-text-section h2,
.white-text-section h3,
.white-text-section h4,
.white-text-section h5,
.white-text-section .elementor-heading-title,
.white-text-section p,
.white-text-section .elementor-widget-text-editor p {
  color: #ffffff !important;
}

.teal-section h1,
.teal-section h2,
.teal-section h3,
.teal-section h4,
.teal-section h5,
.teal-section .elementor-heading-title,
.teal-section p,
.teal-section .elementor-widget-text-editor p {
  color: #ffffff !important;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark p {
  color: #0A1628 !important;
}
.text-dark a:hover {
  color: #027394 !important;
}

.force-navy,
.force-navy.elementor-section,
.force-navy.e-con {
  background-color: #0A1628 !important;
  background-image: none !important;
}
.force-teal,
.force-teal.elementor-section,
.force-teal.e-con {
  background-color: #027394 !important;
  background-image: none !important;
}
.force-white,
.force-white.elementor-section,
.force-white.e-con {
  background-color: #ffffff !important;
  background-image: none !important;
}
.force-ice,
.force-ice.elementor-section,
.force-ice.e-con {
  background-color: #E6F0F4 !important;
  background-image: none !important;
}


/* ════════════════════════════════════════
   UTILITY CLASSES
   ════════════════════════════════════════ */

.service-text {
  font-size: 17px;
  color: #334155;
  line-height: 1.7;
}
.caption,
.fine-print,
.secondary-label,
figcaption,
.elementor-icon-box-description {
  font-size: 13px;
  color: #64748B;
  line-height: 1.5;
}
.badge-tag,
.highlight-tag {
  background-color: #E6F0F4;
  color: #0E4667;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 99px;
  display: inline-block;
}

/* HTML widget body text — matches site font size */
.html-body-text,
.html-body-text p,
.html-body-text div {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  font-family: inherit !important;
}


/* ════════════════════════════════════════
   BUTTONS
   ════════════════════════════════════════ */

.elementor-button,
.elementor-button-wrapper .elementor-button,
a.elementor-button {
  background-color: #027394 !important;
  border-color: #027394 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease,
              border-color 0.2s ease !important;
}
.elementor-button:hover,
.elementor-button-wrapper .elementor-button:hover,
a.elementor-button:hover {
  background-color: #015F7A !important;
  border-color: #015F7A !important;
  color: #ffffff !important;
}
header .elementor-button,
header a.elementor-button,
header .elementor-button:hover,
header a.elementor-button:hover,
.site-header .elementor-button,
.site-header a.elementor-button {
  color: #ffffff !important;
}


/* ════════════════════════════════════════
   LINK HOVER ANIMATION
   ════════════════════════════════════════ */

p a,
p a:link,
p a:visited,
li a,
li a:link,
li a:visited,
span a,
span a:link,
span a:visited {
  position: relative;
  color: #027394 !important;
  text-decoration: none !important;
  font-weight: 500;
}
p a::after,
li a::after,
span a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #027394;
  transition: width 0.3s ease;
}
p a:hover::after,
li a:hover::after,
span a:hover::after {
  width: 100%;
}


/* ════════════════════════════════════════
   SERVICE PILLS — link override
   ════════════════════════════════════════ */

a.service-pill .service-pill-name {
  color: #0A1628 !important;
}
a.service-pill:hover .service-pill-name {
  color: #027394 !important;
}


/* ════════════════════════════════════════
   MOBILE STICKY CTA BAR
   ════════════════════════════════════════ */

.sticky-cta-bar {
  display: none;
}

@media (max-width: 767px) {
  .sticky-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #0A1628;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 10px 16px;
    gap: 10px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  }
  .sticky-cta-bar a {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
  }
  .sticky-cta-book,
  .sticky-cta-book:link,
  .sticky-cta-book:visited,
  .sticky-cta-book:hover {
    background: #027394;
    color: #ffffff !important;
  }
  .sticky-cta-book:hover {
    background: #015F7A !important;
  }
  .sticky-cta-quote,
  .sticky-cta-quote:link,
  .sticky-cta-quote:visited {
    background: transparent;
    color: rgba(255,255,255,0.85) !important;
    border: 1.5px solid rgba(255,255,255,0.25);
  }
  .sticky-cta-quote:hover {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.5) !important;
  }
  body {
    padding-bottom: 72px;
  }
}


/* ════════════════════════════════════════
   OVERFLOW FIX
   ════════════════════════════════════════ */

html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}
.elementor-section,
.e-con {
  max-width: 100% !important;
}


/* ════════════════════════════════════════
   TRUST BAR
   ════════════════════════════════════════ */

.fress-trust-bar {
  background: #EEF5F8;
  padding: 16px 24px;
  border-top: 0.5px solid #d1e3eb;
  border-bottom: 0.5px solid #d1e3eb;
}
.fress-trust-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.fress-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: 8px;
  border: 0.5px solid #d1e3eb;
}
.fress-trust-icon {
  font-size: 22px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}
.fress-trust-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.fress-trust-label {
  font-size: 11px;
  color: #64748B;
  font-weight: 400;
  line-height: 1.2;
}
.fress-trust-value {
  font-size: 13px;
  color: #0A1628;
  font-weight: 600;
  line-height: 1.2;
}


/* ════════════════════════════════════════
   SERVICE AREAS GRID
   ════════════════════════════════════════ */

.fress-areas {
  padding: 24px 20px;
  background: #ffffff;
}
.fress-areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.fress-area-col {
  background: #F8FAFB;
  border: 0.5px solid #d1e3eb;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fress-area-head {
  font-size: 13px;
  font-weight: 600;
  color: #0A1628;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #d1e3eb;
}
.fress-area-list {
  font-size: 12px;
  color: #64748B;
  line-height: 1.7;
}
.fress-area-more {
  font-size: 12px;
  font-weight: 500;
  color: #027394 !important;
  text-decoration: none !important;
  margin-top: auto;
}
.fress-areas-note {
  text-align: center;
  font-size: 13px !important;
  color: #64748B !important;
  margin-top: 20px !important;
  padding-top: 16px;
  border-top: 0.5px solid #e2e8f0;
}
.fress-areas-note a {
  color: #027394 !important;
  font-weight: 500;
}


/* ════════════════════════════════════════
   IN-PAGE SERVICE MENU
   ════════════════════════════════════════ */

.service-page-menu a,
.service-page-menu a:link,
.service-page-menu a:visited,
.elementor-widget-nav-menu:not(header *) a,
.elementor-widget-nav-menu:not(header *) a:link,
.elementor-widget-nav-menu:not(header *) a:visited {
  color: #4A5568 !important;
}
.service-page-menu a:hover,
.elementor-widget-nav-menu:not(header *) a:hover {
  color: #027394 !important;
}


/* ════════════════════════════════════════
   ABOUT PAGE + REUSABLE COMPONENTS
   ════════════════════════════════════════ */

.cert-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}
.cert-item {
  background: #ffffff;
  border: 0.5px solid #d1e3eb;
  border-left: 3px solid #027394;
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.cert-name {
  font-size: 13px;
  font-weight: 500;
  color: #0A1628;
  flex: 1;
  line-height: 1.4;
}
.cert-badge-status {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 99px;
  background: #E6F0F4;
  color: #027394;
  white-space: nowrap;
  flex-shrink: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 8px 0 16px;
}
.service-pill {
  background: #ffffff;
  border: 0.5px solid #d1e3eb;
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none !important;
}
.service-pill:hover {
  border-color: #027394;
  background: #EEF5F8;
}
.service-pill .ti {
  font-size: 16px;
  color: #027394 !important;
  flex-shrink: 0;
}
.service-pill-name {
  font-size: 12px;
  font-weight: 500;
  color: #0A1628 !important;
  line-height: 1.3;
}
.service-cat {
  font-size: 10px;
  font-weight: 600;
  color: #027394;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 16px 0 6px;
}

.procurement-box {
  background: #EEF5F8;
  border: 0.5px solid #c1dde8;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}
.procurement-box-title {
  font-size: 13px;
  font-weight: 600;
  color: #0E4667;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.procurement-box-title .ti {
  font-size: 16px;
  color: #027394;
}
.procurement-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #334155;
  padding: 6px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.06);
  line-height: 1.4;
}
.procurement-item:last-child {
  border-bottom: none;
}
.procurement-item .ti {
  font-size: 14px;
  color: #027394;
  flex-shrink: 0;
}

.about-stats-bar {
  background: #0E4667;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  gap: 0;
}
.about-stat {
  flex: 1;
  text-align: center;
  border-right: 0.5px solid rgba(255,255,255,0.1);
  padding: 0 12px;
}
.about-stat:last-child {
  border-right: none;
}
.about-stat-num {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
.about-stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin-top: 3px;
}

.story-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid #e2e8f0;
}
.story-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.story-block h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #0E4667 !important;
  margin-bottom: 8px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.story-block h3 .ti {
  font-size: 16px;
  color: #027394;
}
.story-block p {
  font-size: 14px;
  color: #334155;
  line-height: 1.7;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}
.value-card {
  background: #ffffff;
  border: 0.5px solid #d1e3eb;
  border-radius: 10px;
  padding: 16px;
}
.value-icon {
  width: 36px;
  height: 36px;
  background: #E6F0F4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.value-icon .ti {
  font-size: 18px;
  color: #027394;
}
.value-title {
  font-size: 13px;
  font-weight: 600;
  color: #0A1628;
  margin-bottom: 6px;
}
.value-desc {
  font-size: 12px;
  color: #64748B;
  line-height: 1.6;
}


/* ════════════════════════════════════════
   MOBILE — all breakpoints consolidated
   ════════════════════════════════════════ */

@media (max-width: 767px) {

  /* Typography */
  .elementor h1,
  .elementor h1.elementor-heading-title {
    font-size: 32px !important;
    letter-spacing: -0.01em !important;
  }
  .elementor h2,
  .elementor h2.elementor-heading-title {
    font-size: 24px !important;
    letter-spacing: 0 !important;
  }
  .elementor h3,
  .elementor h3.elementor-heading-title {
    font-size: 19px !important;
  }
  .elementor p,
  .elementor .elementor-widget-text-editor p {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }
  .html-body-text,
  .html-body-text p,
  .html-body-text div {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  /* Trust bar */
  .fress-trust-bar { padding: 14px 16px; }
  .fress-trust-inner { grid-template-columns: 1fr 1fr; gap: 8px; }
  .fress-trust-item { padding: 10px 10px; }
  .fress-trust-icon { font-size: 18px; width: 22px; }
  .fress-trust-label { font-size: 10px; }
  .fress-trust-value { font-size: 12px; }

  /* Service areas */
  .fress-areas-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fress-area-head { font-size: 12px; }
  .fress-area-list { font-size: 11px; }

  /* Component grids */
  .services-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .cert-item { flex-direction: column; align-items: flex-start; }

  /* Stats bar */
  .about-stats-bar { flex-wrap: wrap; gap: 12px; }
  .about-stat { border-right: none; flex: 0 0 40%; }

  /* Inline grid collapse — 2 column */
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Inline grid collapse — 3 column */
  div[style*="grid-template-columns:1fr 1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .fress-trust-inner { grid-template-columns: 1fr 1fr; gap: 10px; }
}