/* ============================================================
   Mahuset overrides + extensions to nhsuk-frontend.
   Tokens live in mahuset-tokens.css and resolve to CSS vars.
   ============================================================ */
@import url("mahuset-tokens.css");

.gemini-banner {
  background-color: var(--mh-burgundy-500);
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
}

.gemini-banner-us {
}

.gemini-banner-us__header {
  background-color: var(--mh-burgundy-500);
}

.status-box.status-box-blue {
  background-color: var(--mh-burgundy-500);
}

.nhsuk-header__content {
  position: relative;
}

.nhsuk-header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.nhsuk-header__search:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 40.0625em) {
  .nhsuk-header__search {
  }
}

.nhsuk-header__search-toggle {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  min-height: 40px;
  padding: 4px 8px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.nhsuk-header__search-toggle::-moz-focus-inner {
  border: 0;
}
.nhsuk-header__search-toggle:hover {
  background-color: var(--mh-burgundy-700);
  border-color: var(--mh-surface-2);
  box-shadow: none;
}
.nhsuk-header__search-toggle:active,
.nhsuk-header__search-toggle.is-active {
  background-color: var(--mh-burgundy-900);
  border-color: var(--mh-surface-2);
  color: var(--mh-surface-2);
}
.nhsuk-header__search-toggle .nhsuk-icon__search {
  fill: var(--mh-burgundy-500);
  height: 21px;
  width: 21px;
}
.nhsuk-header__search-toggle:focus {
  background-color: var(--mh-focus);
  border: 0;
  color: var(--mh-focus-ink);
  outline: 4px solid transparent;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px var(--mh-focus), 0 4px 0 2px var(--mh-focus-ink);
}
.nhsuk-header__search-toggle:focus .nhsuk-icon {
  fill: var(--mh-focus-ink);
}
@media (min-width: 40.0625em) {
  .nhsuk-header__search-toggle {
    display: none;
  }
}

.nhsuk-header__search-form {
  height: 100%;
  overflow: visible;
}
@media (max-width: 40.0525em) {
  .nhsuk-header__search-form {
    background-color: #ffffff;
    display: flex;
    padding: 16px;
    width: 100%;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-header__search-wrap {
    display: none;
  }
  .nhsuk-header__search-wrap.js-show {
    clear: both;
    display: flex;
    margin-bottom: -20px;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 16px;
    text-align: left;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header__search-wrap {
    display: block;
    line-height: 0;
  }
}

.nhsuk-search__input {
  -webkit-appearance: listbox;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  padding: 0 16px;
}
.nhsuk-search__input:focus {
  border: 4px solid var(--mh-focus-ink);
  box-shadow: 0 0 0 4px var(--mh-focus);
  outline: 4px solid transparent;
  outline-offset: 4px;
  padding: 0 9px;
}
.nhsuk-search__input::placeholder {
  color: #4c6272;
  font-size: 16px;
}
.nhsuk-search__input:-ms-input-placeholder {
  color: #4c6272;
  font-size: 16px;
}
.nhsuk-search__input::-webkit-input-placeholder {
  color: #4c6272;
  font-size: 16px;
}
@media (max-width: 40.0525em) {
  .nhsuk-search__input {
    border-bottom: 1px solid #aeb7bd;
    border-left: 1px solid #aeb7bd;
    border-right: 0;
    border-top: 1px solid #aeb7bd;
    flex-grow: 2;
    -ms-flex-positive: 2;
    font-size: inherit;
    height: 52px;
    margin: 0;
    outline: none;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-search__input {
    border: 1px solid #ffffff;
    font-size: 16px;
    height: 40px;
    width: 200px;
  }
}
@media (min-width: 48.0625em) {
  .nhsuk-search__input {
    width: 235px;
  }
}

.nhsuk-search__submit {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  float: right;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  padding: 0;
}
.nhsuk-search__submit::-moz-focus-inner {
  border: 0;
}
.nhsuk-search__submit:hover {
  cursor: pointer;
}
@media (max-width: 40.0525em) {
  .nhsuk-search__submit {
    background-color: var(--mh-burgundy-500);
    height: 52px;
    margin: 0;
    padding: 8px 8px 0;
  }
  .nhsuk-search__submit .nhsuk-icon__search {
    fill: #fff;
    height: 38px;
    width: 38px;
  }
  .nhsuk-search__submit:hover {
    background-color: var(--mh-burgundy-700);
  }
  .nhsuk-search__submit:focus {
    background-color: var(--mh-focus);
    box-shadow: 0 -4px var(--mh-focus), 0 4px var(--mh-focus-ink);
    outline: 4px solid transparent;
    outline-offset: 4px;
  }
  .nhsuk-search__submit:focus:hover {
    background-color: #ffeb3b;
  }
  .nhsuk-search__submit:focus:hover .nhsuk-icon {
    fill: #212b32;
  }
  .nhsuk-search__submit:focus .nhsuk-icon {
    fill: #212b32;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-search__submit {
    background-color: #f0f4f5;
    display: block;
    height: 40px;
    width: 44px;
  }
  .nhsuk-search__submit .nhsuk-icon__search {
    height: 27px;
    width: 27px;
  }
  .nhsuk-search__submit:hover {
    background-color: rgb(0, 61.1, 119.6);
    border: 1px solid #ffffff;
  }
  .nhsuk-search__submit:hover .nhsuk-icon__search {
    fill: #ffffff;
  }
  .nhsuk-search__submit:focus {
    background-color: var(--mh-focus);
    border: 0;
    color: var(--mh-focus-ink);
    outline: 4px solid transparent;
    outline-offset: 4px;
    box-shadow: 0 -2px var(--mh-focus), 0 4px var(--mh-focus-ink);
  }
  .nhsuk-search__submit:focus .nhsuk-icon {
    fill: var(--mh-focus-ink);
  }
  .nhsuk-search__submit:active {
    background-color: var(--mh-burgundy-900);
    border: 0;
  }
  .nhsuk-search__submit:active .nhsuk-icon__search {
    fill: #ffffff;
  }
}

@media (max-width: 40.0525em) {
  .nhsuk-search__close {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 40px;
    margin-left: 8px;
    margin-right: -8px;
    margin-top: 8px;
  }
  .nhsuk-search__close .nhsuk-icon__close {
    fill: var(--mh-burgundy-500);
    height: 40px;
    width: 40px;
  }
  .nhsuk-search__close::-moz-focus-inner {
    border: 0;
  }
  .nhsuk-search__close:hover .nhsuk-icon__close {
    fill: rgb(60.8, 78.4, 91.2);
  }
  .nhsuk-search__close:focus {
    background-color: var(--mh-focus);
    box-shadow: 0 -2px var(--mh-focus), 0 4px var(--mh-focus-ink);
    color: var(--mh-focus-ink);
    outline: 4px solid transparent;
    text-decoration: none;
  }
  .nhsuk-search__close:focus .nhsuk-icon {
    fill: var(--mh-focus-ink);
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-search__close {
    display: none;
  }
}

.nhsuk-search__input--withdropdown {
  border-bottom-left-radius: 0;
}

.nhsuk-search__submit--withdropdown {
  border-bottom-right-radius: 0;
}



.nhsuk-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#language-section {
  background-color: var(--mh-surface-2);
}

.gemini-banner-us__inner {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.gemini-banner-us__header-flag {
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
  border: 1px solid hsla(0,0%,100%,.2);
}

.gemini-banner-us__text-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}

.gemini-banner-us__header-text {
  font-weight: 400;
  font-size: 1rem;

  color: #ffffff;
  text-decoration: none;
  margin: 0;
}

.gemini-banner-us__button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;

  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.gemini-banner-us__button:hover {
  text-decoration: none;
}

.gemini-banner-us__button:hover .gemini-banner-us__button-text,
.gemini-banner-us__button:hover .language-label {
  text-decoration: underline;
}

.gemini-banner-us__button:focus {
  background-color: var(--mh-focus);
  border-bottom: 4px solid var(--mh-focus-ink);
  box-shadow: none;
  color: var(--mh-focus-ink);
  outline: 4px solid transparent;
  outline-offset: 4px;
  text-decoration: none;
}

.gemini-banner-us__button-text {
  font-weight: inherit;
  font-size: inherit;
  
  color: inherit;
  text-decoration: inherit;
}

.gemini-banner-us__button-icon {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.language-label {
  margin-left: 4px;
}

.gemini-banner-us__content {
  background-color: #f0f4f5;
  padding: 20px;
  border-top: 1px solid #d8d8d8;
  display: none;
  max-width: 960px;
  margin: 0 auto;
}

.gemini-banner-us__guidance-gov,
.gemini-banner-us__guidance-https {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.gemini-banner-us__icon {
  margin-right: 10px;
  height: 40px;
}

.gemini-banner-us__inner .grid-col-auto {
  flex-shrink: 0;
}

.app-card--transparent {
  background-color: transparent;
  border: 2px solid hsla(0,0%,100%,.2);
}

.app-latest-update {
  padding: 56px;
}

.nhsuk-action-link__link {
  color: #ffffff; /* Set text color to white */
}

.nhsuk-action-link__link .nhsuk-icon {
  fill: #ffffff; /* Set icon color to white */
}

.nhsuk-hero .nhsuk-action-link {
  display: inline-block;
  margin-right: 16px;
  margin-top: 24px;
}

.nhsuk-main-wrapper .nhsuk-action-link {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
}

.nhsuk-hero a:visited {
  color: #ffffff; /* Keep visited links white */
}

.nhsuk-hero__wrapper h1 {
  font-family: 'EB Garamond', serif;
}

@media (min-width: 1024px) {
  .gemini-banner-us__inner {
    max-width: 1200px;
  }
  .gemini-banner-us__content {
    max-width: 1200px;
  }
}
/* Extracted from application-a3136fa02590aeceeafa7e567c743236f1eb79c894575cead28b4ee7ad02c01d.css */
:root {
    --govuk-frontend-version: "5.10.1"; /* @kind other */
    --govuk-frontend-breakpoint-mobile: 20rem;
    --govuk-frontend-breakpoint-tablet: 40.0625rem;
    --govuk-frontend-breakpoint-desktop: 48.0625rem
}

.govuk-link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px,.0625rem);
    text-underline-offset: .1578em
}

@font-face {
    font-family: "GDS Transport";
    font-style: normal;
    font-weight: normal;
    src: url(https://www.gov.uk/assets/static/light-94a07e06a1-v2-01565b0034e61d4609689bbb7ae0be844701f3812c8fe029fa1659b7ef3aa94f.woff2) format("woff2"),url(https://www.gov.uk/assets/static/light-f591b13f7d-v2-369b1da7f442cafca0e8ac0faf1bb64df8170f9c3c7015da1195c8529df5837e.woff) format("woff");
    font-display: fallback
}

@font-face {
    font-family: "GDS Transport";
    font-style: normal;
    font-weight: bold;
    src: url(https://www.gov.uk/assets/static/bold-b542beb274-v2-35bf540bb39615b6a517986f3aa83f7fefa1efd1878603eeeb196488078542d1.woff2) format("woff2"),url(https://www.gov.uk/assets/static/bold-affa96571d-v2-088c8da9d0319b63b23ac19791f37a33ec0d4b61f884ab56123bfd96d8312153.woff) format("woff");
    font-display: fallback
}

@media print {
    .govuk-link {
        font-family: sans-serif
    }
}

.govuk-link:hover {
    text-decoration-thickness: max(3px,.1875rem,.12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.govuk-link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none
}

@supports not (text-wrap: balance) {
    .govuk-link:focus {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

.govuk-link:link {
    color: #1d70b8
}

.govuk-link:visited {
    color: #4c2c92
}

.govuk-link:hover {
    color: #003078
}

.govuk-link:active {
    color: #0b0c0c
}

.govuk-link:focus {
    color: #0b0c0c
}

@media print {
    [href^="/"]::after,[href^="http://"]::after,[href^="https://"]::after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word
    }
}

/* Extracted from _organisation-logo-fbe875d890e68da30aedc3b3f42bc313961d452dd6cb84bb2792e67fb6e2f3dc.css */
.gem-c-organisation-logo {
    font-weight: 400;
    margin: 0;
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.425rem; /* Scaled from 1.1875rem * 1.2 */
    
}

@media print {
    .gem-c-organisation-logo {
        font-family: sans-serif
    }
}

@media print {
    .gem-c-organisation-logo {
        font-size: 16.8pt; /* Scaled from 14pt * 1.2 */
        
    }
}

@media(max-width: 40.0525em) {
    .gem-c-organisation-logo {
        
    }
}

.gem-c-organisation-logo__container {
    text-transform: none;
    text-decoration: none;
    display: block;
    color: #0b0c0c;
    height: auto;
    width: auto;
    direction: ltr
}

.gem-c-organisation-logo__container--inline {
    display: inline-block;
    padding-right: 6px; /* Scaled from 5px * 1.2 */
}

.gem-c-organisation-logo__image {
    max-width: 384px; /* Scaled from 320px * 1.2 */
}

@media(max-width: 40.0525em) {
    .gem-c-organisation-logo__image {
        width: 100%;
        max-width: 288px; /* Scaled from 240px * 1.2 */
    }
}

.gem-c-organisation-logo__crest {
    border-left: 2.4px solid #0b0c0c; /* Scaled from 2px * 1.2 */
    padding-top: 0px;
    padding-left: 9.6px; /* Scaled from 8px * 1.2 */
}

.brand--executive-office .gem-c-organisation-logo__crest {
    border-left-width: 0;
    padding-left: 0;
    background-position: 0 0
}

.gem-c-organisation-logo__name {
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
}

.gem-c-organisation-logo__link {
    font-family: 'Atkinson Hyperlegible', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px,.0625rem);
    text-underline-offset: .1578em
}

@media print {
    .gem-c-organisation-logo__link {
        font-family: sans-serif
    }
}

.gem-c-organisation-logo__link:hover {
    text-decoration-thickness: max(3px,.1875rem,.12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

.gem-c-organisation-logo__link:focus {
    outline: none;
    box-shadow: none;
    color: #0b0c0c;
    background-color: transparent;
    text-decoration: none
}

.gem-c-organisation-logo__link:focus {
    color: #0b0c0c
}

/* Make the wrapper show yellow background when the link is focused */
.logo-wrapper:has(.gem-c-organisation-logo__link:focus) {
    outline: 3.6px solid rgba(0,0,0,0); /* Scaled from 3px * 1.2 */
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2.4px #fd0,0 4.8px #0b0c0c; /* Scaled from 0 -2px #fd0,0 4px #0b0c0c */
    text-decoration: none;
}

/* Make the text show hover effect when hovering anywhere on the wrapper */
.logo-wrapper:hover .gem-c-organisation-logo__link {
    color: #1d70b8;
    text-decoration-thickness: max(3.6px,.225rem,.144em); /* Scaled from max(3px,.1875rem,.12em) * 1.2 */
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
}

/* Make the text show active effect when clicking anywhere on the wrapper */
.logo-wrapper:active .gem-c-organisation-logo__link {
    color: #0b0c0c;
    text-decoration: none;
}

@supports not (text-wrap: balance) {
    .gem-c-organisation-logo__link:focus {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

.gem-c-organisation-logo__link:link,.gem-c-organisation-logo__link:visited {
    color: #0b0c0c
}

.gem-c-organisation-logo__link:hover {
    color: #1d70b8
}

.gem-c-organisation-logo__link:active {
    color: #0b0c0c
}

.gem-c-organisation-logo__link:focus {
    color: #0b0c0c
}



.logo-wrapper {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.logo-wrapper:focus {
    outline: 3.6px solid rgba(0,0,0,0); /* Scaled from 3px * 1.2 */
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2.4px #fd0,0 4.8px #0b0c0c; /* Scaled from 0 -2px #fd0,0 4px #0b0c0c */
    text-decoration: none;
}

.gem-c-organisation-logo__crest--duplicated {
    background-image: url(crest.svg);
    background-repeat: no-repeat;
    background-position: left 0px top 0;
    background-size: auto 31.8px; /* Scaled from 32px * 1.2 */
    width: 43.2px; /* Scaled from 36px * 1.2 */
    height: 31.8px; /* Scaled from 32px * 1.2 */
    margin-right: 9.6px; /* Scaled from 8px * 1.2 */
    align-self: flex-start;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2 / 1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
    .gem-c-organisation-logo__crest--duplicated {
        background-image: url(crest.svg)
    }
}

.brand--attorney-generals-office .brand__border-color {
    border-color: #9325b2
}

.brand--attorney-generals-office .brand__color {
    color: #9325b2
}

.brand--attorney-generals-office .brand__fill {
    fill: #9325b2
}

.brand--attorney-generals-office .brand__background-color {
    background-color: #9325b2
}

.logo-wrapper--white .gem-c-organisation-logo__container,
.logo-wrapper--white .gem-c-organisation-logo__link,
.logo-wrapper--white .gem-c-organisation-logo__link:link,
.logo-wrapper--white .gem-c-organisation-logo__link:visited,
.logo-wrapper--white .gem-c-organisation-logo__link:focus {
    color: #ffffff; /* Change text color to white */
    text-decoration: none; /* Remove underline */
}

.logo-wrapper--white:hover .gem-c-organisation-logo__link {
    text-decoration: underline; /* Apply underline on hover of the wrapper */
    color: #ffffff; /* Keep text white on hover */
}

.logo-wrapper--white .gem-c-organisation-logo__crest {
    border-left-color: #ffffff; /* Change border color to white */
}

.logo-wrapper--white .brand--attorney-generals-office .brand__border-color {
    border-color: #ffffff; /* Change border color to white for specific brand */
}

/* Ensure active state remains black and underline disappears */
.logo-wrapper--white .gem-c-organisation-logo__link:active {
    color: #0b0c0c;
    text-decoration: none;
}

.logo-wrapper--white:active .gem-c-organisation-logo__link {
    color: #0b0c0c;
    text-decoration: none;
}

.nhsuk-main-wrapper .nhsuk-action-link__link {
  color: var(--mh-burgundy-500);
}

.nhsuk-main-wrapper .nhsuk-action-link .nhsuk-icon {
  fill: var(--mh-burgundy-500);
}

.nhsuk-main-wrapper .nhsuk-action-link .nhsuk-body-s {
  margin-left: 38px;
}

@media (max-width: 40.0525em) {
  .nhsuk-main-wrapper .nhsuk-action-link .nhsuk-body-s {
    margin-left: 26px;
  }
}

[lang="nl"] {
  display: none;
}

html[lang="nl"] [lang="nl"] {
  display: inline;
}

html[lang="nl"] [lang="en"] {
  display: none;
}

.app-list-signage {
  list-style: none;
  padding-left: 0;
  padding-top: 8px;
}

.app-list-signage li {
  display: inline-block;
  margin: 2px 0;
  width: 100%;
}

.app-list-signage li:last-of-type {
  margin-bottom: 2px;
}

.app-list-signage li a {
  background: var(--mh-burgundy-500);
  color: #fff;
  display: block;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media (max-width: 40.0525em) {
  .app-list-signage li a {
    padding: 12px 16px;
  }
}
.app-list-signage li a:hover {
  background: var(--mh-burgundy-700);
  box-shadow: none;
  text-decoration: underline;
}

.app-list-signage li a:active {
  background: var(--mh-burgundy-900);
}

.app-list-signage li a:focus {
  background: var(--mh-focus);
  box-shadow: inset 0 -4px 0 0 var(--mh-focus-ink);
  color: var(--mh-focus-ink);
}

.app-list-signage li a:focus .nhsuk-icon {
  fill: #212b32;
}

.app-list-signage li a:focus:hover {
  text-decoration: none;
}

.app-list-signage li a .nhsuk-icon {
  fill: #fff;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 24px;
}

@media (max-width: 40.0525em) {
  .app-list-signage li a .nhsuk-icon {
    top: 12px;
  }
}
@media (min-width: 48.0625em) {
  .app-list-signage--two-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

/* Updated rule to specifically manage social media links */
#social-links-column a {
  text-decoration: none; /* No underline on the link itself */
  color: #fff; /* Ensure social links are white */
}
/* Rule to apply underline ONLY to the text within the link */
#social-links-column a span {
  text-decoration: underline;
}
/* Rule to remove underline on hover for the text */
#social-links-column a:hover span {
  text-decoration: none;
}

@media (min-width: 48.0625em) {
  #social-links-column {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}

.nhsuk-footer--extended .nhsuk-grid-row {
  display: flex;
  align-items: flex-start;
}

.footer-column {
  margin-top: 20px;
}

#language-selector-toggle:hover span {
  text-decoration: underline;
}

#language-section .nhsuk-action-link__link {
  color: var(--mh-burgundy-500);
}

#language-section .nhsuk-action-link .nhsuk-icon {
  fill: var(--mh-burgundy-500);
}
