/*
Theme Name: UK Finance Blog
Theme URI: https://example.com/uk-finance-blog
Author: UK Finance Blog
Description: WordPress conversion of the supplied UK Finance Blog design.
Version: 1.0.10
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: uk-finance-blog
*/
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400;500;600;700&display=swap');
/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --font-sans: 'Commissioner', 'Inter', sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-md: 28rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-brand-50: #fef2f2;
  --color-brand-100: #fee2e2;
  --color-brand-300: #fca5a5;
  --color-brand-400: #f87171;
  --color-brand-500: #ef4444;
  --color-brand-600: #D71920;
  --color-brand-700: #C91822;
  --color-brand-800: #A80F16;
  --color-surface-50: #FAFAFA;
  --color-surface-100: #F6F6F6;
  --color-surface-200: #E5E7EB;
  --color-surface-400: #9CA3AF;
  --color-surface-500: #6B7280;
  --color-surface-600: #4B5563;
  --color-surface-800: #1F2937;
  --color-surface-900: #111111;
}
@layer base {
  html {
    font-family: 'Commissioner',sans-serif;
    color: #111111;
    background-color: #fff;
    scroll-behavior: smooth;
  }
  body {
    color: var(--color-surface-900);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    & *::selection {
      background-color: var(--color-brand-600);
    }
    &::selection {
      background-color: var(--color-brand-600);
    }
    & *::selection {
      color: var(--color-white);
    }
    &::selection {
      color: var(--color-white);
    }
    font-size: 17px;
    line-height: 1.7;
  }
  h1,h2,h3,h4,h5,h6 {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-surface-900);
  }
  h1 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  h2 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 48rem) {
      font-size: 34px;
    }
    @media (width >= 64rem) {
      font-size: 38px;
    }
  }
  h3 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 48rem) {
      font-size: 26px;
    }
    @media (width >= 64rem) {
      font-size: 29px;
    }
  }
  h4 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    @media (width >= 48rem) {
      font-size: 21px;
    }
    @media (width >= 64rem) {
      font-size: 23px;
    }
  }
  p {
    margin-bottom: calc(var(--spacing) * 5);
    color: var(--color-surface-800);
  }
  a {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
}
.article-body p {
  margin-bottom: calc(var(--spacing) * 6);
  max-width: 70ch;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: #1a1a1a;
}
.article-body h2 {
  margin-top: calc(var(--spacing) * 10);
  margin-bottom: calc(var(--spacing) * 5);
}
.article-body h3 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 4);
}
.article-body ul {
  margin-bottom: calc(var(--spacing) * 6);
  max-width: 70ch;
  list-style-type: none;
  padding-left: calc(var(--spacing) * 0);
}
.article-body ul li {
  position: relative;
  margin-bottom: calc(var(--spacing) * 3);
  padding-left: calc(var(--spacing) * 6);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: #1a1a1a;
}
.article-body ul li::before {
  content: '•';
  position: absolute;
  top: 2px;
  left: calc(var(--spacing) * 0);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-brand-600);
}
.article-body ol {
  margin-bottom: calc(var(--spacing) * 6);
  max-width: 70ch;
  list-style-type: decimal;
  padding-left: calc(var(--spacing) * 6);
}
.article-body ol li {
  margin-bottom: calc(var(--spacing) * 3);
  padding-left: calc(var(--spacing) * 1);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: #1a1a1a;
}
.article-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: calc(var(--spacing) * 8);
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 16px;
  @media (width >= 48rem) {
    font-size: 17px;
  }
}
.article-body th {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: var(--color-surface-200);
  background-color: var(--color-surface-100);
  padding: calc(var(--spacing) * 3);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.article-body td {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: var(--color-surface-200);
  padding: calc(var(--spacing) * 3);
}
.article-body a {
  color: var(--color-brand-600);
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.article-body blockquote {
  margin-block: calc(var(--spacing) * 8);
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
  border-color: var(--color-brand-600);
  padding-left: calc(var(--spacing) * 5);
  color: var(--color-surface-800);
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-24 {
  top: calc(var(--spacing) * 24);
}
.top-\[80px\] {
  top: 80px;
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.mx-auto {
  margin-inline: auto;
}
.my-8 {
  margin-block: calc(var(--spacing) * 8);
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.my-12 {
  margin-block: calc(var(--spacing) * 12);
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-auto {
  margin-top: auto;
}
.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}
.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.-ml-\[14px\] {
  margin-left: calc(14px * -1);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-full {
  height: 100%;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-14 {
  width: calc(var(--spacing) * 14);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-6xl {
  max-width: var(--container-6xl);
}
.max-w-7xl {
  max-width: var(--container-7xl);
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-md {
  max-width: var(--container-md);
}
.max-w-xs {
  max-width: var(--container-xs);
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.scroll-mt-24 {
  scroll-margin-top: calc(var(--spacing) * 24);
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.space-y-2 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-3 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-4 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-6 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-10 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.gap-x-8 {
  column-gap: calc(var(--spacing) * 8);
}
.space-x-3 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-4 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-5 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-6 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-8 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.gap-y-10 {
  row-gap: calc(var(--spacing) * 10);
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-\[8px\] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-\[6px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 6px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-b-\[6px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 6px;
}
.border-l-2 {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-brand-600 {
  border-color: var(--color-brand-600);
}
.border-gray-800 {
  border-color: var(--color-gray-800);
}
.border-surface-100 {
  border-color: var(--color-surface-100);
}
.border-surface-200 {
  border-color: var(--color-surface-200);
}
.border-surface-800 {
  border-color: var(--color-surface-800);
}
.border-surface-900 {
  border-color: var(--color-surface-900);
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#111111\] {
  background-color: #111111;
}
.bg-brand-600 {
  background-color: var(--color-brand-600);
}
.bg-surface-50 {
  background-color: var(--color-surface-50);
}
.bg-surface-100 {
  background-color: var(--color-surface-100);
}
.bg-surface-800 {
  background-color: var(--color-surface-800);
}
.bg-surface-900 {
  background-color: var(--color-surface-900);
}
.bg-white {
  background-color: var(--color-white);
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}
.pr-16 {
  padding-right: calc(var(--spacing) * 16);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pl-0 {
  padding-left: calc(var(--spacing) * 0);
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-14 {
  padding-left: calc(var(--spacing) * 14);
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: var(--font-mono);
}
.font-sans {
  font-family: var(--font-sans);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
}
.tracking-tighter {
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-brand-400 {
  color: var(--color-brand-400);
}
.text-brand-600 {
  color: var(--color-brand-600);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-surface-200 {
  color: var(--color-surface-200);
}
.text-surface-400 {
  color: var(--color-surface-400);
}
.text-surface-500 {
  color: var(--color-surface-500);
}
.text-surface-600 {
  color: var(--color-surface-600);
}
.text-surface-800 {
  color: var(--color-surface-800);
}
.text-surface-900 {
  color: var(--color-surface-900);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.opacity-90 {
  opacity: 90%;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.group-hover\:scale-105 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:bg-brand-50 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: var(--color-brand-50);
    }
  }
}
.group-hover\:text-brand-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--color-brand-100);
    }
  }
}
.group-hover\:text-brand-400 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--color-brand-400);
    }
  }
}
.group-hover\:text-brand-600 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--color-brand-600);
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.last\:mb-0 {
  &:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.last\:border-0 {
  &:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.hover\:border-brand-600 {
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-brand-600);
    }
  }
}
.hover\:bg-brand-600 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-600);
    }
  }
}
.hover\:bg-brand-700 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-700);
    }
  }
}
.hover\:bg-surface-50 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-surface-50);
    }
  }
}
.hover\:text-brand-300 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-300);
    }
  }
}
.hover\:text-brand-500 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-500);
    }
  }
}
.hover\:text-brand-600 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-600);
    }
  }
}
.hover\:text-brand-800 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-800);
    }
  }
}
.hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-brand-600 {
  &:focus {
    --tw-ring-color: var(--color-brand-600);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.sm\:block {
  @media (width >= 40rem) {
    display: block;
  }
}
.sm\:inline {
  @media (width >= 40rem) {
    display: inline;
  }
}
.sm\:aspect-auto {
  @media (width >= 40rem) {
    aspect-ratio: auto;
  }
}
.sm\:h-28 {
  @media (width >= 40rem) {
    height: calc(var(--spacing) * 28);
  }
}
.sm\:w-1\/3 {
  @media (width >= 40rem) {
    width: calc(1/3 * 100%);
  }
}
.sm\:flex-row {
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.sm\:items-center {
  @media (width >= 40rem) {
    align-items: center;
  }
}
.sm\:space-y-0 {
  @media (width >= 40rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.sm\:space-x-6 {
  @media (width >= 40rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
}
.md\:col-span-1 {
  @media (width >= 48rem) {
    grid-column: span 1 / span 1;
  }
}
.md\:mt-0 {
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.md\:mr-8 {
  @media (width >= 48rem) {
    margin-right: calc(var(--spacing) * 8);
  }
}
.md\:mb-0 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.md\:hidden {
  @media (width >= 48rem) {
    display: none;
  }
}
.md\:inline-block {
  @media (width >= 48rem) {
    display: inline-block;
  }
}
.md\:h-24 {
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 24);
  }
}
.md\:w-2\/5 {
  @media (width >= 48rem) {
    width: calc(2/5 * 100%);
  }
}
.md\:w-3\/5 {
  @media (width >= 48rem) {
    width: calc(3/5 * 100%);
  }
}
.md\:max-w-3xl {
  @media (width >= 48rem) {
    max-width: var(--container-3xl);
  }
}
.md\:grid-cols-2 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.md\:items-start {
  @media (width >= 48rem) {
    align-items: flex-start;
  }
}
.md\:justify-between {
  @media (width >= 48rem) {
    justify-content: space-between;
  }
}
.md\:p-12 {
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 12);
  }
}
.md\:px-6 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
}
.md\:px-8 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.md\:py-5 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 5);
  }
}
.md\:py-16 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 16);
  }
}
.md\:text-left {
  @media (width >= 48rem) {
    text-align: left;
  }
}
.md\:text-2xl {
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.md\:text-3xl {
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.md\:text-4xl {
  @media (width >= 48rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.md\:text-5xl {
  @media (width >= 48rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.md\:text-6xl {
  @media (width >= 48rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.md\:text-\[19px\] {
  @media (width >= 48rem) {
    font-size: 19px;
  }
}
.md\:text-\[20px\] {
  @media (width >= 48rem) {
    font-size: 20px;
  }
}
.md\:text-\[26px\] {
  @media (width >= 48rem) {
    font-size: 26px;
  }
}
.md\:text-\[28px\] {
  @media (width >= 48rem) {
    font-size: 28px;
  }
}
.md\:text-\[34px\] {
  @media (width >= 48rem) {
    font-size: 34px;
  }
}
.lg\:col-span-1 {
  @media (width >= 64rem) {
    grid-column: span 1 / span 1;
  }
}
.lg\:col-span-2 {
  @media (width >= 64rem) {
    grid-column: span 2 / span 2;
  }
}
.lg\:col-span-4 {
  @media (width >= 64rem) {
    grid-column: span 4 / span 4;
  }
}
.lg\:col-span-8 {
  @media (width >= 64rem) {
    grid-column: span 8 / span 8;
  }
}
.lg\:mx-0 {
  @media (width >= 64rem) {
    margin-inline: calc(var(--spacing) * 0);
  }
}
.lg\:block {
  @media (width >= 64rem) {
    display: block;
  }
}
.lg\:w-1\/3 {
  @media (width >= 64rem) {
    width: calc(1/3 * 100%);
  }
}
.lg\:w-2\/3 {
  @media (width >= 64rem) {
    width: calc(2/3 * 100%);
  }
}
.lg\:w-\[300px\] {
  @media (width >= 64rem) {
    width: 300px;
  }
}
.lg\:max-w-\[760px\] {
  @media (width >= 64rem) {
    max-width: 760px;
  }
}
.lg\:flex-1 {
  @media (width >= 64rem) {
    flex: 1;
  }
}
.lg\:grid-cols-2 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lg\:grid-cols-3 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lg\:grid-cols-4 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lg\:grid-cols-5 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.lg\:grid-cols-12 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.lg\:gap-8 {
  @media (width >= 64rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.lg\:gap-12 {
  @media (width >= 64rem) {
    gap: calc(var(--spacing) * 12);
  }
}
.lg\:px-0 {
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.lg\:px-8 {
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.lg\:py-12 {
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 12);
  }
}
.lg\:py-16 {
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 16);
  }
}
.lg\:text-\[56px\] {
  @media (width >= 64rem) {
    font-size: 56px;
  }
}
.xl\:col-span-4 {
  @media (width >= 80rem) {
    grid-column: span 4 / span 4;
  }
}
.xl\:col-span-8 {
  @media (width >= 80rem) {
    grid-column: span 8 / span 8;
  }
}
.xl\:grid-cols-12 {
  @media (width >= 80rem) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-border-style: solid;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* Theme-specific components not generated by Tailwind. */
.ukfb-search-overlay{display:none}.ukfb-search-overlay.is-open{display:flex}.ukfb-mobile-menu{display:none}.ukfb-mobile-menu.is-open{display:block}
.ukfb-max-3xl{max-width:48rem}.ukfb-category-description p{margin:0;color:inherit}.custom-logo{max-height:52px;width:auto}
.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
.ukfb-inline-menu,.ukfb-primary-menu{list-style:none;margin:0;padding:0}.ukfb-inline-menu li,.ukfb-primary-menu li{margin:0;padding:0}.ukfb-inline-menu a:hover{color:#D71920}
.ukfb-primary-menu>li{height:100%;flex-shrink:0}.ukfb-primary-menu>li>a{height:100%;display:flex;align-items:center;font-size:15px;font-weight:600;border-bottom:2px solid transparent;color:#1F2937;white-space:nowrap}.ukfb-primary-menu>li.current-menu-item>a,.ukfb-primary-menu>li.current-category-ancestor>a{color:#D71920;border-bottom-color:#D71920}.ukfb-primary-menu>li>a:hover{color:#D71920}
.ukfb-pagination .nav-links{display:flex;justify-content:center;gap:.5rem}.ukfb-pagination .page-numbers{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#FAFAFA;color:#111;font-weight:700;border:1px solid #E5E7EB;border-radius:6px;text-decoration:none}.ukfb-pagination .page-numbers.current{background:#D71920;color:white;border-color:#D71920}.ukfb-pagination .page-numbers:hover{background:#E5E7EB}.ukfb-pagination .current:hover{background:#D71920}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.wp-block-image img{height:auto}.article-body img{max-width:100%;height:auto;border-radius:8px}.article-body figure{margin:2rem 0}.article-body .wp-caption-text,.article-body figcaption{font-size:14px;color:#6B7280;margin-top:.5rem}.article-body > *{max-width:100%}.article-body .alignwide{width:min(100vw - 2rem,980px);max-width:none}.article-body .alignfull{width:100vw;max-width:none;margin-left:calc(50% - 50vw)}
@media (max-width:767px){.custom-logo{max-height:44px}.ukfb-primary-menu{display:none}}

/* Requested exception to the supplied design: desktop tables do not use a horizontal scroll container. */
@media (min-width: 1024px) {
  .article-body table {
    display: table;
    overflow: visible;
    white-space: normal;
    table-layout: auto;
    width: 100%;
  }
  .article-body table th,
  .article-body table td {
    white-space: normal;
  }
}

/* Tablet and mobile retain horizontal scrolling for wide tables. */
@media (max-width: 1023px) {
  .article-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .article-body table th,
  .article-body table td {
    white-space: nowrap;
  }
}

/* --------------------------------------------------------------------------
   WordPress rendering compatibility
   The supplied React design uses Tailwind's space utilities. Tailwind v4 emits
   those utilities with CSS nesting; some WordPress/browser optimisation stacks
   do not preserve that nesting correctly. These flattened rules keep the exact
   spacing from the supplied design and prevent navigation/sidebar collapse.
   -------------------------------------------------------------------------- */
.space-x-3 > * + * { margin-left: .75rem; }
.space-x-4 > * + * { margin-left: 1rem; }
.space-x-5 > * + * { margin-left: 1.25rem; }
.space-x-6 > * + * { margin-left: 1.5rem; }
.space-x-8 > * + * { margin-left: 2rem; }
.space-y-2 > * + * { margin-top: .5rem; }
.space-y-3 > * + * { margin-top: .75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.space-y-10 > * + * { margin-top: 2.5rem; }

/* WordPress menu markup needs explicit flex/gap rules instead of depending on
   nested Tailwind selectors. */
.ukfb-inline-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ukfb-primary-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 3.5rem;
  overflow-x: auto;
}
.ukfb-inline-menu > li,
.ukfb-primary-menu > li { margin: 0; }

/* SVG and avatar sizes used by the React source but not present in the first
   generated WordPress stylesheet. Without these, SVGs use their intrinsic
   300x150 size and visually overwhelm share/footer controls. */
.w-4 { width: 1rem; }
.h-4 { height: 1rem; }
.w-5 { width: 1.25rem; }
.h-5 { height: 1.25rem; }
.w-24 { width: 6rem; }
.h-24 { height: 6rem; }
.w-28 { width: 7rem; }
.h-28 { height: 7rem; }
.mr-3 { margin-right: .75rem; }
.ml-1 { margin-left: .25rem; }
.-ml-\[14px\] { margin-left: -14px; }

/* Keep Lucide/custom SVGs constrained inside controls even when a plugin adds
   generic SVG rules. */
button > svg,
a > svg {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.ukfb-share > svg,
.ukfb-copy-link > svg { width: 1.25rem !important; height: 1.25rem !important; }

/* Restore the exact mobile/desktop spacing variants used by the source. */
@media (min-width: 640px) {
  .sm\:space-y-0 > * + * { margin-top: 0; }
  .sm\:space-x-6 > * + * { margin-left: 1.5rem; }
  .sm\:mr-6 { margin-right: 1.5rem; }
  .sm\:mb-0 { margin-bottom: 0; }
}

/* The article sidebar is a fixed 300px column in the supplied desktop design.
   Guard it from WordPress/widget CSS that can force it full width. */
@media (min-width: 1024px) {
  .ukfb-article-sidebar { width: 300px; min-width: 300px; flex: 0 0 300px; }
  .ukfb-article-main { min-width: 0; flex: 1 1 auto; max-width: 760px; }
}

/* Keep footer social icons exactly as the supplied design even with global
   WordPress icon/SVG styles loaded by plugins. */
.ukfb-footer-socials { display: flex; align-items: center; gap: 1rem; }
.ukfb-footer-socials a { display: inline-flex; width: 1.25rem; height: 1.25rem; }
.ukfb-footer-socials svg { width: 1.25rem !important; height: 1.25rem !important; display: block; }

/* WordPress can inject default margins into menu/widget lists. The supplied
   design has no browser-default list indentation in these structural areas. */
.ukfb-inline-menu,
.ukfb-primary-menu,
#ukfb-toc,
.ukfb-footer-nav {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
#ukfb-toc li { margin-left: 0; }

/* Desktop table remains a normal table. Horizontal scrolling is intentionally
   limited to tablet/mobile, per the requested exception. */
@media (min-width: 1024px) {
  .article-body .wp-block-table { overflow: visible; }
  .article-body .wp-block-table table,
  .article-body table { display: table; width: 100%; white-space: normal; }
}
@media (max-width: 1023px) {
  .article-body .wp-block-table { display: block; width: 100%; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  .article-body .wp-block-table table { min-width: 640px; }
}

/* Gutenberg table wrapper: use a single scroll container on smaller screens. */
@media (max-width: 1023px) {
  .article-body .wp-block-table table {
    display: table;
    overflow: visible;
    width: max-content;
    min-width: 100%;
    max-width: none;
    white-space: nowrap;
  }
  .article-body > table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* These components use CSS gap explicitly; cancel the flattened space-x margin
   on the same elements so spacing is not doubled. */
.ukfb-inline-menu > * + *,
.ukfb-primary-menu > * + *,
.ukfb-footer-socials > * + * { margin-left: 0; }

/* ========================================================================
   Single-post typography hierarchy + Customizer-driven typography
   These rules intentionally sit after Tailwind's preflight/reset so WordPress
   editor headings cannot collapse back to the inherited paragraph size.
   ======================================================================== */
.single-post .ukfb-single-title {
  font-size: var(--ukfb-single-title-size, 56px) !important;
  color: var(--ukfb-single-title-color, #111111) !important;
  font-weight: var(--ukfb-single-title-weight, 700) !important;
  line-height: 1.12 !important;
}
.single-post .ukfb-single-excerpt {
  font-size: var(--ukfb-article-intro-size, 24px) !important;
  color: var(--ukfb-article-intro-color, #1F2937) !important;
  font-weight: var(--ukfb-article-intro-weight, 500) !important;
  line-height: 1.55 !important;
}
.single-post .article-body p,
.single-post .article-body ul li,
.single-post .article-body ol li {
  font-size: var(--ukfb-article-body-size, 18px) !important;
  color: var(--ukfb-article-body-color, #1A1A1A) !important;
  font-weight: var(--ukfb-article-body-weight, 400) !important;
  line-height: 1.75 !important;
}
.single-post .article-body h2 {
  font-size: var(--ukfb-article-h2-size, 38px) !important;
  color: var(--ukfb-article-h2-color, #111111) !important;
  font-weight: var(--ukfb-article-h2-weight, 700) !important;
  line-height: 1.2 !important;
}
.single-post .article-body h3 {
  font-size: var(--ukfb-article-h3-size, 29px) !important;
  color: var(--ukfb-article-h3-color, #111111) !important;
  font-weight: var(--ukfb-article-h3-weight, 700) !important;
  line-height: 1.28 !important;
}
.single-post .article-body h4 {
  font-size: var(--ukfb-article-h4-size, 23px) !important;
  color: var(--ukfb-article-h4-color, #111111) !important;
  font-weight: var(--ukfb-article-h4-weight, 600) !important;
  line-height: 1.35 !important;
}

/* Header/menu typography controls. Brand red remains the intentional hover
   and active state from the supplied design. */
.ukfb-primary-menu > li > a {
  font-size: var(--ukfb-primary-menu-size, 15px) !important;
  color: var(--ukfb-primary-menu-color, #1F2937);
  font-weight: var(--ukfb-primary-menu-weight, 600) !important;
}
.ukfb-inline-menu > li > a,
.ukfb-inline-menu > a {
  font-size: var(--ukfb-utility-menu-size, 14px) !important;
  color: var(--ukfb-utility-menu-color, #1F2937);
  font-weight: var(--ukfb-utility-menu-weight, 500) !important;
}
.ukfb-mobile-nav a {
  font-size: var(--ukfb-primary-menu-size, 15px) !important;
  color: var(--ukfb-primary-menu-color, #1F2937);
  font-weight: var(--ukfb-primary-menu-weight, 600) !important;
}
.ukfb-popular-menu a {
  font-size: var(--ukfb-popular-menu-size, 14px) !important;
  color: var(--ukfb-popular-menu-color, #111111);
  font-weight: var(--ukfb-popular-menu-weight, 500) !important;
}
.ukfb-footer-nav a,
.ukfb-footer-legal a {
  font-size: var(--ukfb-footer-menu-size, 14px) !important;
  color: var(--ukfb-footer-menu-color, #9CA3AF);
  font-weight: var(--ukfb-footer-menu-weight, 500) !important;
}
.ukfb-footer-nav,
.ukfb-footer-legal ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.ukfb-footer-legal ul { margin-top: 0; margin-bottom: 0; }

@media (max-width: 767px) {
  .single-post .ukfb-single-title {
    font-size: min(var(--ukfb-single-title-size, 56px), 9vw) !important;
  }
  .single-post .ukfb-single-excerpt {
    font-size: min(var(--ukfb-article-intro-size, 24px), 5.5vw) !important;
  }
  .single-post .article-body h2 {
    font-size: min(var(--ukfb-article-h2-size, 38px), 8vw) !important;
  }
  .single-post .article-body h3 {
    font-size: min(var(--ukfb-article-h3-size, 29px), 7vw) !important;
  }
  .single-post .article-body h4 {
    font-size: min(var(--ukfb-article-h4-size, 23px), 6vw) !important;
  }
}

/* Native WordPress mobile menus use the same visual treatment as the original
   hard-coded links, so desktop and mobile both follow Customizer menu edits. */
.ukfb-mobile-topic-menu,
.ukfb-mobile-utility-menu,
.ukfb-popular-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ukfb-mobile-topic-menu a,
.ukfb-mobile-utility-menu a {
  display: block;
  padding: .75rem 1rem;
  border-bottom: 1px solid #F6F6F6;
  text-decoration: none;
}
.ukfb-mobile-topic-menu a:hover,
.ukfb-mobile-utility-menu a:hover {
  background: #FAFAFA;
  color: #D71920 !important;
}
.ukfb-popular-menu > li { flex: 0 0 auto; margin: 0; }
.ukfb-popular-menu > li > a { white-space: nowrap; text-decoration: none; }
.ukfb-primary-menu > li > a:hover,
.ukfb-primary-menu > li.current-menu-item > a,
.ukfb-primary-menu > li.current-category-ancestor > a,
.ukfb-popular-menu a:hover { color: #D71920 !important; }
.ukfb-footer-nav a:hover { color: #ef4444 !important; }
.ukfb-footer-legal a:hover { color: #ffffff !important; }
.single-post .article-body h5 {
  font-size: var(--ukfb-article-h5-size, 20px) !important;
  color: var(--ukfb-article-h5-color, #111111) !important;
  font-weight: var(--ukfb-article-h5-weight, 600) !important;
  line-height: 1.4 !important;
  margin-top: 1.75rem;
  margin-bottom: .875rem;
}
.single-post .article-body h6 {
  font-size: var(--ukfb-article-h6-size, 18px) !important;
  color: var(--ukfb-article-h6-color, #111111) !important;
  font-weight: var(--ukfb-article-h6-weight, 600) !important;
  line-height: 1.45 !important;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}
.ukfb-site-footer .ukfb-footer-nav > li:nth-child(3) { }
.ukfb-site-footer .lg\:grid-cols-5 > div:last-child .ukfb-footer-nav > li:nth-child(3) { padding-top: .5rem; }


/* ========================================================================
   v1.0.5 — WordPress page heading hierarchy + hardened Popular Topics row
   ======================================================================== */

/* WordPress core/Tailwind preflight resets headings to inherit. Apply the
   Customizer-driven hierarchy to ALL editor content areas, including Pages
   (Privacy Policy, About, Contact, Editorial Policy, etc.), not only posts. */
.article-body p,
.article-body ul li,
.article-body ol li {
  font-size: var(--ukfb-article-body-size, 18px) !important;
  color: var(--ukfb-article-body-color, #1A1A1A) !important;
  font-weight: var(--ukfb-article-body-weight, 400) !important;
  line-height: 1.75 !important;
}
.article-body h2,
.article-body h2.wp-block-heading {
  font-size: var(--ukfb-article-h2-size, 38px) !important;
  color: var(--ukfb-article-h2-color, #111111) !important;
  font-weight: var(--ukfb-article-h2-weight, 700) !important;
  line-height: 1.20 !important;
  margin-top: 2.5rem !important;
  margin-bottom: 1.25rem !important;
  letter-spacing: -0.02em;
}
.article-body h3,
.article-body h3.wp-block-heading {
  font-size: var(--ukfb-article-h3-size, 29px) !important;
  color: var(--ukfb-article-h3-color, #111111) !important;
  font-weight: var(--ukfb-article-h3-weight, 700) !important;
  line-height: 1.28 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.015em;
}
.article-body h4,
.article-body h4.wp-block-heading {
  font-size: var(--ukfb-article-h4-size, 23px) !important;
  color: var(--ukfb-article-h4-color, #111111) !important;
  font-weight: var(--ukfb-article-h4-weight, 600) !important;
  line-height: 1.35 !important;
  margin-top: 1.75rem !important;
  margin-bottom: .875rem !important;
}
.article-body h5,
.article-body h5.wp-block-heading {
  font-size: var(--ukfb-article-h5-size, 20px) !important;
  color: var(--ukfb-article-h5-color, #111111) !important;
  font-weight: var(--ukfb-article-h5-weight, 600) !important;
  line-height: 1.4 !important;
  margin-top: 1.5rem !important;
  margin-bottom: .75rem !important;
}
.article-body h6,
.article-body h6.wp-block-heading {
  font-size: var(--ukfb-article-h6-size, 18px) !important;
  color: var(--ukfb-article-h6-color, #111111) !important;
  font-weight: var(--ukfb-article-h6-weight, 600) !important;
  line-height: 1.45 !important;
  margin-top: 1.25rem !important;
  margin-bottom: .625rem !important;
}

/* Popular Topics must not depend on Tailwind's space-x implementation. This
   explicit row remains spaced even when a CSS optimiser rewrites utilities. */
.ukfb-popular-menu {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  column-gap: 1.5rem !important;
  row-gap: 0 !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0;
  overflow: hidden;
}
.ukfb-popular-menu > li {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ukfb-popular-menu > li + li {
  margin-left: 0 !important;
}
.ukfb-popular-menu > li > a {
  display: inline-block !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .article-body h2,
  .article-body h2.wp-block-heading {
    font-size: min(var(--ukfb-article-h2-size, 38px), 8vw) !important;
  }
  .article-body h3,
  .article-body h3.wp-block-heading {
    font-size: min(var(--ukfb-article-h3-size, 29px), 7vw) !important;
  }
  .article-body h4,
  .article-body h4.wp-block-heading {
    font-size: min(var(--ukfb-article-h4-size, 23px), 6vw) !important;
  }
}

/* ========================================================================
   About Us — exact layout from the supplied React design
   ======================================================================== */
.ukfb-about-page { background: #fff; }

.ukfb-about-hero {
  background: #FAFAFA;
  border-bottom: 1px solid #E5E7EB;
  padding: 48px 16px;
}

.ukfb-about-hero-inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.ukfb-about-hero h1 {
  margin: 0 0 24px;
  color: #111111;
  font-family: 'Commissioner', 'Inter', sans-serif;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.ukfb-about-hero p {
  margin: 0;
  color: #1F2937;
  font-size: 20px;
  line-height: 1.625;
  font-weight: 500;
}

.ukfb-about-content {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
  color: #111111;
}

.ukfb-about-content > h2 {
  margin: 40px 0 20px;
  color: #111111;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.ukfb-about-content > h2:first-child { margin-top: 0; }

.ukfb-about-content > p {
  max-width: 70ch;
  margin: 0 0 24px;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.625;
  font-weight: 400;
}

.ukfb-about-content > ul {
  max-width: 70ch;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.ukfb-about-content > ul > li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 24px;
  color: #1A1A1A;
  font-size: 18px;
  line-height: 1.625;
}

.ukfb-about-content > ul > li::before {
  content: '•';
  position: absolute;
  top: 2px;
  left: 0;
  color: #D71920;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.ukfb-about-team {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  margin-top: 40px;
}

.ukfb-about-team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  background: #FAFAFA;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
}

.ukfb-about-team-image {
  display: block;
  width: 80px !important;
  height: 80px !important;
  margin: 0 0 16px;
  border-radius: 9999px;
  object-fit: cover;
}

.ukfb-about-team-role {
  margin: 0 0 4px;
  color: #D71920;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ukfb-about-team-name,
.ukfb-about-content .ukfb-about-team-name {
  margin: 0 0 8px !important;
  color: #111111 !important;
  font-size: 24px !important;
  line-height: 1.333 !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
}

.ukfb-about-team-bio,
.ukfb-about-content .ukfb-about-team-bio {
  flex-grow: 1;
  margin: 0 0 16px !important;
  color: #1F2937 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

.ukfb-about-team-bio p {
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
}

.ukfb-about-team-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.ukfb-about-social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: #6B7280;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 9999px;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}

.ukfb-about-social-button:hover,
.ukfb-about-social-button:focus-visible {
  color: #D71920;
  border-color: #D71920;
}

.ukfb-about-social-icon {
  display: block;
  width: 16px !important;
  height: 16px !important;
}

@media (min-width: 768px) {
  .ukfb-about-hero { padding-top: 64px; padding-bottom: 64px; }
  .ukfb-about-hero h1 { font-size: 48px; }
  .ukfb-about-content > h2 { font-size: 34px; }
  .ukfb-about-team { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .ukfb-about-hero { padding-left: 32px; padding-right: 32px; }
  .ukfb-about-content { width: 760px; }
  .ukfb-about-content > h2 { font-size: 38px; }
}

/* v1.0.8 — Tools archive: exactly three columns by three rows on desktop, then pagination. */
.ukfb-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.ukfb-tools-grid > * {
  min-width: 0;
  height: 100%;
}
.ukfb-tools-pagination {
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .ukfb-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .ukfb-tools-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .ukfb-tools-pagination {
    margin-top: 36px;
  }
}


/* Footer copyright: explicit styling so it cannot disappear behind utility or
   optimisation CSS. Values are controlled in Appearance > Customise >
   Typography & Menu Styling. */
.ukfb-site-footer .ukfb-footer-bottom {
  width: 100%;
  min-height: 38px;
  color: var(--ukfb-footer-copyright-color, #9CA3AF);
}
.ukfb-site-footer .ukfb-footer-copyright {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: var(--ukfb-footer-copyright-size, 14px) !important;
  color: var(--ukfb-footer-copyright-color, #9CA3AF) !important;
  font-weight: var(--ukfb-footer-copyright-weight, 500) !important;
  line-height: 1.5 !important;
}
@media (max-width: 767px) {
  .ukfb-site-footer .ukfb-footer-bottom {
    gap: 1rem;
    text-align: center;
  }
}

/* v1.0.10: WordPress-backed HTML sitemap */
.ukfb-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 4rem;
}
.ukfb-sitemap-section h2 {
  margin: 0 0 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid #111827;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}
.ukfb-sitemap-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ukfb-sitemap-section li {
  border-bottom: 1px solid #e5e7eb;
}
.ukfb-sitemap-section li:last-child {
  border-bottom: 0;
}
.ukfb-sitemap-section a {
  display: block;
  padding: .7rem 0;
  color: #374151;
  font-size: .95rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}
.ukfb-sitemap-section a:hover,
.ukfb-sitemap-section a:focus {
  color: #d71920;
}
.ukfb-sitemap-articles {
  grid-column: 1 / -1;
}
.ukfb-sitemap-articles ul {
  columns: 2;
  column-gap: 4rem;
}
.ukfb-sitemap-articles li {
  break-inside: avoid;
}
@media (max-width: 767px) {
  .ukfb-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ukfb-sitemap-articles {
    grid-column: auto;
  }
  .ukfb-sitemap-articles ul {
    columns: 1;
  }
}
