:root {
  --welt-header-top-bg: #003a5a;
  --welt-header-nav-bg: #064b71;
  --welt-footer-bg: #003a5a;
  --welt-divider: #064b71;
  --welt-text-light: #ffffff;
  --welt-accent: #f18825;
  --page-bg: #dfdfdf;
  --page-surface: #ffffff;
  --comment-bg: #e8ebf0;
  --fb-head-bg: #f2f3f5;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: var(--page-bg);
  color: #1d1d1d;
  font-family: ReithSans, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

.page-shell {
  background: var(--page-surface);
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}

.welt-header {
  background: var(--page-surface);
  position: relative;
  z-index: 15;
}

.welt-header-top {
  background: var(--welt-header-top-bg);
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 970px;
  padding: 0 1.5rem;
  width: 100%;
}

.welt-logo-wrap {
  align-items: center;
  display: flex;
  height: 5.2rem;
}

.welt-logo {
  display: block;
  height: 2.1rem;
  object-fit: contain;
  width: 7.6rem;
}

.welt-tools {
  align-items: center;
  color: var(--welt-text-light);
  display: flex;
  gap: 0;
  height: 5.2rem;
}

.tool-icon {
  align-items: center;
  color: var(--welt-text-light);
  display: inline-flex;
  font-size: 2rem;
  height: 100%;
  justify-content: center;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.tool-icon i,
.menu-button-mobile i {
  color: var(--welt-text-light);
  line-height: 1;
}

.abo-button {
  border: 1px solid var(--welt-accent);
  border-radius: 3px;
  color: var(--welt-text-light);
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 800;
  justify-content: center;
  line-height: 2.8rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  min-width: 9.2rem;
  padding: 0 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

.abo-text-long {
  display: none;
}

.abo-text-short {
  display: inline;
}

.menu-button-mobile {
  align-items: center;
  color: var(--welt-text-light);
  display: inline-flex;
  font-size: 2rem;
  height: 5rem;
  justify-content: center;
  margin-left: 0.8rem;
  margin-right: -1.5rem;
  width: 5rem;
}

.welt-header-nav {
  display: none;
}

.page-content {
  background: var(--page-surface);
  margin: 0 auto;
  max-width: 970px;
  padding: 2.4rem 1.5rem 4rem;
}

.video-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0 2.8rem;
}

.video-headline {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1.8rem;
  max-width: 76rem;
  text-align: center;
}

.video-embed-wrap {
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}

.video-placeholder {
  align-items: center;
  background: #5f21a7;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  max-width: 40rem;
  min-height: 32rem;
  padding: 2.4rem 2rem;
  width: 100%;
}

.video-placeholder-title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}

.video-placeholder-actions {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.video-placeholder-actions span {
  align-items: center;
  display: inline-flex;
  font-size: 1.8rem;
  gap: 1rem;
}

.video-placeholder-actions i {
  font-size: 2rem;
}

.watching-now-text {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 2.2rem 0 0;
  text-align: center;
}

.register-cta {
  align-items: center;
  background: #f18825;
  border: 1px solid #cd6a10;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: ReithSans, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  margin-top: 1.8rem;
  min-width: 26rem;
  padding: 1.2rem 2.2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.comments-shell {
  border: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  margin: 3rem auto 1rem;
  max-width: 760px;
  width: 100%;
}

.comments-list {
  background: #fff;
}

.comments-header-top {
  background: var(--fb-head-bg);
  border-bottom: 1px solid #e4e4e4;
  padding: 1.8rem 2rem;
}

.comments-plugin-title-row {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.comments-plugin-title-row span {
  font-size: 2rem;
  font-weight: 500;
}

.fb-plugin-icon {
  height: 3.5rem;
  width: 3.5rem;
}

.comments-header-top p {
  color: #707b8b;
  font-size: 1.4rem;
  margin: 0.6rem 0 0;
}

.comments-count {
  background: #fff;
  font-size: 2.8rem;
  font-weight: 800;
  padding: 1.8rem 2rem;
}

.comment-row {
  align-items: flex-start;
  display: flex;
  gap: 1.4rem;
  padding: 0 2rem 2rem;
}

.comment-avatar {
  border-radius: 50%;
  flex: 0 0 5.6rem;
  height: 5.6rem;
  margin-top: 0.4rem;
  object-fit: cover;
  width: 5.6rem;
}

.comment-content {
  flex: 1;
}

.comment-bubble {
  background: var(--comment-bg);
  border-radius: 2.4rem;
  padding: 1.5rem 1.9rem;
}

.comment-name {
  color: #2d4f8e;
  font-size: 1.4rem;
  font-weight: 800;
}

.comment-text {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-top: 0.9rem;
}

.comment-actions {
  align-items: center;
  color: #666f7f;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  gap: 1rem;
  padding: 1rem 1.2rem 0;
}

.comment-actions span {
  font-weight: 600;
}

.comment-actions .dot {
  font-weight: 400;
}

.compact-actions {
  gap: 2rem;
}

.comment-reactions {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  margin-left: auto;
}

.reaction-count {
  color: #4f596a;
  font-size: 1.3rem;
  font-weight: 700;
}

.reaction-icons {
  align-items: center;
  display: inline-flex;
}

.reaction-like,
.reaction-love {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 2.2rem;
  justify-content: center;
  width: 2.2rem;
}

.reaction-like {
  background: #1877f2;
}

.reaction-love {
  background: #ff3067;
  margin-left: -0.5rem;
}

.reaction-like i,
.reaction-love i {
  color: #fff;
  font-size: 1rem;
}

.comment-reply {
  margin-left: 5.8rem;
}

.form-page-content {
  padding-bottom: 3rem;
}

.lead-form-shell {
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  overflow: hidden;
}

.lead-form-info {
  border-bottom: 1px solid #d3d3d3;
  padding: 3rem 2.2rem;
}

.lead-form-info h1 {
  color: #1b1b1d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 11vw, 4.8rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  max-width: 42rem;
  overflow-wrap: anywhere;
}

.lead-form-info ul {
  color: #4d4d4d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.55;
  margin: 2.2rem 0 0;
  padding-left: 2.8rem;
}

.lead-form-info li + li {
  margin-top: 0.8rem;
}

.lead-form-panel {
  padding: 2.2rem;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lead-input,
.lead-phone-wrap {
  background: #f7f7f7;
  border: 1px solid #bfc0c1;
  border-radius: 8px;
  color: #252525;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  height: 5.8rem;
  outline: none;
  width: 100%;
}

.lead-input {
  padding: 0 2rem;
}

.lead-input::placeholder,
.lead-phone-input::placeholder {
  color: #9b9b9b;
}

.lead-phone-wrap {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  padding: 0 1.2rem;
}

.lead-country-fixed {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.8rem;
  min-width: 8.6rem;
  padding-right: 0.6rem;
  white-space: nowrap;
  user-select: none;
}

.lead-flag {
  background-image: url("./assets/bbc/uk-flag.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  flex: 0 0 3.1rem;
  height: 2rem;
}

.lead-caret {
  color: #555;
  font-size: 1.3rem;
  line-height: 1;
}

.lead-code {
  color: #2f2f2f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.lead-phone-input {
  background: transparent;
  border: 0;
  color: #252525;
  flex: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  min-width: 0;
  outline: none;
  padding-left: 0.6rem;
  width: 100%;
}

.lead-submit {
  background: #2b6dcc;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: ReithSans, Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  height: 5.8rem;
  text-transform: none;
}

.lead-form-status {
  border-radius: 6px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  margin: 0 0 0.2rem;
  min-height: 0;
  padding: 0.9rem 1.1rem;
}

.lead-form-status:empty {
  display: none;
}

.lead-form-status-error {
  background: #fdecec;
  border: 1px solid #f0b6b6;
  color: #b12424;
}

.lead-form-status-success {
  background: #e9f8ee;
  border: 1px solid #b6e3c2;
  color: #0a6a2f;
}

.welt-footer {
  background: var(--welt-footer-bg);
  color: var(--welt-text-light);
}

.footer-inner {
  margin: 0 auto;
  max-width: 970px;
  padding: 1.5rem 2rem;
}

.footer-top {
  border-bottom: 1px solid var(--welt-divider);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-logo-wrap {
  display: flex;
  justify-content: center;
}

.footer-logo {
  display: block;
  height: 3.2rem;
  object-fit: contain;
  width: 11.7rem;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-social-item {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 3.6rem;
  height: 3.6rem;
  justify-content: center;
  padding: 0.5rem;
  width: 3.6rem;
}

.footer-social-item i {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.footer-group {
  border-bottom: 1px solid var(--welt-divider);
}

.footer-group h3 {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.4rem;
  margin: 0;
  padding: 1.5rem 0;
  text-transform: uppercase;
}

.footer-mobile-chevron {
  display: inline-block;
  font-size: 1.8rem;
}

.footer-links-row {
  display: none;
}

.footer-legal-links {
  border-bottom: 1px solid var(--welt-divider);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  padding: 1.5rem 0;
}

.footer-legal-links span {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.footer-signature {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.footer-signature p {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin: 0;
}

.footer-signature strong {
  font-weight: 800;
}

@media (min-width: 410px) {
  .tool-desktop {
    display: inline-flex;
  }
}

@media (min-width: 600px) {
  .tool-icon {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-top {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-logo-wrap {
    justify-content: flex-start;
  }

  .footer-social {
    justify-content: flex-end;
    width: auto;
  }

  .lead-form-shell {
    grid-template-columns: 1fr 1fr;
  }

  .lead-form-info {
    border-bottom: 0;
    border-right: 1px solid #d3d3d3;
    min-height: 64rem;
    padding: 6.6rem 4.5rem;
  }

  .lead-form-panel {
    padding: 6rem 4.8rem;
  }
}

@media (max-width: 909px) {
  .welt-header-top {
    align-items: center;
    background-color: var(--welt-header-top-bg);
    display: flex;
    flex-flow: row wrap;
    height: 5.2rem;
    justify-content: space-between;
    width: 100%;
  }

  .page-shell {
    padding-top: 0;
  }

  .watching-now-text {
    font-size: 2.4rem;
  }

  .video-headline {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
  }

  .lead-form-info h1 {
    font-size: clamp(3.1rem, 9.4vw, 3.8rem);
  }

  .lead-form-info ul {
    font-size: 1.5rem;
  }

  .lead-input,
  .lead-phone-wrap,
  .lead-submit {
    font-size: 1.7rem;
    height: 5.6rem;
  }

  .comment-name {
    font-size: 1.4rem;
  }

  .comment-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 520px) {
  .page-content {
    padding: 1.4rem 1rem 2.4rem;
  }

  .lead-form-info {
    padding: 2.2rem 1.6rem;
  }

  .lead-form-info h1 {
    font-size: clamp(2.7rem, 10.4vw, 3.4rem);
    line-height: 1.08;
  }

  .lead-form-info ul {
    font-size: 1.3rem;
    line-height: 1.45;
    margin-top: 1.6rem;
    padding-left: 2.1rem;
  }

  .lead-form-panel {
    padding: 1.6rem;
  }

  .lead-form {
    gap: 1.2rem;
  }

  .lead-input,
  .lead-phone-wrap,
  .lead-submit {
    font-size: 1.45rem;
    height: 4.9rem;
  }

  .lead-input {
    padding: 0 1.6rem;
  }

  .lead-phone-wrap {
    gap: 0.4rem;
    padding: 0 0.8rem;
  }

  .lead-country-fixed {
    gap: 0.5rem;
    min-width: 6.8rem;
    padding-right: 0.2rem;
  }

  .lead-code {
    font-size: 1.3rem;
  }

  .lead-phone-input {
    font-size: 1.45rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 390px) {
  .lead-form-info h1 {
    font-size: clamp(2.4rem, 9.2vw, 3rem);
  }

  .lead-input,
  .lead-phone-wrap,
  .lead-submit {
    font-size: 1.35rem;
    height: 4.6rem;
  }

  .lead-country-fixed {
    min-width: 6.2rem;
  }

  .lead-flag {
    flex-basis: 2.5rem;
    height: 1.6rem;
  }

  .lead-code {
    font-size: 1.2rem;
  }

  .lead-phone-input {
    font-size: 1.35rem;
  }
}

@media (min-width: 910px) {
  .form-page-content {
    padding-bottom: 2.2rem;
    padding-top: 1.6rem;
  }

  .lead-form-shell {
    max-width: 860px;
  }

  .lead-form-info {
    min-height: 48rem;
    padding: 4.6rem 3.4rem;
  }

  .lead-form-info h1 {
    font-size: 3.9rem;
    max-width: 33rem;
  }

  .lead-form-info ul {
    font-size: 1.5rem;
    line-height: 1.55;
    margin-top: 2.4rem;
    padding-left: 2.8rem;
  }

  .lead-form-panel {
    padding: 4.3rem 3.2rem;
  }

  .lead-form {
    gap: 1.6rem;
  }

  .lead-input,
  .lead-phone-wrap {
    border-radius: 8px;
    font-size: 1.65rem;
    height: 5.8rem;
  }

  .lead-input {
    padding: 0 2.2rem;
  }

  .lead-phone-wrap {
    padding: 0 1.3rem;
  }

  .lead-code {
    font-size: 1.7rem;
  }

  .lead-phone-input {
    font-size: 1.65rem;
  }

  .lead-submit {
    border-radius: 8px;
    font-size: 1.55rem;
    height: 5.9rem;
  }

  .page-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 0;
  }

  .page-content {
    flex: 1 0 auto;
  }

  .header-inner {
    padding: 0 3rem;
  }

  .welt-logo-wrap,
  .welt-tools {
    height: 6rem;
  }

  .welt-logo {
    height: 6rem;
    width: 11.3rem;
  }

  .tool-icon {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .abo-button {
    margin-left: 0.7rem;
    margin-right: 0;
    min-width: 10.5rem;
    width: 10.5rem;
  }

  .abo-text-short {
    display: none;
  }

  .abo-text-long {
    display: inline;
  }

  .menu-button-mobile {
    display: none;
  }

  .welt-header-nav {
    background: var(--welt-header-nav-bg);
    display: block;
  }

  .nav-inner {
    height: 4rem;
    padding: 0 0 0 3rem;
  }

  .nav-links-left,
  .nav-links-right {
    align-items: center;
    display: flex;
    height: 100%;
  }

  .nav-links-left {
    gap: 0;
    overflow: hidden;
  }

  .nav-links-right {
    border-left: 2px solid rgba(255, 255, 255, 0.25);
    margin-left: auto;
    min-width: 13rem;
  }

  .nav-link {
    border-bottom: 2px solid transparent;
    color: var(--welt-text-light);
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.4rem;
    padding: 1.3rem 0.8rem 1.1rem;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .nav-live {
    color: var(--welt-accent);
    gap: 0.5rem;
  }

  .live-dot {
    background: var(--welt-accent);
    border-radius: 50%;
    display: inline-block;
    height: 1rem;
    margin-top: 0.1rem;
    width: 1rem;
  }

  .nav-link-active {
    border-bottom-color: var(--welt-accent);
  }

  .nav-link-active::after {
    content: none;
  }

  .nav-link-more i {
    font-size: 1rem;
  }

  .nav-links-right .nav-link {
    justify-content: center;
    width: 100%;
  }

  .footer-inner {
    padding: 3rem;
  }

  .footer-social {
    gap: 2rem;
  }

  .footer-group {
    padding: 1.5rem 0;
  }

  .footer-group h3 {
    margin: 0 0 1.2rem;
    padding: 0;
  }

  .footer-mobile-chevron {
    display: none;
  }

  .footer-links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .footer-links-row span {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .footer-legal-links {
    gap: 1.5rem;
    padding: 0 0 1.5rem;
  }

  .footer-signature {
    flex-wrap: nowrap;
  }
}


/* ===== BBC Header/Footer Skin ===== */
@font-face {
  font-display: swap;
  font-family: ReithSans;
  font-style: normal;
  font-weight: 400;
  src:
    url("./assets/fonts/reith/BBCReithSans_W_Rg.woff2") format("woff2"),
    url("./assets/fonts/reith/BBCReithSans_W_Rg.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: ReithSans;
  font-style: normal;
  font-weight: 500;
  src:
    url("./assets/fonts/reith/BBCReithSans_W_Md.woff2") format("woff2"),
    url("./assets/fonts/reith/BBCReithSans_W_Md.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: ReithSans;
  font-style: normal;
  font-weight: 700;
  src:
    url("./assets/fonts/reith/BBCReithSans_W_Bd.woff2") format("woff2"),
    url("./assets/fonts/reith/BBCReithSans_W_Bd.woff") format("woff");
}

:root {
  --bbc-black: #181818;
  --bbc-border: #787878;
  --bbc-text: #f8f8f8;
  --bbc-global-bg: #f2f2f2;
  --bbc-news-red: #b80000;
  --bbc-news-red-bright: #eb0000;
  --bbc-blue: #1a73e8;
}

body {
  background: #fff;
  color: #202020;
  font-family: ReithSans, Helvetica, Arial, sans-serif;
}

.page-shell {
  max-width: none;
  width: 100%;
}

.page-content {
  max-width: 970px;
}

.register-cta,
.lead-submit {
  font-family: ReithSans, Helvetica, Arial, sans-serif;
}

.bbc-header {
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  z-index: 20;
}

.bbc-global-nav {
  background: var(--bbc-global-bg);
  border-bottom: 1px solid #dcdcdc;
}

.bbc-global-inner {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 5.8rem;
  padding: 0 1.2rem;
  width: 100%;
}

.bbc-mobile-left {
  align-items: center;
  display: inline-flex;
  gap: 1.4rem;
  order: 1;
}

.bbc-mobile-account,
.bbc-mobile-bell,
.bbc-menu-icon,
.bbc-search-link,
.bbc-desktop-bell,
.bbc-dots {
  color: #000;
  display: inline-flex;
  line-height: 1;
}

.bbc-mobile-account {
  color: var(--bbc-blue);
  font-size: 3.1rem;
}

.bbc-mobile-bell {
  font-size: 2.6rem;
}

.bbc-desktop-left {
  display: none;
}

.bbc-logo {
  display: inline-flex;
  margin: 0 auto;
  order: 2;
}

.bbc-logo-image {
  display: block;
  height: 4.2rem;
  width: auto;
}

.bbc-top-links {
  display: none;
}

.bbc-global-actions {
  align-items: center;
  display: inline-flex;
  gap: 1.3rem;
  order: 3;
}

.bbc-menu-icon,
.bbc-search-link,
.bbc-dots {
  font-size: 2.4rem;
}

.bbc-dots {
  display: none;
}

.bbc-search-link {
  align-items: center;
  gap: 0.8rem;
}

.bbc-search-text {
  display: none;
}

.bbc-news-banner {
  background: var(--bbc-news-red);
}

.bbc-news-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 1.2rem;
  width: 100%;
}

.bbc-news-title {
  color: #fff;
  font-size: clamp(3.8rem, 9vw, 5.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 1.5rem 0;
}

.bbc-news-menu-mobile {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0.7rem;
  line-height: 1;
  padding: 1rem 1.3rem;
}

.bbc-news-primary-nav {
  display: none;
}

.bbc-news-secondary-nav {
  background: #f2f2f2;
  border-top: 1px solid rgba(24, 24, 24, 0.12);
}

.bbc-news-secondary-links {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.bbc-news-secondary-links::-webkit-scrollbar {
  display: none;
}

.bbc-news-sub-link {
  border-left: 1px solid #c9c9c9;
  color: #202020;
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.5rem 1.4rem;
  position: relative;
}

.bbc-news-sub-link:first-child {
  border-left: 0;
  padding-left: 0;
}

.bbc-news-sub-link-active::after {
  background: var(--bbc-news-red-bright);
  bottom: 0;
  content: "";
  height: 0.4rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.bbc-footer {
  background: var(--bbc-black);
  border-top: 1px solid var(--bbc-border);
  color: var(--bbc-text);
  margin-top: 3.2rem;
}

.bbc-footer-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 2.6rem 2rem 3rem;
}

.bbc-footer-nav-columns {
  border-bottom: 1px solid var(--bbc-border);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
}

.bbc-footer-column {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 2rem;
  line-height: 1.1;
  min-height: 100%;
  padding: 0 1.2rem;
}

.bbc-footer-column:first-child {
  padding-left: 0;
}

.bbc-footer-column + .bbc-footer-column {
  border-left: 1px solid var(--bbc-border);
}

.bbc-footer-legal-links {
  border-bottom: 1px solid var(--bbc-border);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 1.6rem 2.4rem;
  line-height: 1.2;
  padding-bottom: 2rem;
}

.bbc-footer-copyright {
  color: #e3e3e3;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 1.9rem 0 0;
  max-width: 1180px;
}

.bbc-footer-copyright span {
  color: #fff;
  font-weight: 700;
}

@media (min-width: 910px) {
  .bbc-global-inner {
    gap: 1.6rem;
    min-height: 5.6rem;
    padding: 0 2.4rem;
  }

  .bbc-mobile-left,
  .bbc-menu-icon,
  .bbc-news-menu-mobile {
    display: none;
  }

  .bbc-logo {
    margin: 0;
    order: 1;
  }

  .bbc-logo-image {
    height: 4.8rem;
    width: auto;
  }

  .bbc-desktop-left {
    align-items: center;
    display: inline-flex;
    gap: 1.2rem;
    order: 2;
  }

  .bbc-signin-link {
    align-items: center;
    color: #174ea6;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 700;
    gap: 0.7rem;
    line-height: 1;
  }

  .bbc-signin-icon {
    color: var(--bbc-blue);
    font-size: 2.2rem;
    line-height: 1;
  }

  .bbc-desktop-bell {
    font-size: 2.1rem;
  }

  .bbc-divider {
    background: #bcbcbc;
    display: inline-block;
    height: 2.5rem;
    width: 1px;
  }

  .bbc-top-links {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 1.6rem;
    margin-left: 1.2rem;
    min-width: 0;
    order: 3;
    overflow: hidden;
    white-space: nowrap;
  }

  .bbc-top-link {
    align-items: center;
    color: #111;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 0.4rem;
    line-height: 1;
  }

  .bbc-service-icon {
    display: inline-block;
    height: 1.3rem;
    margin-right: 0.4rem;
    position: relative;
    width: 1.3rem;
  }

  .bbc-service-icon::before,
  .bbc-service-icon::after {
    content: "";
    position: absolute;
  }

  .bbc-service-icon.news {
    background: #eb0000;
  }

  .bbc-service-icon.news::before {
    background: #b80000;
    height: 0.55rem;
    left: -0.65rem;
    top: 0;
    width: 0.55rem;
  }

  .bbc-service-icon.news::after {
    background: #d30000;
    bottom: 0;
    height: 0.55rem;
    left: -0.65rem;
    width: 0.55rem;
  }

  .bbc-service-icon.sport {
    background: #ffba00;
  }

  .bbc-service-icon.sport::before {
    background: #ffd230;
    height: 0.55rem;
    left: -0.65rem;
    top: 0;
    width: 1.3rem;
  }

  .bbc-service-icon.sport::after {
    background: #ffa100;
    bottom: 0;
    height: 0.55rem;
    left: 0;
    width: 1.3rem;
  }

  .bbc-service-icon.weather {
    background: #149edc;
    transform: rotate(45deg);
  }

  .bbc-service-icon.weather::before {
    background: #067eb3;
    height: 0.45rem;
    left: -0.6rem;
    top: 0.4rem;
    width: 0.75rem;
  }

  .bbc-service-icon.weather::after {
    background: #1969a6;
    bottom: -0.55rem;
    height: 0.55rem;
    left: -0.05rem;
    width: 0.55rem;
  }

  .bbc-service-icon.iplayer {
    background: #ff4c98;
  }

  .bbc-service-icon.iplayer::before {
    background: #dc2878;
    height: 1.3rem;
    left: -0.65rem;
    top: 0;
    width: 0.45rem;
  }

  .bbc-service-icon.iplayer::after {
    background: #af0d5b;
    height: 1.3rem;
    left: 1.5rem;
    top: 0;
    width: 0.45rem;
  }

  .bbc-service-icon.sounds {
    background: #fa6400;
  }

  .bbc-service-icon.sounds::before {
    background: #d24712;
    height: 1.3rem;
    left: -0.65rem;
    top: 0;
    width: 0.55rem;
  }

  .bbc-service-icon.sounds::after {
    background: #a13104;
    height: 0.55rem;
    left: -1.25rem;
    top: 0.75rem;
    width: 0.45rem;
  }

  .bbc-service-icon.bitesize {
    background: #963ce1;
  }

  .bbc-service-icon.bitesize::before {
    background: #7222c6;
    height: 1.3rem;
    left: -0.65rem;
    top: 0;
    width: 0.55rem;
  }

  .bbc-service-icon.bitesize::after {
    background: #6100a8;
    height: 1.3rem;
    left: -1.25rem;
    top: 0;
    width: 0.45rem;
  }

  .bbc-global-actions {
    gap: 1.2rem;
    order: 4;
  }

  .bbc-dots {
    display: inline-flex;
    font-size: 1.8rem;
  }

  .bbc-search-link {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .bbc-search-text {
    display: inline;
    font-size: 1.2rem;
  }

  .bbc-news-inner {
    padding: 0 2.4rem;
  }

  .bbc-news-title {
    font-size: 5.2rem;
    padding: 1.4rem 0 1.5rem;
  }

  .bbc-news-primary-nav {
    background: var(--bbc-news-red);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
  }

  .bbc-news-primary-links {
    display: flex;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
  }

  .bbc-news-link {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    display: inline-flex;
    font-size: 1.3rem;
    line-height: 1;
    padding: 1.3rem 1.2rem;
  }

  .bbc-news-link:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .bbc-news-link-active {
    font-weight: 700;
  }

  .bbc-news-more {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    gap: 0.8rem;
    line-height: 1;
    margin-left: 1.2rem;
    padding: 1.2rem 0 1.2rem 1.8rem;
    white-space: nowrap;
  }

  .bbc-news-sub-link {
    font-size: 1.2rem;
    padding: 1.3rem 1.6rem;
  }

  .bbc-footer {
    margin-top: 4rem;
  }

  .bbc-footer-inner {
    padding: 2.8rem 2.4rem 2rem;
  }

  .bbc-footer-column {
    font-size: 1.3rem;
    gap: 2.4rem;
    line-height: 1;
    padding: 0 2rem;
  }

  .bbc-footer-column:first-child {
    padding-left: 0;
  }

  .bbc-footer-legal-links {
    font-size: 1.1rem;
    gap: 1.2rem 2.6rem;
    padding-bottom: 1.5rem;
  }

  .bbc-footer-copyright {
    font-size: 1rem;
    margin-top: 1.4rem;
  }
}
