a:focus:not(:focus-visible),
a:focus:visited:not(:focus-visible) {
  background: none;
  box-shadow: none;
}

.nhsuk-header--organisation .nhsuk-header__link:focus:not(:focus-visible) {
  background: none;
  box-shadow: none;
}

.nhsuk-header__navigation-link:active, .nhsuk-header__navigation-link:focus:not(:focus-visible) {
  background: none;
  box-shadow: none;
}

.nhsuk-header--white-nav .nhsuk-navigation .nhsuk-header__navigation-link:focus:hover:not(:focus-visible) {
  background: none;
  box-shadow: none;
}

.nhsuk-details__summary:focus:not(:focus-visible) {
  background: none;
  box-shadow: none;
}

.nhsuk-expander .nhsuk-details__summary:focus:not(:focus-visible) {
  background: none;
  box-shadow: none;
}
.nhsuk-expander .nhsuk-details__summary:focus:not(:focus-visible) .nhsuk-details__summary-text {
  background: none;
  box-shadow: none;
}
.nhsuk-expander .nhsuk-details__summary:focus:not(:focus-visible) .nhsuk-details__summary-text:before {
  background-color: #FFFFFF;
}

* {
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: "Londrina Solid", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

@media (min-width: 40.0625em) {
  h1 {
    font-size: 4rem;
  }
}
a, a:visited, a:hover {
  color: #000000;
}

.nhsuk-u-secondary-text-color {
  color: #4b4b4b !important;
}

body, html {
  background-color: #f0f0f0;
}

.wedinos-breadcrumbs {
  position: absolute;
  z-index: 1;
}
.wedinos-breadcrumbs .nhsuk-breadcrumb__link, .wedinos-breadcrumbs .nhsuk-breadcrumb__item, .wedinos-breadcrumbs .nhsuk-breadcrumb__back, .wedinos-breadcrumbs .nhsuk-breadcrumb__backlink {
  color: #FFFFFF;
}
.wedinos-breadcrumbs .nhsuk-breadcrumb__link:hover, .wedinos-breadcrumbs .nhsuk-breadcrumb__item:hover, .wedinos-breadcrumbs .nhsuk-breadcrumb__back:hover, .wedinos-breadcrumbs .nhsuk-breadcrumb__backlink:hover {
  color: #FFFFFF;
}
.wedinos-breadcrumbs .nhsuk-breadcrumb__link:focus:not(:focus-visible), .wedinos-breadcrumbs .nhsuk-breadcrumb__item:focus:not(:focus-visible), .wedinos-breadcrumbs .nhsuk-breadcrumb__back:focus:not(:focus-visible), .wedinos-breadcrumbs .nhsuk-breadcrumb__backlink:focus:not(:focus-visible) {
  color: #FFFFFF;
}
.wedinos-breadcrumbs .nhsuk-breadcrumb__link:focus:focus-visible, .wedinos-breadcrumbs .nhsuk-breadcrumb__item:focus:focus-visible, .wedinos-breadcrumbs .nhsuk-breadcrumb__back:focus:focus-visible, .wedinos-breadcrumbs .nhsuk-breadcrumb__backlink:focus:focus-visible {
  color: #000000;
}
.wedinos-breadcrumbs .nhsuk-breadcrumb__link:visited, .wedinos-breadcrumbs .nhsuk-breadcrumb__item:visited, .wedinos-breadcrumbs .nhsuk-breadcrumb__back:visited, .wedinos-breadcrumbs .nhsuk-breadcrumb__backlink:visited {
  color: #FFFFFF;
}
.wedinos-breadcrumbs .nhsuk-breadcrumb__back::before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-left' xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' height='24' width='24' viewBox='8 0 24 24' aria-hidden='true'%3E%3Cpath d='M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z'%3E%3C/path%3E%3C/svg%3E");
}

.wedinos-h1-banner {
  background-color: #000000;
  color: #FFFFFF;
  background-image: linear-gradient(130deg, #000000 40%, rgba(255, 255, 255, 0));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 6rem 0rem 3rem 0rem;
  position: relative;
}
.wedinos-h1-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(130deg, #000000 40%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
.wedinos-h1-banner--substance {
  background-size: contain;
  background-color: white;
  background-position-x: 90%;
}
.wedinos-h1-banner h1 {
  position: relative;
  z-index: 1;
}
.wedinos-h1-banner h1:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1rem;
  background: linear-gradient(to right, #B30B0D, rgba(0, 0, 0, 0));
  bottom: -2rem;
  left: 0;
}
.wedinos-h1-banner h1 .nhsuk-caption-xl {
  color: white;
}

.wedinos-homepage-banner {
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  overflow: hidden;
}
.wedinos-homepage-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(130deg, #000000 40%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.wedinos-homepage-banner__content {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  color: #FFFFFF;
  text-align: center;
}
.wedinos-homepage-banner__content h1 {
  position: relative;
  margin-bottom: 1.5rem;
}
.wedinos-homepage-banner__content h1:after {
  content: "";
  display: block;
  position: absolute;
  left: -1.75rem;
  top: -1.5rem;
  width: 100%;
  height: 350%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375.907" height="211.284" viewBox="0 0 375.907 211.284"><defs><linearGradient id="linear-gradient" y1="0.553" x2="0.991" y2="0.546" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23EA1011"/><stop offset="1" stop-color="%23EA1011" stop-opacity="0.149"/></linearGradient></defs><path id="Path_83" data-name="Path 83" d="M92.06,4.453,106.565,10.2l16.542-96.175,24.34,136.472V4.453L453.071,1.176,467.967,17,157.881,10.2,147.446,125.306,123.106-36.887,113.107,17H92.06Z" transform="translate(-92.06 85.979)" fill="url(%23linear-gradient)"/></svg>') no-repeat left center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
}
.wedinos-homepage-banner__content .nhsuk-body-l {
  font-family: "Londrina Solid", sans-serif;
  font-size: 2rem;
  margin-left: 3.5rem;
  margin-right: 3.5rem;
  margin-bottom: 5rem;
}
.wedinos-homepage-banner__content__ctas {
  display: flex;
  flex-direction: column;
}
.wedinos-homepage-banner__content__ctas a {
  margin-right: 0px;
}

@media (min-width: 27.8125em) {
  .wedinos-homepage-banner__content h1:after {
    left: -4rem;
  }
}
@media (min-width: 40.0625em) {
  .wedinos-homepage-banner::before {
    background: linear-gradient(130deg, #000000 40%, rgba(0, 0, 0, 0.5) 100%);
  }
  .wedinos-homepage-banner__content {
    text-align: left;
    padding-left: 5rem;
    padding-top: 7.5rem;
  }
  .wedinos-homepage-banner__content h1 {
    margin-bottom: 2rem;
  }
  .wedinos-homepage-banner__content h1:after {
    left: -20rem;
    top: -3rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="909.573" height="249.426" viewBox="0 0 909.573 249.426"><defs><linearGradient id="linear-gradient" y1="0.553" x2="0.991" y2="0.546" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%23EA1011"/><stop offset="1" stop-color="%23EA1011" stop-opacity="0.149"/></linearGradient></defs><path id="Path_42" data-name="Path 42" d="M-145.776,1.176,94.769,10.2,116.064-124.12,152.822,50.494V4.453L744.492,1.176,763.8,17,163.448,10.2,152.822,125.306,116.064-54.6,104.2,17l-249.978,9.135Z" transform="translate(145.776 124.12)" fill="url(%23linear-gradient)"/></svg>') no-repeat left center;
  }
  .wedinos-homepage-banner__content .nhsuk-body-l {
    font-size: 2.5rem;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 64px;
  }
  .wedinos-homepage-banner__content__ctas {
    display: block;
  }
  .wedinos-homepage-banner__content__ctas a:nth-child(1) {
    margin-right: 24px;
  }
  .wedinos-h1-banner::before {
    background: linear-gradient(130deg, #000000 30em, rgba(255, 255, 255, 0));
  }
  .wedinos-h1-banner--substance {
    background-size: contain;
  }
}
@media (min-width: 48em) {
  .wedinos-homepage-banner__content h1:after {
    left: -22rem;
  }
}
@media (min-width: 76.125em) {
  .wedinos-homepage-banner::before {
    background: linear-gradient(130deg, #000000 40%, rgba(0, 0, 0, 0) 100%);
  }
  .wedinos-homepage-banner {
    background-size: 80% auto;
  }
  .wedinos-homepage-banner__content {
    text-align: left;
    padding-left: 0rem;
  }
  .wedinos-homepage-banner__content h1:after {
    left: -24rem;
  }
}
.nhsuk-details__summary {
  color: #000000;
}
.nhsuk-details__summary:hover {
  color: #000000;
}

.nhsuk-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text {
  color: #000000;
}
.nhsuk-expander .nhsuk-details__summary-text {
  color: #000000;
}
.nhsuk-expander .nhsuk-details__summary-text:hover {
  color: #000000;
}
.nhsuk-expander .nhsuk-details__summary-text::before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23B30B0D'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}
.nhsuk-expander[open] .nhsuk-details__summary-text::before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23B30B0D'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}
.nhsuk-expander .wedinos-monthly-reports-list li svg {
  height: 1.5rem;
  position: relative;
  top: 0.25rem;
}

.nhsuk-button {
  background-color: #B30B0D;
  padding: 0.5rem;
  box-shadow: none;
  border-radius: 0;
  outline: 2px solid #B30B0D;
  outline-offset: 4px;
  margin-right: 18px;
}
.nhsuk-button:hover, .nhsuk-button:focus:not(:focus-visible) {
  background-color: #580706;
  outline-color: #580706;
  color: #FFFFFF;
  box-shadow: none;
}
.nhsuk-button.x-share, .nhsuk-button.facebook-share {
  outline: none;
}
.nhsuk-button.x-share:hover, .nhsuk-button.x-share:focus:not(:focus-visible), .nhsuk-button.facebook-share:hover, .nhsuk-button.facebook-share:focus:not(:focus-visible) {
  outline: none;
}

.nhsuk-button--primary:disabled, .nhsuk-button--primary:disabled:hover {
  opacity: revert;
  background: #580706;
}

.nhsuk-button--secondary {
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 0.5rem;
  font-size: 1rem;
  border-color: #000000;
  color: black;
  border-width: 1px;
  outline: none;
}
.nhsuk-button--secondary:visited {
  color: #000000;
}
.nhsuk-button--secondary:hover, .nhsuk-button--secondary:focus:not(:focus-visible) {
  cursor: pointer;
  background-color: #dedede;
  outline: none;
  color: #000000;
}
.nhsuk-button--secondary:hover:active:visited, .nhsuk-button--secondary:focus:not(:focus-visible):active:visited {
  color: #000000;
}

.nhsuk-button--reverse, .nhsuk-button--reverse:visited {
  color: #FFFFFF;
  outline-color: #000000;
}
.nhsuk-button--reverse:not(:focus-visible), .nhsuk-button--reverse:visited:not(:focus-visible) {
  background-color: #000000;
}
.nhsuk-button--reverse:hover, .nhsuk-button--reverse:visited:hover {
  background-color: #580706;
  outline-color: #580706;
}

.nhsuk-button--warning, .nhsuk-button--warning:active {
  outline: none;
  position: relative;
  padding-left: 2.5rem;
}
.nhsuk-button--warning::before, .nhsuk-button--warning:active::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg%20fill="white"%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2016%2016"><circle%20cx="8"%20cy="8"%20r="8"/><rect%20x="7"%20y="4"%20width="2"%20height="6"%20fill="%23B30B0D"/><rect%20x="7"%20y="11"%20width="2"%20height="2"%20fill="%23B30B0D"/></svg>') no-repeat center/contain;
  pointer-events: none;
}
.nhsuk-button--warning:focus:not(:focus-visible), .nhsuk-button--warning:active:focus:not(:focus-visible) {
  outline: none;
}

.gform_wrapper form[data-active-form=true] .gform_footer input[type=submit].nhsuk-button.nhsuk-button--primary {
  padding-right: 40px;
}
.gform_wrapper form[data-active-form=true] .gform_footer input[type=submit].nhsuk-button.nhsuk-button--primary + .gform-loader {
  border-block-start-color: #FFFFFF;
  border-inline-end-color: #FFFFFF;
  margin-left: -45px;
}

.nhsuk-card__content--primary .nhsuk-icon {
  fill: #B30B0D;
}

.nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #B30B0D;
}

.nhsuk-inset-text {
  border-color: #B30B0D;
}

.nhsuk-panel {
  background-color: #B30B0D;
  padding: 2rem;
  color: #FFFFFF;
}

.nhsuk-card__img--fixed-height {
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.nhsuk-card__heading--feature {
  background-color: #B30B0D;
}

.beta-banner-container .nhsuk-tag {
  background-color: #B30B0D;
  border-color: #B30B0D;
}

.wedinos-alert {
  background-color: #B30B0D;
  color: #FFFFFF;
  padding: 1rem 0rem;
  animation: background-flash 1s ease-in-out infinite;
  animation-iteration-count: 2;
}
@keyframes background-flash {
  0%, 100% {
    background-color: #B30B0D;
  }
  50% {
    background-color: #580706;
  }
}
.wedinos-alert svg {
  height: 1.5rem;
  fill: #FFFFFF;
  margin-right: 1rem;
  position: relative;
  top: 0.3rem;
}
.wedinos-alert a {
  width: fit-content;
}
.wedinos-alert a:visited, .wedinos-alert a:hover, .wedinos-alert a:focus:not(:focus-visible) {
  color: #FFFFFF;
}
.wedinos-alert a:focus-visible {
  color: #000000;
}
.wedinos-alert p {
  margin-bottom: 4px;
}
.wedinos-alert .nhsuk-width-container {
  display: flex;
}

.gfield_description.nhsuk-error-message.gfield_nhsuk-error-message {
  color: #9E1E15;
}

.wedinos-callout-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.5rem;
  outline: 2px solid #000000;
  outline-offset: 4px;
}
.wedinos-callout-section a:not(:focus-visible), .wedinos-callout-section a:visited:not(:focus-visible), .wedinos-callout-section a:hover:not(:focus-visible) {
  color: #FFFFFF;
}
.wedinos-callout-section a:focus-visible {
  color: #000000;
}
.wedinos-callout-section p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 40.0625em) {
  .wedinos-callout-section {
    padding: 2rem;
  }
}
.phw-steps-list__item__step-number {
  border: 3px solid #B30B0D;
}
.phw-steps-list__item__line:before {
  background-color: #B30B0D;
}
.phw-steps-list .nhsuk-details__summary svg {
  fill: #B30B0D;
}
.phw-steps-list .nhsuk-details__summary:focus:not(:focus-visible) h3,
.phw-steps-list .nhsuk-details__summary:focus:not(:focus-visible) span {
  background-color: transparent;
  box-shadow: none;
}
.phw-steps-list .nhsuk-details__summary:focus:not(:focus-visible) svg {
  fill: #B30B0D;
}
.phw-steps-list .nhsuk-details__summary:hover {
  color: #000000;
}
.phw-steps-list .wedinos-address-border {
  border: solid 1px #000000;
  padding: 0.7rem;
}

.phw-steps__toggle-all svg {
  fill: #B30B0D;
}
.phw-steps__toggle-all:focus:not(:focus-visible) {
  background-color: transparent;
  box-shadow: none;
}
.phw-steps__toggle-all:focus:not(:focus-visible) svg {
  fill: #B30B0D;
}

.reference-code-generator__btn svg {
  height: 1.25rem;
  fill: white;
  position: relative;
  top: 0.3rem;
  margin-right: 0.5rem;
  display: none;
  animation: rotation 1s linear infinite;
}
.reference-code-generator__btn--loading {
  background-color: #580706;
  outline-color: #580706;
  box-shadow: none;
}
.reference-code-generator__btn--loading svg {
  display: inline;
}
.reference-code-generator__btn[hidden] {
  display: none;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sample-results__result {
  background-color: #FFFFFF;
  border: none;
  width: 100%;
}

@keyframes shimmer {
  to {
    background-position-x: 0%;
  }
}
ul#sample-results[aria-busy=true] li .sample-results__result-heading, ul#sample-results[aria-busy=true] li .nhsuk-tabs {
  background: linear-gradient(-45deg, #eee 40%, #ffffff 50%, #eee 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: shimmer 2.5s infinite linear;
}
ul#sample-results[aria-busy=true] .nhsuk-tabs > *, ul#sample-results[aria-busy=true] .sample-results__result-heading > * {
  visibility: hidden;
}
ul#sample-results[aria-busy=true]::after {
  opacity: 1;
}

.sample-archive-paging span.page-numbers.dots,
.sample-archive-paging a.page-numbers,
.sample-archive-paging span.page-numbers.current {
  display: none;
}
.sample-archive-paging a.next.page-numbers,
.sample-archive-paging a.prev.page-numbers {
  display: block;
}

a.next.page-numbers svg.nhsuk-icon.nhsuk-icon__arrow-right, a.prev.page-numbers svg.nhsuk-icon.nhsuk-icon__arrow-left {
  fill: #000000;
}

a.next.page-numbers svg.nhsuk-icon.nhsuk-icon__arrow-right:hover, a.prev.page-numbers svg.nhsuk-icon.nhsuk-icon__arrow-left:hover {
  color: #000000;
}

#custom-date-range .nhsuk-input[type=date],
#sample-filter-keyword {
  width: 9rem;
}

.sample-results-filter-box .filter-button {
  background-color: #D9D9D9;
  display: inline-block;
  margin: 0 0.625rem 0.625rem 0;
  border-radius: 5px;
  border: 3px solid #76787B;
  cursor: pointer;
  padding: 0.625rem 0.9375rem;
  font-size: 16px;
  text-decoration: none;
}
.sample-results-filter-box .filter-button:hover {
  background-color: #bebebe;
}
.sample-results-filter-box .filter-button:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  outline-offset: 0;
}

.sample-results-filter-box {
  border: 1px solid #76787B;
  border-width: 1px 0px;
  padding: 1rem;
}
.sample-results-filter-box ul {
  display: inline-flex;
  list-style-type: none;
  margin-bottom: 0px;
}

.clear-filters-button {
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
}
.clear-filters-button:hover {
  text-decoration: none;
}
.clear-filters-button:focus-visible {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}

.hide-filter-box {
  display: none;
}

button.filter-button span {
  margin-right: 0.9rem;
  font-weight: bold;
}

.harm-reduction-contents-list__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  gap: 1rem;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 1rem;
  border-top: 5px solid #B30B0D;
}

.harm-reduction-contents-list__item {
  background: none;
  font-size: 1rem;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.harm-reduction-contents-list__item[aria-current=page] {
  font-weight: bold;
}

.harm-reduction-contents-list__item[aria-current=page] img {
  filter: invert(7%) sepia(98%) saturate(4760%) hue-rotate(352deg) brightness(123%) contrast(100%);
}

.harm-reduction-contents-list__item:not([aria-current=page]):hover {
  cursor: pointer;
}

.harm-reduction-contents-list__item:not([aria-current=page]):hover a {
  text-decoration: none;
}

.harm-reduction-contents-list .harm-reduction-icons__item {
  margin-bottom: 1rem;
}

.harm-reduction-contents-list img {
  max-width: min(100%, 100px);
  height: auto;
}

.harm-reduction-icons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background-color: white;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 40.0625em) {
  .harm-reduction-contents-list__list {
    flex-direction: row;
  }
  .harm-reduction-contents-list__item {
    width: 25%;
  }
  .harm-reduction-icons {
    padding: 1rem 0rem;
  }
}
img.is-current {
  filter: invert(7%) sepia(98%) saturate(4760%) hue-rotate(352deg) brightness(123%) contrast(100%);
}

.harm-banner-small-title {
  color: white;
}

span.nhsuk-caption-xl.harm-banner-small-title {
  line-height: 0.5;
}

.harm-reduction-contents-list__item[aria-current=page] {
  font-weight: bold;
}

.nhsuk-icon__arrow-right, .nhsuk-icon__arrow-left, .nhsuk-pagination__link:visited .nhsuk-icon {
  fill: #000;
}

.wedinos-substance-info dt {
  grid-column-start: 1;
  font-weight: bold;
}
.wedinos-substance-info dt::after {
  content: ": ";
}
.wedinos-substance-info dd {
  grid-column-start: 2;
  margin-left: 0px;
  margin-bottom: 1rem;
}
@media (min-width: 40.0625em) {
  .wedinos-substance-info dl {
    display: grid;
    grid-template-columns: max-content auto;
  }
  .wedinos-substance-info dd {
    margin-bottom: 0px;
    margin-left: 30px;
  }
}

.js-enabled .sample-results .nhsuk-tabs__list:after {
  clear: both;
  content: "";
  display: block;
}
.js-enabled .sample-results .nhsuk-tabs__list {
  border-bottom: 1px solid #dedede;
  margin-block-end: 0;
}
.js-enabled .sample-results .nhsuk-tabs__title {
  display: none;
}
.js-enabled .sample-results .nhsuk-tabs__list-item {
  background-color: #dedede;
  float: left;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0.25rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  position: relative;
  text-align: center;
}
.js-enabled .sample-results .nhsuk-tabs__list-item:before {
  content: none;
}
.js-enabled .sample-results .nhsuk-tabs__list-item--selected {
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  border-bottom: 0;
  margin-block-end: -1px;
  margin-block-start: -0.25rem;
  padding-block-end: calc(0.75rem + 1px);
  padding-block-start: calc(0.75rem - 1px);
  padding-inline-start: calc(1rem - 1px);
  padding-inline-end: calc(1rem - 1px);
  position: relative;
}
.js-enabled .sample-results .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
  text-decoration: none;
}
.js-enabled .sample-results .nhsuk-tabs__tab:link, .js-enabled .sample-results .nhsuk-tabs__tab:visited {
  color: #000000;
}
.js-enabled .sample-results .nhsuk-tabs__tab:hover {
  color: rgba(0, 0, 0, 0.99);
}
.js-enabled .sample-results .nhsuk-tabs__tab:active, .js-enabled .sample-results .nhsuk-tabs__tab:focus {
  color: #000000;
}
.js-enabled .sample-results .nhsuk-tabs__tab {
  margin-block-end: 0;
}
.js-enabled .sample-results .nhsuk-tabs__tab:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.js-enabled .sample-results .nhsuk-tabs__panel {
  margin-block-end: 32px;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  border-top: 0;
  padding-block: 40px;
  padding-inline: 16px;
}
.js-enabled .sample-results .nhsuk-tabs__panel > :last-child {
  margin-block-end: 0;
}
.js-enabled .sample-results .nhsuk-tabs__panel--hidden {
  display: none;
}

form.nhsuk__search-form--wedinos {
  --btn-width: 3.25rem;
  flex-wrap: wrap;
  place-content: start;
}
form.nhsuk__search-form--wedinos label {
  width: 100%;
}
form.nhsuk__search-form--wedinos input {
  background-color: #FFFFFF;
  border-bottom: 1px solid #aeb7bd;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0;
  border-left: 1px solid #aeb7bd;
  border-right: 0;
  border-top: 1px solid #aeb7bd;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0;
  flex-grow: 2;
  font-size: inherit;
  margin: 0;
  outline: none;
  padding: 0.5rem 1rem;
  max-width: calc(100% - var(--btn-width));
}
form.nhsuk__search-form--wedinos button#sample-results-submit {
  position: relative;
  width: var(--btn-width);
}
form.nhsuk__search-form--wedinos .nhsuk-search__submit svg {
  fill: #FFFFFF;
}
form.nhsuk__search-form--wedinos .nhsuk-search__submit {
  background-color: #B30B0D;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0.2rem;
  float: right;
  font-size: inherit;
  height: 3rem;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 1rem 0.5rem;
  width: 3.5rem;
}
form.nhsuk__search-form--wedinos .nhsuk-search__submit:focus {
  background-color: #EA1011;
}

.wedinos-substances-search #autocomplete-container input {
  max-width: none;
  height: 3rem;
  padding: 1rem;
  background-color: #FFFFFF;
}
.wedinos-substances-search .autocomplete__option {
  margin-bottom: 0px;
  padding: 1rem;
}
.wedinos-substances-search .autocomplete__option:hover, .wedinos-substances-search .autocomplete__option--focused {
  background-color: #B30B0D;
}
.wedinos-substances-search__inputs {
  display: flex;
  width: 100%;
  position: relative;
}
.wedinos-substances-search #autocomplete-container {
  width: 100%;
}

.nhsuk-header--white .nhsuk-header__container {
  display: flex;
  justify-content: space-between;
}
.nhsuk-header--white .nhsuk-org-logo {
  height: 100px;
  width: auto;
}
.nhsuk-header--white .nhsuk-header__content {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 1rem;
  justify-self: end;
  margin-top: -20px;
}
.nhsuk-header--white .phw-header-language__button {
  color: #000000;
  margin-bottom: 0px;
}
.nhsuk-header--white .phw-header-language__button span::before {
  background-color: #000000;
}
.nhsuk-header--white .phw-header-language__button img {
  display: none;
}
.nhsuk-header--white .phw-header-language ul {
  padding-left: 20px;
}
.nhsuk-header--white .phw-header-language li {
  margin-bottom: 0px;
  display: flex;
}
.nhsuk-header--white .phw-header-language li:first-of-type::after {
  background-color: #000000;
}
.nhsuk-header--white .nhsuk-navigation-container .nhsuk-header__navigation-link, .nhsuk-header--white .nhsuk-navigation-container .nhsuk-header__navigation-link:visited {
  color: #000000;
  padding: 12px 8px;
}
.nhsuk-header--white .nhsuk-header__menu-toggle .nhsuk-icon__chevron-down {
  right: -15px;
  fill: #000000;
}

.wedinos-header__helpine {
  display: flex;
  gap: 15px;
  align-items: center;
}
.wedinos-header__helpine a {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}
.wedinos-header__disclaimer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 0rem;
}
.wedinos-header__disclaimer svg {
  height: 1.5rem;
  fill: #FFFFFF;
}
.wedinos-header__disclaimer p {
  font-size: 1rem;
  margin-bottom: 0px;
}
.wedinos-header__disclaimer a, .wedinos-header__disclaimer a:visited, .wedinos-header__disclaimer a:hover {
  color: #FFFFFF;
}
.wedinos-header__disclaimer a:focus-visible, .wedinos-header__disclaimer a:visited:focus-visible, .wedinos-header__disclaimer a:hover:focus-visible {
  color: #000000;
}
.wedinos-header__disclaimer__content {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.wedinos-header__disclaimer__content__icon {
  margin: auto 0;
}

@media (max-width: 300px) {
  .nhsuk-header--white .nhsuk-header__container {
    flex-direction: column;
  }
  .nhsuk-header--white .nhsuk-navigation-container {
    margin-top: 0px;
  }
  .nhsuk-header--white .phw-header-language ul {
    padding-left: 0px;
  }
}
@media (min-width: 40.0625em) {
  .nhsuk-header--white .nhsuk-header__content {
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: 0px;
  }
}
.js-enabled .nhsuk-header__navigation-list {
  flex-wrap: wrap;
}

#cookie-banner .button-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
#cookie-banner .nhsuk-cookie-banner__message p {
  margin: 0.5em 0 1em;
  font-size: 1em;
}

footer, .nhsuk-footer {
  background-color: #000000;
}

.nhsuk-footer-container {
  background-color: #000000;
  position: relative;
  border-top: 10px solid #B30B0D;
}

.nhsuk-footer__list-item-link {
  color: white;
}
.nhsuk-footer__list-item-link:visited, .nhsuk-footer__list-item-link:hover, .nhsuk-footer__list-item-link:focus:not(:focus-visible) {
  color: white;
}

/*# sourceMappingURL=main.css.map */
