:root {
    --novoptnt-dark-blue:  #21405C;
    --novoptnt-white: #fff;
    --novoptnt-black: #000;
}
/* novocare patient site nav styles */
.cope-core-navigation-top-section-text.has-children {
    padding-top: 11px !important;
}
.cope-core-navigation-top-section:has(.cope-core-navigation-top-section-active.no-click) 
  .cope-core-navigation-top-section-links a {
  padding-top: 0 !important;
}
.cope-core-mobile-condition-text {
  letter-spacing: 2px !important;
}

@media screen and (min-width: 1201px) {
  .cope-core-navigation[data-current-path="/content/novocare/en/patient/home"] {
    & .cope-core-navigation-top-links-container:has(.cope-core-navigation-top-section:hover), 
    & .cope-core-navigation-top-links-container:has(.cope-core-navigation-top-section:focus-within) {
      & .cope-core-navigation-top-sections {
        height: inherit !important;
        min-height: 220px;
      }
    }
  }
}

/* pharmacy */
.cope-core-navigation[data-current-path="/content/novocare/en/pharmacy"] 
  .cope-core-navigation-top.cope-core-navigation-top-dynamic-mobile 
  .cope-core-navigation-top-container 
  button.cope-core-navigation-top-mobile-only.cope-core-navigation-top-mobile-toggle {
    grid-area: logo2;
  }

@media screen and (min-width: 1201px) {
  .cope-core-navigation {
    height: calc(var(--top-nav-height) + 25px);
  }
  .cope-core-navigation-top-links-container:has(.cope-core-navigation-top-section:hover), 
  .cope-core-navigation-top-links-container:has(.cope-core-navigation-top-section:focus-within) {
    & .cope-core-navigation-top-items {
      margin-top: -13px;
    }
  }
  div.cope-core-navigation-top-section:nth-child(2),
  div.cope-core-navigation-top-section:nth-child(3) {
    margin-right: 5px !important;
  }
  .cope-core-navigation .cope-core-navigation-global 
    .cope-core-navigation-global-content 
    .cope-core-navigation-global-column-container 
    .cope-core-navigation-global-column.cope-core-navigation-global-col-links 
    nav a:last-child {
        padding-right: 0; 
        margin-right: 0;
  }
  .cope-core-navigation .cope-core-navigation-top 
    .cope-core-navigation-top-container 
    .cope-core-navigation-top-links-container {
        padding: 14px 0 0 10px;
  }
  .cope-core-navigation 
    .cope-core-navigation-global 
    .cope-core-navigation-global-content 
    .cope-core-navigation-global-column-container 
    .cope-core-navigation-global-column.cope-core-navigation-global-col-links 
    nav {
        margin-right: 0;
  }
}