.topbar-inner {
  justify-content: center;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media (max-width: 777px) {
  .topbar-inner p {
    font-size: 14px !important;
  }
}

body {
  --header-min-height: 68px;
}
body:not(.transparent-header) header .custom-logo-link {
  display: inline-block;
  width: 130px;
  height: 40px;
  background: url(https://oskinclinic.dk/wp-content/uploads/2025/10/logo-dark-blue.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 777px) {
  body:not(.transparent-header) header .custom-logo-link {
    height: 30px;
    width: 102px;
  }
}
body:not(.transparent-header) header .custom-logo-link img {
  display: none;
}
body:not(.transparent-header) header .navigation {
  --color: var(--wp--preset--color--primary);
  --color-hover: var(--wp--preset--color--primary);
  --color-active: var(--wp--preset--color--primary);
}
body.transparent-header header:not(.is-sticky) .navigation {
  --color: var(--wp--preset--color--custom-f-8-f-5-f-2);
  --color-hover: var(--wp--preset--color--custom-f-8-f-5-f-2);
  --color-active: var(--wp--preset--color--custom-f-8-f-5-f-2);
}
@media (max-width: 777px) {
  body.transparent-header header:not(.is-sticky) .navigation-toggle {
    --toggleColor: #e8e1da !important;
  }
  body.transparent-header header:not(.is-sticky) .header-inner > .wp-block-bolt-icon .icon-container {
    color: #e8e1da !important;
    --icon-color: #e8e1da !important;
  }
}
@media (max-width: 777px) {
  body header .navigation {
    --color: var(--wp--preset--color--primary) !important;
    --color-hover: var(--wp--preset--color--primary) !important;
    --color-active: var(--wp--preset--color--primary) !important;
  }
  body header .navigation .navigation-dropdown {
    --dropDownBgColor: var(--wp--preset--color--tertiary) !important;
    background-color: var(--wp--preset--color--tertiary) !important;
  }
  body header .navigation.has-mobile-layout {
    margin: 0;
    background: var(--wp--preset--color--tertiary) !important;
  }
  body header .navigation.has-mobile-layout.active {
    max-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
    padding-bottom: 10vh;
    box-sizing: border-box;
  }
}
body:not(.header-hide-on-scroll) {
  --custom-sticky-offset: 68px;
}
@media (max-width: 777px) {
  body {
    --header-min-height: 72px;
  }
  body:not(.header-hide-on-scroll) {
    --custom-sticky-offset: 72px;
  }
}

header {
  /*
  * @ Navigation 
  */
}
header .navigation {
  margin-left: auto;
  margin-right: 8px;
  --color-active: var(--color);
}
header .navigation-toggle {
  --toggleColor: var(--wp--preset--color--primary) !important;
}
header .navigation-dropdown {
  background-color: var(--wp--preset--color--custom-f-8-f-5-f-2);
}
header .navigation .megamenu h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  --wp--preset--color--contrast: var(--wp--preset--color--primary);
  transition: all 0.2s ease-in-out;
}
header .navigation .megamenu h6:hover {
  opacity: 80%;
}
header .custom-logo-link {
  --logo-height: 40px;
}
@media (max-width: 777px) {
  header .custom-logo-link {
    --logo-height: 30px;
  }
}
header.is-sticky .navigation {
  --color: var(--wp--preset--color--primary);
}
header.is-sticky .custom-logo-link {
  display: inline-block;
  width: 130px;
  height: 40px;
  background: url(https://oskinclinic.dk/wp-content/uploads/2025/10/logo-dark-blue.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 777px) {
  header.is-sticky .custom-logo-link {
    height: 30px;
    width: 102px;
  }
}
header.is-sticky .custom-logo-link img {
  display: none;
}
header a.navigation-items-item-link.wp-block-button__link.wp-element-button {
  font-size: var(--wp--preset--font-size--text-1);
  font-weight: 500;
  padding-left: 50px !important;
  padding-right: 50px !important;
  background-color: var(--wp--preset--color--tertiary) !important;
  color: var(--wp--preset--color--primary) !important;
  border: none !important;
  border-radius: 0px !important;
}
@media (max-width: 777px) {
  header a.navigation-items-item-link.wp-block-button__link.wp-element-button {
    background-color: white !important;
    padding-left: 16px !important;
  }
}
@media (max-width: 777px) {
  header {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }
  header .wp-block-button .wp-element-button {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .header-inner {
    flex-wrap: nowrap;
    gap: 8px;
    --logo-width: 100px;
  }
  header .header-inner > .wp-block-bolt-icon .icon-container {
    color: var(--wp--preset--color--primary);
    --icon-color: #596174 !important;
  }
  header .header-inner > .wp-block-site-logo {
    margin-right: auto;
  }
  header .header-inner > .header-search-trigger {
    display: none !important;
  }
  header .megamenu .is-layout-flex {
    flex-direction: column;
  }
}

/*
* @ Button
*/
.wp-block-button .wp-element-button {
  background-color: var(--wp--preset--color--secondary);
  border: 0.18rem solid var(--wp--preset--color--secondary);
  border-radius: 0px;
  color: #fff;
  padding: 5px 55px;
  outline: none !important;
  font-size: var(--wp--preset--font-size--text-1);
  text-transform: uppercase;
  font-weight: 300;
}

.is-style-outline a.wp-block-button__link.wp-element-button:hover {
  background-color: var(--wp--preset--color--secondary) !important;
  color: #fff !important;
}

.faq-item {
  --item-text: var(--wp--preset--color--primary);
  --arrow-color: var(--wp--preset--color--primary);
  border: 0px solid transparent;
}
.faq-item-body {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/*
* Hyperlinks
*/
.wp-block-read-more {
  text-decoration: none;
  font-weight: var(--hyperlinks-weight, 500);
  color: var(--hyperlinks-color, currentColor);
  box-shadow: inset 0 -0.1em 0 0 var(--hyperlinks-color, currentColor);
  transition: all 0.6s ease 0s;
}
.wp-block-read-more:hover {
  box-shadow: inset 0 -0.2em 0 0 var(--hyperlinks-color, currentColor);
}