:root {
  /**
  ** Customize Global Nua tokens
  */
  --nua-font-heading: var(--wp--preset--font-family--austin-news-headline);
  --nua-font-body: var(--wp--preset--font-family--austin-news-text);
  --nua-font-ui: var(--wp--preset--font-family--tt-norms-pro);
  --nua-colour-ui-outline: var(--wp--preset--color--secondary-sand-500);
  --nua-colour-ui-outline-sponsored: var(--wp--preset--color--black-300);
  --nua-colour-ui-background-sponsored: var(--wp--preset--color--sponsor-grey-400);
  --nua-colour-ui-highlight: var(--wp--preset--color--crimson-500);
}

.global-header {
  background-color: white;
  position: relative;
  z-index: 10;
}
.global-header[data-sticky=true] {
  animation: navReveal 0.5s ease forwards;
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
body.admin-bar .global-header[data-sticky=true] {
  top: 32px;
}
@media screen and (max-width: 767px) {
  body.admin-bar .global-header[data-sticky=true] {
    top: 46px;
  }
}
.global-header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: max-content 1fr max-content min-content;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  padding-block: 30px;
  max-width: var(--nua-max-element-width);
  transition: padding-block 0.3s ease;
}
[data-state=compact] .global-header__inner {
  padding-block: 12px 8px;
}
@media screen and (max-width: 1220px) {
  .global-header__inner {
    grid-template-columns: auto 1fr min-content;
    gap: 0;
  }
}
.global-header .search-form__wrapper {
  background: white;
  height: 100%;
}
.global-header .search-form__wrapper .search-form {
  margin-inline: auto;
  max-width: 920px;
  padding-block: 1.5rem;
}
@media screen and (max-width: 1220px) {
  .global-header .search-form__wrapper .search-form {
    max-width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .global-header .search-form__wrapper {
    padding: 0;
  }
}
.global-header .site-logo__image--desktop {
  display: block;
}
.global-header .site-logo__image--mobile {
  display: none;
}
.global-header .site-logo__link {
  order: 1;
  max-width: 284px;
  min-width: 160px;
  transition: max-width 0.3s ease, min-width 0.3s ease, width 0.3s ease;
}
.global-header .site-logo__link img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .global-header .site-logo__link {
    max-width: 200px;
  }
}
@media screen and (max-width: 1220px) {
  .global-header .site-logo__link {
    align-self: start;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .global-header .site-logo__link {
    width: 200px;
  }
}
.global-header[data-state=compact] .site-logo__image--desktop {
  display: none;
}
.global-header[data-state=compact] .site-logo__image--mobile {
  display: block;
  max-width: 207px;
}
.global-header[data-state=compact] .global-header__primary-nav > ul {
  font-size: var(--wp--preset--font-size--size-16);
}
@media screen and (max-width: 1220px) {
  .global-header__primary-nav, .global-header__utility-nav {
    display: none;
  }
}
.global-header__primary-nav > .menu, .global-header__utility-nav > .menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1220px) {
  .global-header__primary-nav > .menu, .global-header__utility-nav > .menu {
    align-items: start;
    gap: 1rem;
  }
}
.global-header__primary-nav > .menu li#menu-item-102546, .global-header__utility-nav > .menu li#menu-item-102546 {
  display: none;
}
.global-header__primary-nav a, .global-header__utility-nav a {
  text-decoration: none;
}
.global-header__primary-nav a:hover, .global-header__utility-nav a:hover {
  color: var(--nua-colour-ui-highlight);
}
.global-header__primary-nav li, .global-header__utility-nav li {
  margin: 0;
  padding: 0;
}
.global-header__primary-nav {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
  order: 2;
  transition: opacity 0.2s ease;
}
.global-header__primary-nav > .menu {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-22);
}
.global-header__primary-nav:has(+ .menu-toggle[aria-expanded=true]) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
[data-sticky=true]:has(.global-header__post-meta) .global-header__primary-nav {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 1220px) {
  .global-header__primary-nav {
    display: none;
  }
}
.global-header__utility-nav {
  grid-column: 3/4;
  grid-row: 1/2;
  order: 3;
}
.global-header__utility-nav > .menu {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
}
@media screen and (max-width: 1220px) {
  .global-header__utility-nav {
    display: none;
    grid-column: 1/-1;
    grid-row: 3/4;
    order: 15;
    transform: translateY(0);
  }
  .global-header__utility-nav > .menu {
    display: flex;
    flex-direction: column;
    font-size: var(--wp--preset--font-size--size-18);
    text-transform: none;
  }
  .global-header__utility-nav:has(~ .menu-toggle[aria-expanded=true]) {
    display: block;
  }
}
.global-header__post-meta {
  display: none;
  grid-column: 2/3;
  grid-row: 1/2;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transition: all 0.2s ease;
  visibility: hidden;
}
[data-sticky=true] .global-header__post-meta {
  display: block;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
@media screen and (max-width: 1220px) {
  [data-sticky=true] .global-header__post-meta {
    border-top: 1px solid var(--nua-colour-ui-outline);
    grid-column: 1/5;
    grid-row: 2/3;
    line-height: 1;
    padding-block-start: 0.5rem;
    padding-inline: var(--nua-page-padding);
    margin-block-start: 0.5rem;
    margin-inline: calc(var(--nua-page-padding) * -1);
    text-align: left;
  }
}
.menu-toggle[aria-expanded=true] + .global-header__post-meta {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.global-header .menu-toggle {
  grid-column: 4/5;
  grid-row: 1/2;
  order: 4;
  appearance: none;
  background: none;
  border: none;
  box-sizing: content-box;
  --border-width: 2px;
  --border: var(--border-width) solid black;
  --spacing: 8px;
}
.global-header .menu-toggle__icon {
  height: 24px;
  max-width: unset;
  width: 34px;
}
.global-header .menu-toggle[aria-expanded=true] {
  position: relative;
  height: 24px;
  width: 34px;
}
.global-header .menu-toggle[aria-expanded=true] .menu-toggle__icon {
  display: none;
}
.global-header .menu-toggle[aria-expanded=true]::after {
  border-left: var(--border);
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0px;
}
.global-header .menu-toggle[aria-expanded=true]::before {
  border-left: var(--border);
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: center;
  width: 0px;
}
.global-header__mega-menu {
  animation: navReveal 0.3s ease forwards;
  background: white;
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1220px) {
  .global-header__mega-menu {
    background: none;
    border: none;
    grid-column: 1/5;
    grid-row: 2/3;
    position: static;
    width: auto;
  }
}
.global-header__mega-menu[aria-hidden=false] {
  display: block;
}
.global-header__mega-menu > * {
  margin-inline: auto;
  max-width: var(--nua-max-element-width);
}
@media screen and (max-width: 1220px) {
  .global-header__mega-menu > * {
    max-width: unset;
  }
}
.global-header__mega-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1220px) {
  .global-header__mega-nav {
    display: block;
  }
}
.global-header__mega-nav a {
  text-decoration: none;
}
.global-header__mega-nav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
.global-header__mega-nav ul {
  list-style: none;
  padding-inline-start: 0;
}
.global-header__mega-nav .menu-item-has-children > a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.global-header__mega-nav .menu-item-has-children > a::after {
  --size: 16px;
  background: url("../assets/images/icon-arrow-up.svg") no-repeat center center;
  content: "";
  display: inline-block;
  height: var(--size);
  margin-inline-start: 8px;
  transform: scaleY(-1);
  width: var(--size);
}
@media screen and (min-width: 1220px) {
  .global-header__mega-nav .menu-item-has-children > a::after {
    content: none;
  }
}
@media screen and (max-width: 1220px) {
  .global-header__mega-nav .menu-item-has-children {
    display: block;
  }
}
.global-header__mega-nav > .menu {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
@media screen and (max-width: 1220px) {
  .global-header__mega-nav > .menu {
    display: block;
  }
}
.global-header__mega-nav > .menu > .menu-item {
  margin-block-end: 1.5rem;
}
@media screen and (max-width: 1220px) {
  .global-header__mega-nav > .menu > .menu-item {
    border-block-end: 1px solid var(--nua-colour-ui-outline);
    margin-block-end: 0.75rem;
    padding-block-end: 0.75rem;
  }
}
.global-header__mega-nav > .menu > .menu-item > a {
  display: flex;
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 500;
}
.global-header__mega-nav .sub-menu {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-16);
  margin-block-start: 1.25rem;
}
@media screen and (max-width: 1220px) {
  .global-header__mega-nav .sub-menu[aria-hidden=true] {
    display: none;
  }
}
.global-header__mega-nav .sub-menu li {
  margin-block-end: 0.5rem;
}
.global-header__progress {
  display: none;
  height: 3px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
[data-sticky=true] .global-header__progress {
  display: block;
}
.global-header:has(.menu-toggle[aria-expanded=true]) .global-header__progress {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.global-header__inner:has(.global-header__collection-nav-wrapper) ~ .global-header__progress {
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.global-header__progress-bar {
  animation-name: progress-bar-fill;
  animation-timeline: scroll(root block); /* Link animation to scroll */
  animation-timing-function: linear;
  background-color: var(--nua-colour-ui-highlight);
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}
.global-header__progress-bar--js-active {
  animation: none;
  transform: scaleX(var(--progress, 0));
}
.global-header__collection-nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
}
.global-header__collection-title {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 700;
  margin-block: 0;
}
.global-header__collection-nav-toggle {
  appearance: none;
  background: none;
  border: none;
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  padding: 0;
}
.global-header__collection-nav-toggle::after {
  --size: 10px;
  --border-style: 1px solid var(--nua-colour-ui-highlight);
  border-left: var(--border-style);
  border-top: var(--border-style);
  content: "";
  display: inline-block;
  margin-inline-start: 0.75rem;
  rotate: -135deg;
  transform: translate(4px, 2px);
  height: var(--size);
  width: var(--size);
}
.global-header__collection-nav-toggle[aria-expanded=true]::after {
  scale: -1;
  transform: translate(2px, 2px);
}
.global-header__collection-nav {
  background-color: white;
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 1px);
}
.global-header__collection-nav[aria-hidden=true] {
  display: none;
}
.global-header__collection-nav-inner {
  overflow-x: scroll;
  margin: 0 6rem;
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.global-header__collection-nav-inner::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
@media screen and (max-width: 1220px) {
  .global-header__collection-nav-inner {
    margin: 0 var(--nua-page-padding);
  }
}
.global-header__collection-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: start;
  list-style: none;
  margin-block: 0;
  padding: 0;
}
.global-header__collection-nav ul li {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: stretch;
  max-width: 312px;
  min-width: 208px;
  text-align: left;
}
.global-header__collection-nav ul li::after {
  background-color: var(--nua-colour-ui-outline);
  content: "";
  display: block;
  height: 30px;
  margin-block: auto;
  margin-inline: 1.25rem;
  width: 1px;
}
.global-header__collection-nav ul li:first-child {
  padding-inline-start: 0;
}
.global-header__collection-nav ul li:last-child {
  padding-inline-end: 0;
}
.global-header__collection-nav ul li:last-child::after {
  content: none;
}
.global-header__collection-nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 1.25rem;
  text-decoration: none;
}
.global-header__collection-nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
.global-header__collection-nav ul li.active a {
  border-bottom: 3px solid var(--nua-colour-ui-highlight);
}
.global-header__collection-nav--prev, .global-header__collection-nav--next {
  appearance: none;
  background: none;
  bottom: 0;
  border: none;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
}
.global-header__collection-nav--prev[disabled=true], .global-header__collection-nav--next[disabled=true] {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .global-header__collection-nav--prev, .global-header__collection-nav--next {
    display: none;
  }
}
.global-header__collection-nav--prev {
  left: 0;
  margin-inline-start: var(--nua-page-padding);
}
.global-header__collection-nav--next {
  right: 0;
  margin-inline-end: var(--nua-page-padding);
}

body::after {
  content: " ";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease;
  z-index: 7;
}
body:has(.global-header__mega-menu[aria-hidden=false])::after {
  opacity: 1;
  pointer-events: all;
}

@keyframes navReveal {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes progress-bar-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.global-footer {
  background-color: var(--wp--preset--color--secondary-sand-400);
  padding-block: var(--nua-page-padding);
}
.global-footer__wrapper {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: wide-width-start/wide-width-end;
  margin: 0 auto;
  max-width: var(--nua-max-element-width);
}
@media screen and (max-width: 768px) {
  .global-footer__wrapper {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: 100%;
  }
}
.global-footer__sitemap {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: wide-width-start/span 10;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .global-footer__sitemap {
    display: block;
  }
}
.global-footer__sitemap a {
  text-decoration: none;
}
.global-footer__sitemap a:hover {
  text-decoration: underline;
}
.global-footer__sitemap ul {
  list-style: none;
  padding-inline-start: 0;
}
@media screen and (max-width: 768px) {
  .global-footer__sitemap .menu-item-has-children {
    display: block;
  }
}
.global-footer__sitemap > .menu {
  display: flex;
  justify-content: space-between;
  grid-column: wide-width-start/span 10;
}
@media screen and (max-width: 768px) {
  .global-footer__sitemap > .menu {
    display: block;
  }
}
.global-footer__sitemap > .menu > .menu-item > a {
  display: block;
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 500;
  margin-block-end: 1.5rem;
}
.global-footer__sitemap > .menu > .menu-item:nth-child(1n) {
  grid-column: 1/span 2;
}
.global-footer__sitemap > .menu > .menu-item:nth-child(2n) {
  grid-column: 3/span 2;
}
.global-footer__sitemap > .menu > .menu-item:nth-child(3n) {
  grid-column: 5/span 2;
}
.global-footer__sitemap > .menu > .menu-item:nth-child(4n) {
  grid-column: 7/span 2;
}
.global-footer__sitemap > .menu > .menu-item:nth-child(5n) {
  grid-column: 9/span 2;
}
.global-footer__sitemap .sub-menu {
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-size: var(--wp--preset--font-size--size-16);
}
@media screen and (max-width: 768px) {
  .global-footer__sitemap .sub-menu {
    display: none;
  }
}
.global-footer__sitemap .sub-menu li {
  margin-block-end: 0.5rem;
}
.global-footer__utility-nav {
  display: grid;
  grid-column: wide-width-start/wide-width-end;
  grid-template-columns: subgrid;
  margin-block-end: 1rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .global-footer__utility-nav {
    display: block;
  }
}
.global-footer__utility-nav a {
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-size: var(--wp--preset--font-size--size-16);
  text-decoration: none;
}
.global-footer__utility-nav a:hover {
  text-decoration: underline;
}
.global-footer__utility-nav ul {
  list-style: none;
  padding-inline-start: 0;
}
.global-footer__utility-nav li {
  margin-block-end: 0.5rem;
}
.global-footer__utility-nav > .menu {
  display: grid;
  gap: 0 var(--nua-grid-column-gap);
  grid-column: wide-width-start/wide-width-end;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
  padding-inline-start: 0;
}
@media screen and (max-width: 768px) {
  .global-footer__utility-nav > .menu {
    display: block;
  }
}
.global-footer__utility-nav > .menu > li:nth-child(even) {
  grid-row: 2/3;
}
.global-footer__logo {
  grid-column: wide-width-start/span 3;
  margin-block-end: 2rem;
}
@media screen and (max-width: 768px) {
  .global-footer__logo {
    grid-column: wide-width-start/wide-width-end;
    max-width: 222px;
  }
}
.global-footer__logo img {
  height: auto;
  width: 100%;
}
.global-footer__sister-brands {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  grid-column: 7/wide-width-end;
}
@media screen and (max-width: 768px) {
  .global-footer__sister-brands {
    flex-direction: column;
    gap: 0.25rem;
  }
}
.global-footer__sister-brands-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  list-style: none;
  padding-inline-start: 0;
}
@media screen and (max-width: 768px) {
  .global-footer__sister-brands-list {
    flex-direction: column;
    gap: 1rem;
  }
}
.global-footer__sister-brands p {
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-size: var(--wp--preset--font-size--size-16);
  margin: 0;
}
.global-footer__copyright {
  display: flex;
  flex-direction: column;
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  grid-column: wide-width-start/7;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .global-footer__copyright {
    align-items: center;
    margin-top: 1rem;
  }
}
.global-footer__copyright-logo {
  max-width: 120px;
}
.global-footer__copyright p {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--size-16);
  margin-block: 0.5rem;
}
.global-footer__social-wrapper {
  align-items: end;
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 0.75rem;
  margin-block-end: 2rem;
}
@media screen and (max-width: 768px) {
  .global-footer__social-wrapper {
    justify-content: start;
  }
}
.global-footer__social-title {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
  font-weight: 400;
  line-height: 26px;
  margin-block-start: 0;
}
.global-footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column: span 2;
  margin-block-start: 1rem;
}
@media screen and (max-width: 768px) {
  .global-footer__buttons {
    flex-direction: row;
    order: -1;
    margin-block-end: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .global-footer__buttons .button {
    flex-grow: 1;
  }
}
.global-footer .wp-block-separator {
  grid-column: 1/span all;
  width: 100%;
}

.nua-ad {
  --border: 1px solid #DCDCDC;
}
.nua-ad--horizontal {
  background: #F6F6F6;
  border-top: var(--border);
  border-bottom: var(--border);
}
.nua-ad[data-background=light-grey] {
  background: #F6F6F6;
  border-top: var(--border);
  border-bottom: var(--border);
}
.nua-ad__label {
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-size: var(--wp--preset--font-size--size-12);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

.button {
  border-radius: var(--nua-component-button-radius, 4px);
  display: inline-block;
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
  font-weight: bold;
  line-height: 1.2;
  padding: 0.75rem 1.25rem;
  place-content: center;
  text-align: center;
  text-decoration: none;
}
.button--primary {
  background: var(--nua-colour-ui-highlight);
  border: 1px solid var(--nua-colour-ui-highlight);
  color: white;
  padding: 0.625rem 1.125rem;
}
.button--primary:hover {
  background-color: var(--wp--preset--color--crimson-600);
}
.button--outline {
  background-color: transparent;
  color: var(--nua-colour-text-primary);
  border: solid var(--nua-colour-text-primary) 2px;
}
.button--outline:hover {
  border-color: var(--nua-colour-ui-highlight);
  color: var(--nua-colour-ui-highlight);
}

.search-form {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: stretch;
}
.search-form label {
  flex-grow: 1;
  flex-shrink: 0;
}
.search-form input[type=search] {
  background: white url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M1 8C1 8.91925 1.18106 9.82951 1.53284 10.6788C1.88463 11.5281 2.40024 12.2997 3.05025 12.9497C3.70026 13.5998 4.47194 14.1154 5.32122 14.4672C6.1705 14.8189 7.08075 15 8 15C8.91925 15 9.82951 14.8189 10.6788 14.4672C11.5281 14.1154 12.2997 13.5998 12.9497 12.9497C13.5998 12.2997 14.1154 11.5281 14.4672 10.6788C14.8189 9.82951 15 8.91925 15 8C15 7.08075 14.8189 6.1705 14.4672 5.32122C14.1154 4.47194 13.5998 3.70026 12.9497 3.05025C12.2997 2.40024 11.5281 1.88463 10.6788 1.53284C9.82951 1.18106 8.91925 1 8 1C7.08075 1 6.1705 1.18106 5.32122 1.53284C4.47194 1.88463 3.70026 2.40024 3.05025 3.05025C2.40024 3.70026 1.88463 4.47194 1.53284 5.32122C1.18106 6.1705 1 7.08075 1 8Z" stroke="%23BD062A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 19L13 13" stroke="%23BD062A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 0.625rem 0.625rem;
  border: 1px solid #000;
  border-radius: var(--nua-component-button-radius, 4px);
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-size: var(--wp--preset--font-size--size-16);
  height: 100%;
  padding: 0.625rem 1.125rem 0.625rem 2.5rem;
  width: 100%;
}
.search-form input[type=search]::placeholder {
  color: var(--wp--preset--color--black-300);
}
.search-form input[type=submit] {
  background: var(--wp--preset--color--crimson-500);
  border: 1px solid var(--wp--preset--color--crimson-500);
  border-radius: var(--nua-component-button-radius, 4px);
  color: white;
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 0;
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-size: var(--wp--preset--font-size--size-14);
  font-weight: 700;
  max-width: 120px;
  padding: 0.625rem 1.125rem;
}

.content-card {
  position: relative;
}
.content-card__primary-category {
  color: var(--nua-colour-ui-highlight);
  display: block;
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-size: var(--wp--preset--font-size--size-12);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.content-card__primary-category:hover, .content-card__primary-category:focus {
  text-decoration: underline;
}
.content-card__title {
  font-family: var(--wp--preset--font-family--austin-news-text);
  font-size: var(--wp--preset--font-size--size-24);
  font-weight: 400;
  line-height: 1.28;
  margin-block: 0 1rem;
  max-width: 55ch;
}
.content-card__title a {
  line-height: 1;
  text-decoration: none;
}
.content-card__title a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.content-card__title a:hover, .content-card__title a:focus {
  color: var(--nua-colour-ui-highlight);
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
.content-card__meta {
  --spacing: 0.75rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--spacing);
  font-size: var(--wp--preset--font-size--size-14);
  margin-block-end: 1rem;
}
.content-card__meta > *::before {
  border-left: 1px solid var(--nua-colour-ui-outline);
  height: 10px;
  margin-inline-end: var(--spacing);
  width: 1px;
  content: "";
}
.content-card__meta > *:first-child::before {
  content: none;
}
.content-card__results-count {
  font-style: italic;
}
.content-card__thumbnail img {
  height: auto;
  width: auto;
}
.content-card__content > :last-child {
  margin-block-end: 0;
}
.content-card--search {
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  padding: 2rem 1rem 1rem;
}
.content-card--archive {
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  display: grid;
  gap: var(--nua-grid-column-gap);
  grid-template-columns: subgrid;
  padding: 1.5rem 1rem 1.5rem;
}
.nua-archive.has-background .content-card--archive {
  border-bottom-color: var(--nua-colour-ui-outline-sponsored);
}
.content-card--archive:last-child {
  border-bottom: none;
  margin-block-end: 2rem;
}
.content-card--archive .content-card__content {
  grid-column: 1/span 6;
}
.content-card--archive .content-card__thumbnail {
  grid-column: 7/span 3;
}
@media screen and (min-width: 1024px) {
  .nua-archive__results .content-card--featured {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 2fr;
  }
  .nua-archive__results .content-card--featured .content-card__featured-image {
    border-left: none;
    order: 2;
  }
  .nua-archive__results .content-card--featured .content-card__content {
    order: 1;
    padding: 1.5rem;
  }
}
.content-card--featured .content-card__title {
  color: #1C1D21;
  font-family: var(--wp--preset--font-family--austin-news-headline);
  font-size: var(--wp--preset--font-size--size-40);
  font-weight: 600;
  line-height: 1.15;
}
.content-card--featured .content-card__title a {
  transition: color 0.5s ease;
}
.content-card--featured .content-card__title a:hover {
  color: var(--nua-colour-ui-highlight);
  text-decoration: none;
}
.content-card--featured .content-card__featured-image {
  border-left: 8px solid var(--nua-colour-ui-highlight);
}
.content-card--featured .content-card__featured-image img {
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.content-card--featured .content-card__content {
  padding: 30px 40px;
  position: relative;
}
.content-card--featured .content-card__content::before {
  border-left: 8px solid var(--nua-colour-ui-highlight);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  transform: scaleY(0.7);
  transform-origin: 0 0;
  transition: transform 0.5s ease;
}
.content-card--featured:has(a:hover) .content-card__content::before {
  transform: scaleY(1);
}
.content-card--appointment-notice .content-card__featured-image {
  position: relative;
}
.content-card--appointment-notice .content-card__featured-image img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.content-card--appointment-notice .content-card__featured-image .share-button {
  bottom: 1rem;
  left: 0.5rem;
  position: absolute;
}
.content-card--appointment-notice .content-card__title {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-24);
  letter-spacing: -0.01em;
  line-height: 1.28;
}
.content-card--appointment-notice .content-card__title a {
  transition: color 0.5s ease;
}
.content-card--appointment-notice .content-card__title a:hover {
  color: var(--nua-colour-ui-highlight);
  text-decoration: none;
}
.content-card--appointment-notice .content-card__fund {
  color: #1C1D21;
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
}
.content-card--appointment-notice .content-card__content {
  padding: 0.75rem;
}
.content-card--appointment-notice-featured {
  display: grid;
  gap: var(--nua-grid-column-gap);
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1/4;
}
@media screen and (max-width: 1024px) {
  .content-card--appointment-notice-featured {
    display: block;
  }
}
.content-card--appointment-notice-featured .content-card__title {
  font-family: var(--nua-font-heading);
  font-size: var(--wp--preset--font-size--size-40);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.content-card--appointment-notice-featured .content-card__content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 2/4;
  grid-row: 1/2;
}
.content-card--appointment-notice-featured .content-card__featured-image {
  grid-column: 1/2;
  grid-row: 1/2;
}
.content-card--appointment-notice-home .content-card__content {
  background-color: var(--nua-colour-ui-background-sponsored);
  border: none;
  padding: 1rem;
}
.content-card--appointment-notice-home .content-card__fund {
  color: var(--wp--preset--color--black-700);
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
}
.content-card--post {
  border-bottom: none !important;
  margin-block-end: 0 !important;
  padding-block-end: 0 !important;
}
.content-card--post .content-card__featured-image img {
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.content-card--post .content-card__content {
  padding: 1rem;
}
.content-card--post .content-card__paid-content {
  display: inline-block;
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-12);
  color: var(--wp--preset--color--black-600);
  text-transform: uppercase;
  margin-block: 0 1rem;
  letter-spacing: 0.36px;
  border: 1px solid var(--wp--preset--color--black-600);
  border-radius: 4px;
  padding: 8px 8px 6px;
}
.content-card--post .content-card__category {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-12);
  color: var(--nua-colour-ui-highlight);
  text-transform: uppercase;
  margin-block: 0 1rem;
  letter-spacing: 0.36px;
}
.content-card--post .content-card__category a {
  text-decoration: none;
}
.content-card--post .content-card__category a:hover {
  text-decoration: underline;
}
.content-card--post .content-card__title {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-24);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.48px;
}
.content-card--post .content-card__title a {
  opacity: 1;
  transition: opacity 1s ease;
}
.content-card--post .content-card__title a::before {
  content: none;
}
.content-card--post .content-card__fund {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
  font-weight: 400;
  color: var(--wp--preset--color--black-700);
}
.content-card--paid-content .content-card__content {
  background-color: var(--wp--preset--color--sponsor-grey-400);
}
.content-card--columnist {
  border-bottom: none !important;
  margin-block-end: 0 !important;
  padding-block-end: 0 !important;
  padding-inline-start: 1.5rem;
  border-inline-start: 1px solid #DFE2E0;
}
.content-card--columnist .content-card__content {
  display: flex;
  gap: 0.5rem;
}
.content-card--columnist .content-card__title {
  margin-block-end: 0.5rem;
}
.content-card--columnist .content-card__title a {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-24);
  color: #1C1D21;
  font-weight: 400;
  letter-spacing: -0.44px;
  transition: color 0.5s ease;
}
.content-card--columnist .content-card__title a:hover {
  text-decoration: none;
  color: var(--nua-colour-ui-highlight);
}
.content-card--columnist .content-card__title a::before {
  content: none;
}
.content-card--columnist .content-card__columnist-name {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
  color: var(--nua-colour-ui-highlight);
  margin-block: 0;
}
.content-card--columnist .content-card__image {
  flex: 1;
  min-width: 70px;
  height: 70px;
}
.content-card--post-simple {
  border-bottom: none !important;
  margin-block-end: 0 !important;
  padding-block-end: 0 !important;
}
.content-card--post-simple .content-card__featured-image img {
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.content-card--post-simple .content-card__content {
  padding: 1rem;
}
.content-card--post-simple .content-card__title {
  margin-block-end: 0.5rem;
}
.content-card--post-simple .content-card__title a {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-18);
  color: #1C1D21;
  font-weight: 400;
  transition: color 0.2s ease;
}
.content-card--post-simple .content-card__title a:hover {
  color: var(--nua-colour-ui-highlight);
}
.content-card--post-simple .content-card__title a::before {
  content: none;
}
.content-card--podcast {
  border-bottom: none !important;
  padding: 1rem !important;
  background-color: var(--wp--preset--color--sponsor-grey-400);
}
.content-card--podcast .content-card__content {
  display: flex;
  gap: 1rem;
}
.content-card--podcast .content-card__featured-image img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  min-width: 70px;
}
.content-card--podcast .content-card__title {
  flex-grow: 1;
  margin-block-end: 0.5rem;
}
.content-card--podcast .content-card__title a {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-18);
  color: #1C1D21;
  font-weight: 400;
  transition: color 0.5s ease;
}
.content-card--podcast .content-card__title a:hover {
  color: var(--nua-colour-ui-highlight);
}
.content-card--podcast .content-card__title a::before {
  content: none;
}
.content-card--podcast .content-card__meta {
  margin-block: 1rem 0;
}
.content-card--podcast .content-card__guest {
  font-family: var(--nua-font-ui);
}
.content-card--webinar {
  border-bottom: none !important;
  margin-block-end: 0 !important;
  padding: 1rem !important;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .content-card--webinar {
    flex-direction: column-reverse;
  }
}
.content-card--webinar.content-card--paid-content {
  background-color: var(--wp--preset--color--sponsor-grey-400);
}
.content-card--webinar .content-card__featured-image {
  order: 1;
  min-width: 190px;
  flex: 1;
}
.content-card--webinar .content-card__featured-image img {
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.content-card--webinar .content-card__title {
  margin-block-end: 0.5rem;
}
.content-card--webinar .content-card__title a {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-24);
  color: #1C1D21;
  font-weight: 400;
  letter-spacing: -0.48px;
  transition: color 0.5s ease;
}
.content-card--webinar .content-card__title a:hover {
  color: var(--nua-colour-ui-highlight);
}
.content-card--webinar .content-card__title a::before {
  content: none;
}
.content-card--webinar .content-card__fund {
  color: #1C1D21;
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
}
.content-card--webinar .content-card__sponsor {
  border-radius: var(--100, 4px);
  background-color: var(--wp--preset--color--sponsor-grey-400);
  padding: 4px 4px 2px;
  margin-inline-end: 0.5rem;
}
.content-card--appointment-notice-simple {
  margin-block-end: 0 !important;
  padding: 0 !important;
  border-radius: 4px;
  border: 1px solid var(--wp--preset--color--black-100) !important;
  overflow: hidden;
}
.content-card--appointment-notice-simple .content-card__content {
  padding: 0.75rem 0.75rem 0;
  display: flex;
  gap: 1rem;
  background-color: var(--wp--preset--color--sponsor-grey-400);
}
.content-card--appointment-notice-simple .content-card__featured-image {
  min-width: 70px;
  flex: 1;
}
.content-card--appointment-notice-simple .content-card__featured-image img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.content-card--appointment-notice-simple .content-card__title {
  margin-block-end: 0.5rem;
}
.content-card--appointment-notice-simple .content-card__title a {
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-18);
  color: #1C1D21;
  font-weight: 400;
  letter-spacing: -0.36px;
  transition: color 0.5s ease;
}
.content-card--appointment-notice-simple .content-card__title a:hover {
  color: var(--nua-colour-ui-highlight);
}
.content-card--appointment-notice-simple .content-card__title a::before {
  content: none;
}
.content-card--appointment-notice-simple .content-card__fund {
  color: #1C1D21;
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
  padding: 1rem;
  margin: 0;
}
.content-card--appointment-notice-simple .content-card__sponsor {
  border-radius: var(--100, 4px);
  background-color: var(--wp--preset--color--sponsor-grey-400);
  padding: 4px 4px 2px;
  margin-inline-end: 0.5rem;
}

.wp-block-query .content-card {
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  margin-block-end: 1rem;
  padding-block-end: 1rem;
}
.wp-block-query .wp-block-post:last-of-type .content-card {
  border-bottom: none;
}

.nua-pagination__next a, .nua-pagination__prev a, .nua-pagination__disabled a {
  font-weight: bold;
}

.nua-search-filters__toggle {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  font-family: var(--nua-font-ui, sans-serif);
  font-size: var(--wp--preset--font-size--size-16, 16px);
  max-width: 150px;
  padding: 0.625rem 1.125rem;
  width: max-content;
}
.nua-search-filters__toggle::after {
  background: url(../assets/images/arrow-down.svg) no-repeat center center;
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.nua-search-filters__radio-group {
  top: calc(100% + 16px);
}
.nua-search-filters__radio-group::before {
  background: white;
  border-left: 1px solid black;
  border-top: 1px solid black;
  content: "";
  display: block;
  position: absolute;
  right: 1.25rem;
  top: -9px;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
}
.nua-search-filters__radio-label {
  font-family: var(--nua-font-ui, sans-serif);
  font-size: var(--wp--preset--font-size--size-18, 18px);
  padding: 0.325rem 0;
  white-space: nowrap;
}
.nua-search-filters__radio-label input[type=radio] {
  appearance: none;
  margin-block: 0;
  margin-right: 0.5rem;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--nua-colour-ui-outline-heavy);
  border-radius: 0;
  vertical-align: middle;
}
.nua-search-filters__radio-label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: var(--nua-colour-ui-highlight);
}

.share-button {
  background-color: var(--nua-colour-ui-highlight);
  border-radius: 20px;
  color: white;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
  font-weight: bold;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
.share-button::before {
  --size: 24px;
  background: url(../assets/images/icon-share.svg) no-repeat center center;
  content: "";
  display: inline-block;
  height: var(--size);
  width: var(--size);
}
.share-button:has(> .share-button__tooltip) {
  position: relative;
}
.share-button__tooltip {
  background: #111;
  border-radius: 4px;
  bottom: calc(100% + 0.5rem);
  color: #fff;
  font-family: var(--nua-font-ui);
  font-size: 12px;
  left: 50%;
  padding: 4px 8px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
}
.entry-header--post .share-button, .nua-share-button-block .share-button, .nua-archive__collection-share .share-button {
  background: none;
  border-radius: 0;
  color: var(--nua-colour-text-primary);
  font-family: var(--nua-font-body);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 400;
  gap: 0.25rem;
}
.entry-header--post .share-button::before, .nua-share-button-block .share-button::before, .nua-archive__collection-share .share-button::before {
  --size: 22px;
  background: url(../assets/images/icon-share-post.svg) no-repeat center center;
  order: 2;
}

.nua-related-articles__title {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: 700;
  line-height: 1;
  margin-block: 3rem 1rem;
  text-transform: uppercase;
}
.nua-related-articles__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
@media screen and (max-width: 1024px) {
  .nua-related-articles__list {
    gap: 1rem;
  }
}
.nua-related-articles__list .content-card {
  background-color: var(--wp--preset--color--secondary-sand-400);
  padding: 1rem;
}
.nua-related-articles__list .content-card__meta {
  display: none;
}

.appointment-notices-header {
  background-color: black;
  border-bottom: 8px solid var(--nua-colour-ui-highlight);
  color: white;
}
.appointment-notices-header__title-text {
  color: white;
  font-family: var(--wp--preset--font-family--austin-news-headline-condensed);
  font-size: var(--wp--preset--font-size--size-40);
  font-weight: 400;
  margin-block: 1.4375rem;
}

.content-type-appointment-notice .primary-category, .category-brand-knowledge_ .primary-category, .category-brand-knowledge .primary-category {
  background-color: white;
  border: 1px solid var(--wp--preset--color--black-600);
  border-radius: var(--radius-sm);
  padding: 0 0.5rem;
  line-height: 1.6;
}
.content-type-appointment-notice .primary-category a, .category-brand-knowledge_ .primary-category a, .category-brand-knowledge .primary-category a {
  color: var(--wp--preset--color--black-600);
}

.post-author__sponsored-content {
  border-top-color: var(--wp--preset--color--black-300);
}

.soundbites-header {
  background-color: var(--wp--preset--color--grey-300);
  border-block: 1px solid var(--wp--preset--color--black-200);
  padding-block: var(--nua-page-padding) 20px;
}
.soundbites-header__subtitle {
  font-family: var(--nua-font-ui);
  margin-block-end: 0;
  text-wrap: pretty;
}
.soundbites-header-sponsor {
  display: flex;
  gap: 1rem;
  justify-content: end;
}
.soundbites-header-sponsor__label {
  align-self: end;
  color: var(--wp--preset--color--black-600);
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-12);
  margin-block: 0 0.4rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.soundbites-header-sponsor img {
  align-self: end;
  height: auto;
  max-width: 110px;
  width: 100%;
}
.soundbites-header__cta-link {
  border: 1px solid black;
  border-radius: 4px;
  color: black;
  font-family: var(--nua-font-ui);
  font-weight: 700;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
.soundbites-header__disclaimer-link {
  color: black;
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-12);
  font-weight: 400;
  text-align: right;
  text-decoration: underline;
}
.soundbites-header .wp-block-separator {
  border-top-color: var(--wp--preset--color--black-200);
  margin-block: 1rem;
  width: 100%;
}

.soundbites-disclaimer {
  border-top: 1px solid var(--wp--preset--color--black-200);
  margin-top: 1rem;
  padding-block: 20px;
}
.soundbites-disclaimer p {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-16);
  margin-block: 0;
}

.nua-next-posts {
  margin-block-end: 2rem;
}
.nua-next-posts__title {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: bold;
  margin-block: 0.75rem;
  text-transform: uppercase;
}
.nua-next-posts__list {
  display: grid;
  gap: var(--nua-grid-column-gap);
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nua-next-posts__list {
    grid-template-columns: 1fr;
  }
}
.nua-next-posts__item {
  flex-grow: 1;
  flex-shrink: 0;
}
.nua-next-posts__post-title {
  font-size: var(--wp--preset--font-size--size-20);
  font-weight: 400;
  height: 100%;
  letter-spacing: -0.02em;
  margin-block: 0;
}
.nua-next-posts__post-title a {
  border-left: 1px solid var(--nua-colour-ui-outline);
  color: #1d1f2b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1.5rem 2rem;
  text-decoration: none;
}
.nua-next-posts__post-title a:hover {
  color: var(--nua-colour-ui-highlight);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
li:first-child .nua-next-posts__post-title a {
  border-left: none;
}
li.nua-next-posts__item--current .nua-next-posts__post-title a {
  background-color: var(--wp--preset--color--secondary-sand-400);
  border-left: 8px solid var(--nua-colour-ui-highlight);
  padding-left: calc(2rem - 7px);
}

.nua-table-of-contents ul {
  border-left: 2px solid var(--nua-colour-ui-outline, #f4f4f4);
  font-size: var(--wp--preset--font-size--size-18);
}
.nua-table-of-contents ul a {
  color: var(--wp--preset--color--crimson-500);
}

.wp-block-post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s ease;
}
.wp-block-post-title a:hover {
  color: var(--nua-colour-ui-highlight);
}
.wp-block-post-title.is-style-top-border {
  border-top: 1px solid var(--nua-colour-ui-outline);
  padding-top: 1.5rem;
  position: relative;
}
.wp-block-post-title.is-style-top-border::before {
  border-top: 1px solid var(--nua-colour-ui-highlight);
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 0.5s ease;
  left: 0;
  width: 100%;
}
.wp-block-post-title.is-style-top-border:has(a:hover)::before {
  transform: scaleX(1);
}

.wp-block-separator {
  border-top: 1px solid var(--nua-colour-ui-outline);
  border-bottom: none;
  border-collapse: collapse;
}

.entry-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  padding: var(--nua-page-padding);
  padding-block-end: 1rem;
}
.entry-header__paid-content {
  color: var(--wp--preset--color--black-600);
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-14);
}
.entry-header--post {
  position: relative;
}
.entry-header--post:has(.post-featured-image, .post-featured-video)::after {
  background: linear-gradient(transparent, transparent 66%, var(--wp--preset--color--secondary-sand-400) 66%, var(--wp--preset--color--secondary-sand-400) 100%);
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.paid-content .entry-header--post::after {
  background: linear-gradient(transparent, transparent 66%, var(--wp--preset--color--grey-300) 66%, var(--wp--preset--color--grey-300) 100%);
}
@media screen and (max-width: 1024px) {
  .paid-content .entry-header--post::after {
    background: linear-gradient(transparent, transparent 90px, var(--wp--preset--color--grey-300) 90px, var(--wp--preset--color--grey-300) 100%);
  }
}
.entry-title {
  padding-block-end: 0;
  margin-block: 0 0;
}
.entry-content {
  margin-block-end: calc(var(--nua-page-padding) * 2);
}
.entry-content--appointment-notice, .entry-content--paid-content {
  background-color: var(--wp--preset--color--grey-300);
}
.entry-body {
  padding-block-end: 3rem;
}
.entry-body > div > *:first-child {
  margin-block-start: 0;
}
.entry-body--appointment-notice, .entry-body--paid-content {
  background-color: var(--wp--preset--color--grey-300);
}

.appointment-notice__cta {
  border: 1px solid var(--wp--preset--color--black-300);
  margin-block-start: 2rem;
  padding: 1rem;
}
.appointment-notice__cta-title {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-16);
  font-weight: bold;
  margin-block: 0 1rem;
  text-transform: uppercase;
}
.appointment-notice__cta-text {
  font-family: var(--nua-font-ui);
  font-size: var(--wp--preset--font-size--size-16);
  line-height: 1.375;
  margin: 0;
}

.entry-header--page {
  margin: 0 auto;
  max-width: var(--nua-max-element-width);
  text-align: left;
  box-sizing: content-box;
}
.entry-header--page h1 {
  font-size: var(--wp--preset--font-size--size-60);
}

.entry-title--page {
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  padding-block-end: 1.5rem;
  margin-block: 0 4rem;
}

.entry-content--page {
  margin-block-end: calc(var(--nua-page-padding) * 2);
}

.entry-content--enhanced-archive {
  margin-block-end: 0;
}

.page404__content {
  margin: 6rem auto;
  max-width: var(--nua-max-element-width);
  text-align: center;
}
.page404__header__subtitle {
  font-family: var(--wp--preset--font-family--tt-norms-pro);
  font-weight: 700;
  text-transform: uppercase;
}
.page404__title {
  font-size: var(--wp--preset--font-size--size-96);
  font-weight: 400;
  margin-block-end: 1rem;
}
.page404__description {
  font-size: var(--wp--preset--font-size--size-18);
  margin-bottom: 1.5rem;
  text-wrap: balance;
}
.page404__description a {
  color: var(--wp--preset--color--crimson-500);
  text-decoration: none;
}
.page404__description a:hover {
  text-decoration: underline;
}

.nua-search {
  padding-block-start: 2rem;
}
.nua-search__query {
  color: var(--nua-colour-ui-highlight);
  font-weight: 400;
}
.nua-search__title {
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  padding-block-end: 2.5rem;
}
.nua-search__results-count {
  font-style: italic;
  margin-block-end: 0.15rem;
}

.nua-archive__title {
  margin-block: 0 2rem;
  border-bottom: 1px solid var(--nua-colour-ui-outline);
  padding-block-end: 2.5rem;
}
.nua-archive__banner {
  margin-block-end: 2rem;
}
.nua-archive.has-background .nua-archive__title {
  border-bottom-color: var(--nua-colour-ui-outline-sponsored);
}
.nua-archive--author .nua-archive__sidebar {
  grid-row: 2/5;
}
.nua-archive--author .nua-archive__sidebar .ad-block__container {
  padding-block-start: 0;
}

body.archive.term-appointment-notice,
body.archive.category-partner-reports,
body.archive.category-expert-advice,
body.archive.category-brand-knowledge,
body.archive.category-soundbites,
body.archive.category-expert-advice,
body.archive.category-brand-knowledge,
body.archive.category-brand-knowledge_ {
  background-color: var(--wp--preset--color--grey-300);
}

.nua-author-bio {
  background-color: var(--wp--preset--color--secondary-sand-400);
  display: grid;
  gap: var(--nua-grid-column-gap);
  grid-template-columns: subgrid;
  padding: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .nua-author-bio {
    display: flex;
    flex-direction: column;
  }
}
.nua-author-bio__image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: auto;
  overflow: hidden;
  max-width: 175px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nua-author-bio__image {
    margin-inline: auto;
  }
}
.nua-author-bio__image-wrapper {
  grid-column: 1/span 2;
}
.nua-author-bio__content {
  grid-column: 3/span all;
}
.nua-author-bio p {
  margin-block: 0 1rem;
}
.nua-author-bio p:last-of-type {
  margin-block-end: 0;
}

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