.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
  --sc-primary: #5B6F7E;
  --sc-primary-dark: #3D4F5C;
  --sc-surface: #FAF9F7;
  --sc-surface-alt: #EEF2F0;
  --sc-accent: #5E7A6E;
  --sc-text: #2C3338;
  --sc-text-muted: #5C6670;
  --sc-border: #D8DEE4;
  --sc-max: 72rem;
}

body,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-family: "Source Sans 3", "Open Sans", sans-serif !important;
  color: var(--sc-text);
  font-size: 1.125rem;
  line-height: 1.75;
}

h1, h2, h3,
.elementor-heading-title {
  font-family: Merriweather, Georgia, serif !important;
  color: var(--sc-text) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

.elementor-page-191 a:not(.sc-btn):not(.sc-phone-cta) {
  color: var(--sc-accent) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.elementor-page-191 a:not(.sc-btn):not(.sc-phone-cta):hover {
  color: var(--sc-primary-dark) !important;
}

/* Header */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
  background: var(--sc-primary) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.main-header-menu > .menu-item > a,
.ast-header-break-point .main-header-menu > .menu-item > a {
  color: #F4F6F7 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600;
  font-size: 0.95rem;
}
.main-header-menu > .menu-item > a:hover,
.main-header-menu > .menu-item.current-menu-item > a {
  color: #ffffff !important;
}
.ast-button-wrap .menu-toggle,
.ast-mobile-menu-buttons .menu-toggle,
.ast-header-break-point .ast-mobile-menu-buttons .menu-toggle {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.35) !important;
}
.sc-header-cta {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--sc-accent);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.sc-header-cta:hover {
  background: #4d675c !important;
  color: #fff !important;
}
@media (max-width: 921px) {
  .sc-header-cta { display: none; }
}

/* Hero */
.sc-hero.elementor-section {
  position: relative;
  min-height: 52vh !important;
}
.sc-hero.elementor-section > .elementor-background-overlay,
.sc-hero.elementor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(61, 79, 92, 0.42) 0%,
    rgba(61, 79, 92, 0.28) 55%,
    rgba(61, 79, 92, 0.48) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.sc-hero .elementor-container,
.sc-hero .elementor-column,
.sc-hero .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}
.sc-hero .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.15 !important;
  text-align: center !important;
  max-width: 18ch;
  margin: 0 auto !important;
  text-shadow: 0 2px 18px rgba(0,0,0,0.25);
}
.sc-hero .sc-hero-sub {
  color: rgba(255,255,255,0.92);
  text-align: center;
  font-size: 1.125rem;
  margin: 1rem auto 1.5rem;
  max-width: 42ch;
}
.sc-hero .sc-hero-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none !important;
  font-family: "Source Sans 3", sans-serif !important;
}
.sc-btn--primary {
  background: var(--sc-accent);
  color: #fff !important;
}
.sc-btn--primary:hover { background: #4d675c !important; color: #fff !important; }
.sc-btn--ghost {
  border: 1px solid rgba(255,255,255,0.75);
  color: #fff !important;
  background: rgba(255,255,255,0.08);
}
.sc-btn--ghost:hover { background: rgba(255,255,255,0.16) !important; color: #fff !important; }

/* Sections */
.sc-section--surface > .elementor-container {
  background: var(--sc-surface);
}
.sc-section--alt > .elementor-container {
  background: var(--sc-surface-alt);
}
.sc-section.elementor-section > .elementor-container {
  max-width: var(--sc-max);
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  border-radius: 0;
}
.sc-section-label.elementor-section > .elementor-container {
  padding: 2.25rem 1.5rem 0.75rem;
  max-width: var(--sc-max);
  margin: 0 auto;
}
.sc-section-label .elementor-heading-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  color: var(--sc-primary-dark) !important;
  border-bottom: 2px solid var(--sc-border);
  padding-bottom: 0.75rem;
}
.sc-intro .elementor-column-gap-default > .elementor-row > .elementor-column:first-child {
  flex: 1 1 58%;
}
.sc-intro .elementor-widget-text-editor {
  max-width: 68ch;
}
.sc-contact-prices .elementor-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .sc-contact-prices .elementor-row { grid-template-columns: 1fr; }
  .sc-section.elementor-section > .elementor-container { padding: 2.25rem 1.25rem; }
}
.sc-card {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(44,51,56,0.06);
}
.sc-card h3 {
  margin-top: 0;
  font-size: 1.35rem !important;
}
.sc-muted { color: var(--sc-text-muted); font-size: 0.95rem; }

/* Hide duplicate decorative section headings in content blocks */
.sc-section .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 1.35rem !important;
  margin-bottom: 1rem;
}

/* Footer */
.sc-site-footer {
  background: var(--sc-primary-dark);
  color: #E8EDF0;
  padding: 2rem 1.5rem;
  text-align: center;
  font-size: 0.95rem;
}
.sc-site-footer a {
  color: #ffffff !important;
}
.sc-site-footer p { margin: 0.35rem 0; }

/* Mobile sticky phone */
.sc-mobile-call {
  display: none;
}
@media (max-width: 921px) {
  .sc-mobile-call {
    display: flex;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    justify-content: center;
    pointer-events: none;
  }
  .sc-mobile-call a {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    background: var(--sc-accent);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  }
}
/* SC v1 */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
  --sc-primary: #5B6F7E;
  --sc-primary-dark: #3D4F5C;
  --sc-surface: #FAF9F7;
  --sc-surface-alt: #EEF2F0;
  --sc-accent: #5E7A6E;
  --sc-text: #2C3338;
  --sc-text-muted: #5C6670;
  --sc-border: #D8DEE4;
  --sc-max: 72rem;
}

body,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-family: "Source Sans 3", "Open Sans", sans-serif !important;
  color: var(--sc-text);
  font-size: 1.125rem;
  line-height: 1.75;
}

h1, h2, h3,
.elementor-heading-title {
  font-family: Merriweather, Georgia, serif !important;
  color: var(--sc-text) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

.elementor-page-191 a:not(.sc-btn):not(.sc-phone-cta):not(.wpr-mobile-menu-item) {
  color: var(--sc-accent) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.elementor-page-191 a:not(.sc-btn):not(.sc-phone-cta):not(.wpr-mobile-menu-item):hover {
  color: var(--sc-primary-dark) !important;
}

.sc-hero .elementor-column,
.sc-hero .elementor-widget-wrap,
.sc-hero .elementor-element-populated {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
}
.sc-hero .elementor-widget-heading {
  width: 100% !important;
  max-width: 48rem;
  margin: 0 auto !important;
}
.sc-hero .elementor-widget-heading .elementor-heading-title {
  max-width: none !important;
  width: 100% !important;
}
.sc-hero .sc-hero-extra {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}

/* Header — Astra variants */
#masthead,
.site-header,
header.site-header,
.ast-primary-header-bar,
.main-header-bar,
.ast-main-header-wrap,
.ast-above-header-bar,
.ast-below-header-bar {
  background: var(--sc-primary) !important;
  box-shadow: 0 2px 14px rgba(44, 51, 56, 0.14);
}
@media (min-width: 922px) {
  #masthead,
  .site-header,
  header.site-header,
  .ast-primary-header-bar,
  .main-header-bar,
  .ast-main-header-wrap,
  .ast-above-header-bar,
  .ast-below-header-bar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }
}
@media (max-width: 921px) {
  #masthead,
  .site-header,
  header.site-header,
  .elementor-location-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10000 !important;
    transform: none !important;
  }
  #masthead .elementor-section,
  .elementor-location-header .elementor-section {
    position: relative !important;
    transform: none !important;
  }
  /* Slå Elementor sticky fra i header — giver hop/forsvinden på Android */
  #masthead .elementor-sticky,
  #masthead .elementor-sticky--active,
  .elementor-location-header .elementor-widget-wpr-mega-menu.elementor-sticky,
  .elementor-location-header .elementor-widget-wpr-mega-menu.elementor-sticky--active {
    position: static !important;
    top: auto !important;
    width: auto !important;
    transform: none !important;
  }
  .elementor-sticky__spacer {
    display: none !important;
    height: 0 !important;
  }
  body.admin-bar #masthead,
  body.admin-bar .site-header,
  body.admin-bar .elementor-location-header {
    top: 46px !important;
  }
  body {
    padding-top: var(--sc-header-h, 64px) !important;
  }
}
.main-header-menu > .menu-item > a,
.ast-header-break-point .main-header-menu > .menu-item > a {
  color: #F4F6F7 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 600;
  font-size: 0.95rem;
}
.main-header-menu > .menu-item > a:hover,
.main-header-menu > .menu-item.current-menu-item > a {
  color: #ffffff !important;
}
.ast-button-wrap .menu-toggle,
.ast-mobile-menu-buttons .menu-toggle,
.ast-header-break-point .ast-mobile-menu-buttons .menu-toggle {
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.35) !important;
}
.sc-header-cta {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--sc-accent);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.sc-header-cta:hover {
  background: #4d675c !important;
  color: #fff !important;
}
@media (max-width: 921px) {
  .sc-header-cta { display: none; }

  /* WPR mobil-menu — dropdown under fast header */
  .wpr-mobile-nav-menu-container {
    position: relative;
    z-index: 1001;
  }
  .wpr-mobile-toggle-line {
    background-color: #ffffff !important;
  }
  .wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
    display: none !important;
    z-index: 10001;
    max-height: calc(100vh - var(--sc-header-h, 64px) - 0.5rem);
    overflow-y: auto;
    box-shadow: 0 12px 30px rgba(44, 51, 56, 0.22);
    background: #ffffff !important;
    border-top: 1px solid var(--sc-border);
  }
  .wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap.sc-mobile-menu-open {
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--sc-header-h, 64px) !important;
    width: 100% !important;
  }
  .wpr-mobile-nav-menu > li,
  .wpr-mobile-nav-menu li {
    background: #ffffff !important;
    border-bottom: 1px solid var(--sc-border) !important;
  }
  .wpr-mobile-nav-menu > li:last-child {
    border-bottom: none !important;
  }
  .elementor-page-191 .elementor-widget-wpr-mega-menu a.wpr-mobile-menu-item {
    color: var(--sc-text) !important;
    background: transparent !important;
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
  }
  .elementor-page-191 .elementor-widget-wpr-mega-menu a.wpr-mobile-menu-item:hover,
  .elementor-page-191 .elementor-widget-wpr-mega-menu a.wpr-mobile-menu-item.wpr-active-menu-item {
    color: var(--sc-primary-dark) !important;
    background: var(--sc-surface-alt) !important;
  }
  .wpr-mobile-toggle-line {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(2) {
    opacity: 0;
  }
  .wpr-mobile-toggle-open .wpr-mobile-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Hero */
.sc-hero.elementor-section {
  position: relative;
  min-height: 52vh !important;
}
.sc-hero.elementor-section > .elementor-background-overlay,
.sc-hero.elementor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(61, 79, 92, 0.42) 0%,
    rgba(61, 79, 92, 0.28) 55%,
    rgba(61, 79, 92, 0.48) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.sc-hero .elementor-container,
.sc-hero .elementor-column,
.sc-hero .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}
.sc-hero .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.15 !important;
  text-align: center !important;
  max-width: 18ch;
  margin: 0 auto !important;
  text-shadow: 0 2px 18px rgba(0,0,0,0.25);
}
.sc-hero .sc-hero-sub {
  color: rgba(255,255,255,0.92);
  text-align: center;
  font-size: 1.125rem;
  margin: 1rem auto 1.5rem;
  max-width: 42ch;
}
.sc-hero .sc-hero-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.sc-hero .sc-hero-extra,
.sc-hero .sc-hero-extra a {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
.sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none !important;
  font-family: "Source Sans 3", sans-serif !important;
}
.sc-btn--primary {
  background: var(--sc-accent);
  color: #fff !important;
}
.sc-btn--primary:hover { background: #4d675c !important; color: #fff !important; }
.sc-btn--ghost {
  border: 1px solid rgba(255,255,255,0.75);
  color: #fff !important;
  background: rgba(255,255,255,0.08);
}
.sc-btn--ghost:hover { background: rgba(255,255,255,0.16) !important; color: #fff !important; }

/* Sections */
.sc-section--surface > .elementor-container {
  background: var(--sc-surface);
}
.sc-section--alt > .elementor-container {
  background: var(--sc-surface-alt);
}
.sc-section.elementor-section > .elementor-container {
  max-width: var(--sc-max);
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  border-radius: 0;
}
.ast-below-header-bar {
  background: var(--sc-primary) !important;
}

/* Section labels — baggrundsbilleder med mørk overlay for læsbar tekst */
.sc-section-label.elementor-section {
  position: relative;
  min-height: 12rem;
}
.sc-section-label.elementor-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(44, 51, 56, 0.55) 0%,
    rgba(44, 51, 56, 0.42) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.sc-section-label.sc-section-label--solid.elementor-section::before {
  display: none;
}
.sc-section-label.sc-section-label--solid.elementor-section {
  background: var(--sc-surface-alt) !important;
}
.sc-section-label.elementor-section > .elementor-container {
  padding: 2.5rem 1.5rem 1rem;
  max-width: var(--sc-max);
  margin: 0 auto;
  background: transparent !important;
  position: relative;
  z-index: 2;
}
.sc-section-label .elementor-heading-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45) !important;
  border-bottom: 3px solid rgba(255, 255, 255, 0.72);
  padding-bottom: 0.85rem;
  letter-spacing: 0.01em;
}
.sc-section-label.sc-section-label--solid .elementor-heading-title {
  color: var(--sc-text) !important;
  text-shadow: none !important;
  border-bottom-color: var(--sc-accent);
}
.sc-intro .elementor-column-gap-default > .elementor-row > .elementor-column:first-child {
  flex: 1 1 58%;
}
.sc-intro .elementor-widget-text-editor {
  max-width: 68ch;
}

/* Stress-afsnit — kun teksttypografi */
.sc-stress-body .elementor-widget-container > p,
.sc-stress-body .elementor-text-editor > p {
  margin-bottom: 1.4rem;
}
.sc-stress-body .elementor-widget-container > p:last-child,
.sc-stress-body .elementor-text-editor > p:last-child {
  margin-bottom: 0;
}
.sc-stress-lead {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.75rem !important;
}
.sc-stress-highlight {
  margin: 2rem 0 !important;
  padding: 1.2rem 1.4rem;
  background: rgba(94, 122, 110, 0.1);
  border-left: 4px solid var(--sc-accent);
  font-weight: 600;
  line-height: 1.65;
}
.sc-stress-body strong {
  font-weight: 700;
}
.sc-stress-list {
  margin: 0.5rem 0 1.75rem 1.1rem;
  padding: 0;
  line-height: 1.85;
}
.sc-stress-body .sc-stress-list,
.sc-stress-body ul.sc-stress-list {
  list-style: disc;
}
.sc-stress-list li {
  margin-bottom: 0.5rem;
}
.sc-stress-note {
  margin-top: 1.75rem !important;
  padding-top: 1.25rem;
  border-top: 1px solid var(--sc-border);
  color: var(--sc-text-muted);
  font-size: 1.05rem;
}

.sc-contact-prices .elementor-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .sc-contact-prices .elementor-row { grid-template-columns: 1fr; }
  .sc-section.elementor-section > .elementor-container { padding: 2.25rem 1.25rem; }
}
.sc-card {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(44,51,56,0.06);
}
.sc-card h3 {
  margin-top: 0;
  font-size: 1.35rem !important;
}
.sc-muted { color: var(--sc-text-muted); font-size: 0.95rem; }

/* Hide duplicate decorative section headings in content blocks */
.sc-section .elementor-widget-heading:first-child .elementor-heading-title {
  font-size: 1.35rem !important;
  margin-bottom: 1rem;
}

/* Footer */
.sc-site-footer {
  background: var(--sc-primary-dark);
  color: #E8EDF0;
  padding: 2rem 1.5rem;
  text-align: center;
  font-size: 0.95rem;
}
.sc-site-footer a {
  color: #ffffff !important;
}
.sc-site-footer p { margin: 0.35rem 0; }

/* Mobil: pil til top */
.sc-scroll-top {
  display: none;
}
@media (max-width: 921px) {
  .sc-scroll-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9998;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: var(--sc-primary);
    color: #fff;
    box-shadow: 0 8px 24px rgba(44, 51, 56, 0.28);
    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .sc-scroll-top svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
  }
  .sc-scroll-top.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.75rem);
  }
}/* End custom CSS */