/*
Theme Name:           Football Flatsome Safe
Theme URI:            http://flatsome.uxthemes.com
Author:               Codex / UX-Themes
Author URI:           https://uxthemes.com
Description:          Standard Flatsome child theme for the Vietnamese football layout.
Template:             flatsome
Version:              1.4.7
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          football-flatsome-safe
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/

@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@700;800;900&family=Inter:wght@400;500;600;700;800&display=swap");


:root {
  --ffsafe-green: #148a2c;
  --ffsafe-green-dark: #0b3b22;
  --ffsafe-lime: #a7f04b;
  --ffsafe-gold: #f5c542;
  --ffsafe-red: #d8272f;
  --ffsafe-ink: #102018;
  --ffsafe-muted: #627067;
  --ffsafe-line: rgba(16, 32, 24, 0.12);
  --ffsafe-surface: #ffffff;
  --ffsafe-soft: #f3f8ee;
  --ffsafe-content-width: 1080px;
  --ffsafe-content-gutter: 30px;
  --ffsafe-font-main: "Inter", "Roboto", Arial, sans-serif;
  --ffsafe-font-heading: "Be Vietnam Pro", Arial, sans-serif;


}

body,
button,
input,
select,
textarea {
  font-family: var(--ffsafe-font-main);
}

body {
  background: #eef6ea;
}

.ff-theme #main-menu.mobile-sidebar,
.ff-theme .main-menu-overlay,
.ff-theme #header-newsletter-signup.mfp-hide,
.ff-theme #login-form-popup.mfp-hide,
.ff-theme #cart-popup.mfp-hide {
  display: none !important;
}

.header-wrapper,
.header-main {
  border-bottom-color: rgba(20, 138, 44, 0.14);
}

.header-bottom,
.header-bg-color {
  background-color: var(--ffsafe-green-dark);
}

.nav > li > a {
  font-weight: 800;
}

.nav > li.active > a,
.nav > li > a:hover {
  color: var(--ffsafe-green);
}

.button.primary,
.button.alt,
button.primary,
input[type="submit"].primary {
  background-color: var(--ffsafe-green);
}

.ffsafe-football-site {
  color: var(--ffsafe-ink);
  background:
    linear-gradient(180deg, rgba(20, 138, 44, 0.08), rgba(245, 197, 66, 0.05)),
    var(--ffsafe-soft);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 18px 0 42px;
}

.ffsafe-hero,
.ffsafe-shell,
.ffsafe-league-chips,
.ffsafe-front-page-content,
.ffsafe-shortcode-width {
  width: min(calc(100% - var(--ffsafe-content-gutter)), var(--ffsafe-content-width));
  margin: 0 auto;
}

.ffsafe-front-page-content > :not(.ffsafe-football-site),
.ffsafe-shortcode-width > :not(.ffsafe-football-site) {
  max-width: 100% !important;
}

.ffsafe-front-page-content > :not(.ffsafe-football-site) iframe,
.ffsafe-front-page-content > :not(.ffsafe-football-site) object,
.ffsafe-front-page-content > :not(.ffsafe-football-site) embed,
.ffsafe-front-page-content > :not(.ffsafe-football-site) table,
.ffsafe-front-page-content > :not(.ffsafe-football-site) img,
.ffsafe-shortcode-width > :not(.ffsafe-football-site) iframe,
.ffsafe-shortcode-width > :not(.ffsafe-football-site) object,
.ffsafe-shortcode-width > :not(.ffsafe-football-site) embed,
.ffsafe-shortcode-width > :not(.ffsafe-football-site) table,
.ffsafe-shortcode-width > :not(.ffsafe-football-site) img,
.ffsafe-front-page-content > :not(.ffsafe-football-site) [style*="width"],
.ffsafe-shortcode-width > :not(.ffsafe-football-site) [style*="width"] {
  max-width: 100% !important;
}

.ffsafe-front-page-content > :not(.ffsafe-football-site) table,
.ffsafe-shortcode-width > :not(.ffsafe-football-site) table {
  width: 100% !important;
}

.ffsafe-front-page-content > :not(.ffsafe-football-site),
.ffsafe-shortcode-width > :not(.ffsafe-football-site) {
  overflow-x: auto;
}

.ffsafe-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  min-height: 260px;
  padding: 34px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 37, 22, 0.92), rgba(20, 138, 44, 0.88)),
    url("assets/football-pattern.svg") center / cover;
  color: #fff;
  box-shadow: 0 18px 40px rgba(8, 37, 22, 0.24);
}

.ffsafe-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
}

.ffsafe-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.ffsafe-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(245, 197, 66, 0.16);
  color: var(--ffsafe-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ffsafe-score-card {
  align-self: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  text-align: center;
}

.ffsafe-score-card span,
.ffsafe-score-card small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
}

.ffsafe-score-card strong {
  display: block;
  margin: 8px 0;
  color: var(--ffsafe-gold);
  font-size: 46px;
  line-height: 1;
}

.ffsafe-shell {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.ffsafe-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ffsafe-panel,
.ffsafe-content,
.ffsafe-brand-card,
.ffsafe-odds-table,
.ffsafe-article {
  border: 1px solid var(--ffsafe-line);
  border-radius: 8px;
  background: var(--ffsafe-surface);
  box-shadow: 0 12px 26px rgba(8, 37, 22, 0.08);
}

.ffsafe-panel {
  padding: 14px;
}

.ffsafe-panel h2,
.ffsafe-section-head h2,
.ffsafe-article h2,
.ffsafe-article h3 {
  color: var(--ffsafe-green-dark);
}

.ffsafe-panel h2 {
  margin: -14px -14px 10px;
  padding: 11px 14px;
  border-radius: 8px 8px 0 0;
  background: var(--ffsafe-green-dark);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ffsafe-panel a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(16, 32, 24, 0.08);
  color: var(--ffsafe-ink);
  font-weight: 750;
}

.ffsafe-panel a:last-child {
  border-bottom: 0;
}

.ffsafe-panel a:hover {
  color: var(--ffsafe-green);
}

.ffsafe-panel--hot a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  line-height: 1.35;
}

.ffsafe-panel--hot span {
  width: 42px;
  height: 32px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 70% 30%, var(--ffsafe-gold), transparent 22%),
    linear-gradient(135deg, var(--ffsafe-green), var(--ffsafe-green-dark));
}

.ffsafe-content {
  padding: 18px;
}

.ffsafe-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ffsafe-section-head h2 {
  margin: 0;
  font-size: 24px;
}

.ffsafe-section-head a,
.ffsafe-brand-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--ffsafe-red);
  color: #fff;
  font-weight: 900;
}

.ffsafe-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ffsafe-brand-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
}

.ffsafe-brand-logo {
  display: grid;
  place-items: center;
  width: 58px;
  height: 46px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--ffsafe-green), var(--ffsafe-lime));
  color: #06210f;
  font-weight: 1000;
}

.ffsafe-brand-card strong,
.ffsafe-brand-card small {
  display: block;
}

.ffsafe-brand-card small {
  color: var(--ffsafe-muted);
}

.ffsafe-link-strip,
.ffsafe-league-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.ffsafe-link-strip a,
.ffsafe-league-chips a {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(20, 138, 44, 0.18);
  border-radius: 999px;
  background: #f5fbf2;
  color: var(--ffsafe-green-dark);
  font-size: 13px;
  font-weight: 800;
}

.ffsafe-odds-table {
  overflow: hidden;
  margin-top: 16px;
}

.ffsafe-table-title {
  padding: 12px 14px;
  background: linear-gradient(90deg, var(--ffsafe-green-dark), var(--ffsafe-green));
  color: #fff;
  font-weight: 900;
}

.ffsafe-match-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 120px 150px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid rgba(16, 32, 24, 0.08);
}

.ffsafe-match-row span {
  color: var(--ffsafe-red);
  font-weight: 900;
}

.ffsafe-match-row strong {
  color: var(--ffsafe-ink);
}

.ffsafe-match-row em {
  color: var(--ffsafe-muted);
  font-style: normal;
  font-weight: 700;
}

.ffsafe-match-row small {
  color: var(--ffsafe-muted);
}

.ffsafe-match-row b {
  color: var(--ffsafe-green-dark);
  text-align: right;
}

.ffsafe-article {
  margin-top: 16px;
  padding: 18px;
}

.ffsafe-article h2 {
  margin-top: 0;
}

.ffsafe-article p {
  color: #263a2e;
}

@media (max-width: 900px) {
  .ffsafe-hero,
  .ffsafe-shell,
  .ffsafe-brand-grid,
  .ffsafe-match-row {
    grid-template-columns: 1fr;
  }

  .ffsafe-score-card {
    text-align: left;
  }

  .ffsafe-brand-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .ffsafe-brand-card a {
    grid-column: 1 / -1;
  }

  .ffsafe-match-row b {
    text-align: left;
  }
}

@media (max-width: 549px) {
  .ffsafe-hero,
  .ffsafe-content,
  .ffsafe-article {
    padding: 16px;
  }

  .ffsafe-hero h1 {
    font-size: 30px;
  }
}

/* Bo cuc bong da gon nhe. */
:root {
  --ff-container: 1080px;
  --ff-gutter: 30px;
  --ff-side-padding: 15px;
  --ff-sidebar: 238px;
  --ff-gap: 14px;
  --ff-green: #148a2c;
  --ff-green-dark: #083b22;
  --ff-green-soft: #eff8ee;
  --ff-gold: #f5c542;
  --ff-red: #d8272f;
  --ff-ink: #17231c;
  --ff-muted: #66756b;
  --ff-line: rgba(23, 35, 28, 0.12);
  --ff-card: #ffffff;
  --ff-header-height: 58px;
  --ff-font-main: var(--ffsafe-font-main);
}

html {
  scroll-padding-top: calc(var(--ff-header-height) + 14px);
}

body.ff-theme {
  margin: 0;
  background: #eef6ea;
  color: var(--ff-ink);
  font-family: var(--ff-font-main);
  line-height: 1.65;
}

.ff-theme,
.ff-theme button,
.ff-theme input,
.ff-theme select,
.ff-theme textarea {
  font-family: var(--ff-font-main);
}

.screen-reader-text,
.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus,
.skip-link:focus {
  position: fixed !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 100000 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 14px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: var(--ff-green-dark) !important;
  box-shadow: 0 8px 24px rgba(8, 59, 34, 0.18) !important;
}

.ff-theme *,
.ff-theme *::before,
.ff-theme *::after {
  box-sizing: border-box;
}

.ff-theme a {
  color: inherit;
  text-decoration: none;
}

.ff-entry-content a {
  color: #0b66c3;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ff-entry-content a:hover {
  color: #084f96;
}

.ff-theme img,
.ff-theme iframe,
.ff-theme object,
.ff-theme embed {
  max-width: 100% !important;
}

.ff-container {
  width: min(100%, var(--ff-container));
  margin-inline: auto;
  padding-inline: var(--ff-side-padding);
}

.ff-header .ff-container {
  width: 100%;
  max-width: none;
  padding-inline: clamp(22px, 2.6vw, 44px);
}

.ff-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  min-height: var(--ff-header-height);
  background: #edf8e9;
  border-bottom: 1px solid rgba(8, 59, 34, 0.1);
  box-shadow: 0 8px 20px rgba(8, 59, 34, 0.06);
}

.admin-bar .ff-header {
  top: 32px;
}

.ff-header-row {
  display: flex;
  align-items: center;
  min-height: var(--ff-header-height);
  flex-wrap: nowrap;
  gap: clamp(12px, 1.5vw, 24px);
  padding-block: 8px;
}

.ff-brand {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
  margin-right: 0;
  font-weight: 900;
  color: var(--ff-green-dark);
}

.ff-brand--native {
  width: clamp(220px, 18vw, 285px);
  min-width: 0;
}

.ff-brand--native a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  color: inherit;
}

.ff-brand--native img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 58px;
  height: auto;
  object-fit: contain;
}

.ff-brand--native .header-logo-sticky,
.ff-brand--native .header-logo-dark,
.ff-brand--native .logo-tagline {
  display: none !important;
}

.ff-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(4px, 0.45vw, 8px);
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
}

.ff-nav a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 clamp(8px, 0.8vw, 13px);
  border-radius: 999px;
  color: #1a2b21;
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 800;
  white-space: nowrap;
}

.ff-nav a:hover {
  background: #ffffff;
  color: var(--ff-green-dark);
}

.ff-nav a.is-current {
  background: #ffffff;
  color: var(--ff-green-dark);
}

.ff-nav svg {
  width: clamp(15px, 1vw, 17px);
  height: clamp(15px, 1vw, 17px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ff-menu-toggle {
  display: none;
  margin-left: auto;
  width: 38px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ff-green-dark);
  font-weight: 800;
  place-items: center;
}

.ff-menu-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.ff-site-main {
  padding: 16px 0 0;
}

.ff-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--ff-gap);
  align-items: start;
}

.ff-sidebar {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.ff-side-panel,
.ff-article,
.ff-prefooter,
.ff-footer-card {
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: var(--ff-card);
  box-shadow: 0 8px 18px rgba(8, 59, 34, 0.05);
}

.ff-side-panel {
  overflow: hidden;
}

.ff-side-panel h2 {
  margin: 0;
  padding: 10px 12px;
  background: var(--ff-green-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.ff-side-panel > a {
  display: block;
  padding: 9px 12px;
  border-top: 1px solid rgba(23, 35, 28, 0.08);
  color: var(--ff-ink);
  font-size: 14px;
  font-weight: 750;
}

.ff-side-panel > a:hover {
  color: var(--ff-green);
  background: #f7fbf4;
}

.ff-hot-panel a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 9px;
  padding: 10px 12px;
}

.ff-hot-panel strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.ff-hot-panel small {
  display: block;
  margin-top: 3px;
  color: var(--ff-red);
  font-size: 12px;
  font-weight: 800;
}

.ff-hot-thumb {
  grid-row: span 2;
  display: block;
  overflow: hidden;
  width: 48px;
  height: 38px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 70% 30%, var(--ff-gold), transparent 22%),
    linear-gradient(135deg, var(--ff-green), var(--ff-green-dark));
}

.ff-hot-thumb img,
.ff-hot-thumb span {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-hot-empty {
  margin: 0;
  padding: 10px 12px;
  color: var(--ff-muted);
  font-size: 13px;
}

.ff-content-main {
  min-width: 0;
  width: 100%;
  max-width: 1050px;
  margin-inline: auto;
}

.ff-article {
  padding: 18px;
}

.ff-entry-header h1,
.ff-entry-content h1 {
  margin: 0 0 14px;
  color: var(--ff-green-dark);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
}

.ff-entry-content h2 {
  margin: 24px 0 12px;
  color: var(--ff-green-dark);
  font-size: 24px;
  line-height: 1.25;
}

.ff-entry-content h3 {
  margin: 20px 0 10px;
  color: #163520;
  font-size: 20px;
  line-height: 1.3;
}

.ff-entry-content p {
  margin: 0 0 14px;
}

.ff-entry-content > *,
.ff-content-main > *,
.ff-content-main [class*="shortcode"],
.ff-content-main [id*="shortcode"] {
  max-width: 100% !important;
}

.ff-entry-content *,
.ff-content-main [class*="fixture"],
.ff-content-main [class*="score"],
.ff-content-main [class*="table"],
.ff-content-main [class*="match"] {
  max-width: 100% !important;
}

.ff-entry-content .alignwide,
.ff-entry-content .alignfull {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ff-entry-content iframe,
.ff-entry-content object,
.ff-entry-content embed {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

.ff-entry-content table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
}

.ff-entry-content [style*="width"],
.ff-content-main [style*="width"] {
  max-width: 100% !important;
}

.ff-entry-content {
  overflow-x: auto;
}

.ff-prefooter {
  margin-top: 16px;
  padding: 18px;
}

.ff-prefooter:empty {
  display: none;
}

.ff-footer {
  margin-top: 32px;
  padding: 48px 0 28px;
  background: #edf8e9;
  color: #1a2b21;
  border-top: 1px solid rgba(8, 59, 34, 0.1);
}

.ff-footer-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.ff-footer-card {
  border-color: rgba(8, 59, 34, 0.1);
  background: #ffffff;
  box-shadow: none;
}

.ff-footer-card {
  padding: 14px;
}

.ff-footer-card h2,
.ff-footer-col h3 {
  margin: 0 0 10px;
  color: var(--ff-green-dark);
  font-size: 16px;
}

.ff-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ff-pill-row a {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--ff-green-dark);
  font-weight: 800;
}

.ff-footer-main {
  display: grid;
  grid-template-columns: minmax(430px, 1.8fr) repeat(3, minmax(130px, 0.62fr));
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.ff-footer-about,
.ff-footer-col {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ff-footer-logo {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--ff-green-dark);
  font-size: 28px;
  font-style: italic;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ff-footer-logo__image {
  display: block;
  width: auto;
  max-width: 170px;
  max-height: 72px;
  object-fit: contain;
}

.ff-footer-about p {
  max-width: 560px;
  margin: 0;
  color: #2d4436;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.ff-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ff-social-links a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid rgba(8, 59, 34, 0.22);
  border-radius: 50%;
  color: var(--ff-green-dark);
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.ff-social-links a:hover {
  border-color: var(--ff-green);
  color: var(--ff-green);
  transform: translateY(-1px);
}

.ff-social-links svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.ff-footer-col h3 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(8, 59, 34, 0.14);
  color: var(--ff-green-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: none;
}

.ff-footer-col h3::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 44px;
  height: 2px;
  background: var(--ff-green);
  content: "";
}

.ff-footer-col a {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
  color: #263a2e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ff-footer-col a:last-child {
  border-bottom: 0;
}

.ff-footer-col a:hover {
  color: var(--ff-green);
}

.ff-footer-bottom {
  display: block;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 59, 34, 0.12);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.ff-footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ff-footer-contact-item {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(8, 59, 34, 0.1);
  border-radius: 6px;
  background: #ffffff;
}

.ff-footer-contact-item span,
.ff-footer-tags span {
  display: block;
  margin-bottom: 3px;
  color: var(--ff-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ff-footer-contact-item strong {
  display: block;
  overflow-wrap: anywhere;
  color: #1a2b21;
  font-size: 12px;
  font-weight: 700;
}

.ff-footer-contact-item a {
  color: inherit;
  text-decoration: none;
}

.ff-footer-contact-item a:hover {
  color: var(--ff-green);
}

.ff-footer-tags,
.ff-footer-tele,
.ff-footer-copy {
  margin-top: 12px;
  color: #3d5446;
  text-align: center;
}

.ff-footer-tags {
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
}

.ff-footer-tags span {
  display: inline;
  margin: 0 8px 0 0;
}

.ff-footer-tele strong {
  color: var(--ff-green-dark);
}

.ff-footer-copy {
  color: #66756b;
}

.ff-home-latest {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}

.ff-home-latest__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.ff-home-latest__head h2 {
  margin: 0;
  color: var(--ff-green-dark);
  font-size: 22px;
  line-height: 1.25;
}

.ff-home-latest__head span {
  color: var(--ff-muted);
  font-size: 13px;
  font-weight: 800;
}

.ff-home-latest__viewport {
  overflow: hidden;
  padding-bottom: 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ff-home-latest__viewport::-webkit-scrollbar {
  display: none;
}

.ff-home-latest__track {
  display: grid;
  grid-auto-columns: calc((100% - 36px) / 4);
  grid-auto-flow: column;
  gap: 12px;
}

.ff-home-latest__nav {
  position: absolute;
  top: 34%;
  z-index: 4;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(8, 59, 34, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ff-green-dark);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(8, 59, 34, 0.14);
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.ff-home-latest__nav:hover {
  background: var(--ff-green-dark);
  color: #fff;
  transform: translateY(-1px);
}

.ff-home-latest__nav:disabled {
  opacity: 0.28;
  pointer-events: none;
}

.ff-home-latest__nav--prev {
  left: -19px;
}

.ff-home-latest__nav--next {
  right: -19px;
}

.ff-latest-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 59, 34, 0.05);
  scroll-snap-align: start;
}

.ff-latest-card__link {
  display: block;
  height: 100%;
  color: inherit;
}

.ff-latest-card__thumb {
  position: relative;
  display: block;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background: var(--ff-green-soft);
}

.ff-latest-card__thumb img,
.ff-latest-card__thumb span {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none !important;
  height: 100%;
  object-fit: cover;
}

.ff-latest-card__thumb span {
  background:
    radial-gradient(circle at 70% 30%, var(--ff-gold), transparent 22%),
    linear-gradient(135deg, var(--ff-green), var(--ff-green-dark));
}

.ff-latest-card__body {
  padding: 18px 14px 16px;
  text-align: center;
}

.ff-latest-card__cat {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 6px 14px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--ff-green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ff-latest-card__title {
  display: -webkit-box;
  min-height: 43px;
  margin: 0;
  overflow: hidden;
  color: var(--ff-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ff-latest-card__divider {
  width: 34px;
  height: 2px;
  margin: 10px auto;
  background: rgba(8, 59, 34, 0.18);
}

.ff-latest-card__excerpt {
  display: -webkit-box;
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: var(--ff-muted);
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ff-latest-card__date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  width: 36px;
  min-height: 40px;
  place-items: center;
  border: 2px solid var(--ff-green);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ff-green);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  box-shadow: 0 4px 12px rgba(8, 59, 34, 0.14);
}

.ff-latest-card__date strong,
.ff-latest-card__date span {
  display: block;
}

.ff-latest-card__date strong {
  font-size: 16px;
}

.ff-latest-card__date span {
  margin-top: 1px;
  font-size: 9px;
  text-transform: uppercase;
}

.ff-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ff-partner-card {
  display: grid;
  min-height: 80px;
  place-items: center;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.ff-partner-card img {
  width: 100%;
  height: auto;
}

.ff-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ff-post-card {
  overflow: hidden;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
}

.ff-post-card__thumb {
  display: block;
  background: var(--ff-green-soft);
}

.ff-post-card__thumb img,
.ff-post-card__thumb span {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ff-post-card__thumb span {
  background:
    radial-gradient(circle at 70% 30%, var(--ff-gold), transparent 22%),
    linear-gradient(135deg, var(--ff-green), var(--ff-green-dark));
}

.ff-post-card__body {
  padding: 12px;
}

.ff-post-card h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
}

.ff-post-card p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 14px;
}

.ff-category-archive {
  display: block;
}

.ff-category-head {
  margin-bottom: 18px;
  text-align: center;
}

.ff-category-kicker {
  display: none;
}

.ff-category-head h1 {
  margin: 0 0 10px;
  color: var(--ff-green-dark);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
}

.ff-category-desc p {
  max-width: 760px;
  margin: 0 0 10px;
  margin-inline: auto;
  color: #263a2e;
}

.ff-category-grid {
  display: grid;
  grid-template-columns: repeat(var(--ff-category-columns, 2), minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.ff-category-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 59, 34, 0.05);
}

.ff-category-card__thumb {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.25% !important;
  overflow: hidden !important;
  background: var(--ff-green-soft) !important;
  line-height: 0 !important;
}

.ff-category-card__thumb img,
.ff-category-card__thumb span {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.ff-category-card__thumb span {
  background:
    radial-gradient(circle at 70% 30%, var(--ff-gold), transparent 22%),
    linear-gradient(135deg, var(--ff-green), var(--ff-green-dark));
}

.ff-category-card__body {
  display: flex;
  min-height: 98px;
  padding: 13px 14px 15px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.ff-category-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ff-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ff-category-card__title:hover {
  color: var(--ff-green);
}

.ff-category-card time {
  color: var(--ff-red);
  font-size: 13px;
  font-weight: 850;
}

.ff-category-card p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 14px;
}

.ff-category-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
}

.ff-category-pagination a,
.ff-category-pagination span,
.ff-category-pagination strong {
  display: inline-flex;
  min-height: 38px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ff-green-dark);
  font-size: 14px;
  font-weight: 900;
}

.ff-category-pagination a:hover {
  background: var(--ff-green-dark);
  color: #fff;
}

.ff-category-pagination span {
  color: var(--ff-muted);
  background: #f6faf3;
}

.ff-category-recommended {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--ff-line);
}

.ff-category-recommended h2 {
  margin: 0 0 12px;
  color: var(--ff-green-dark);
  font-size: 22px;
  line-height: 1.25;
}

.ff-category-grid--recommended {
  margin-top: 0;
}

.ff-category-card--compact .ff-category-card__body {
  min-height: 88px;
}

.ff-category-empty {
  margin: 0;
  color: var(--ff-muted);
}

.ff-content-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: start;
}

.ff-content-column,
.ff-single-primary {
  min-width: 0;
}

.ff-single-primary {
  display: grid;
  gap: 18px;
}

.ff-related-sidebar {
  position: sticky;
  top: calc(var(--ff-header-height) + 18px);
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 59, 34, 0.05);
}

.ff-related-sidebar h2,
.ff-related-block h2,
.ff-wp-comments h2,
.ff-wp-comments .comment-reply-title {
  margin: 0 0 12px;
  color: var(--ff-green-dark);
  font-size: 20px;
  line-height: 1.25;
}

.ff-related-list {
  display: grid;
  gap: 11px;
}

.ff-related-mini {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--ff-ink);
}

.ff-related-mini:hover strong {
  color: var(--ff-green);
}

.ff-related-mini__thumb {
  position: relative;
  display: block;
  height: 54px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--ff-green-soft);
}

.ff-related-mini__thumb img,
.ff-related-mini__thumb span {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-related-mini__thumb span {
  background:
    radial-gradient(circle at 70% 30%, var(--ff-gold), transparent 22%),
    linear-gradient(135deg, var(--ff-green), var(--ff-green-dark));
}

.ff-related-mini__body {
  min-width: 0;
}

.ff-related-mini strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ff-related-mini time {
  display: block;
  margin-top: 4px;
  color: var(--ff-red);
  font-size: 12px;
  font-weight: 800;
}

.ff-related-block {
  margin-top: 0;
}

.ff-related-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ff-wp-comments {
  margin-top: 0;
}

.ff-wp-comments .comment-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.ff-wp-comments .children {
  margin: 12px 0 0 18px;
  padding: 0;
  list-style: none;
}

.ff-wp-comments .comment-body {
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #f9fcf7;
}

.ff-wp-comments .comment-meta,
.ff-wp-comments .comment-author {
  color: var(--ff-muted);
  font-size: 13px;
}

.ff-wp-comments .comment-author {
  color: var(--ff-ink);
  font-weight: 900;
}

.ff-wp-comments .comment-content {
  color: var(--ff-ink);
  font-size: 14px;
  line-height: 1.65;
}

.ff-wp-comments input[type="text"],
.ff-wp-comments input[type="email"],
.ff-wp-comments input[type="url"],
.ff-wp-comments textarea {
  width: 100%;
  border: 1px solid var(--ff-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ff-ink);
}

.ff-wp-comments textarea {
  min-height: 130px;
}

.ff-wp-comments .form-submit .submit {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--ff-green-dark);
  color: #fff;
  font-weight: 900;
}

.ff-wp-comments .form-submit .submit:hover {
  background: var(--ff-green);
}

.ff-entry-meta {
  margin-top: -4px;
  margin-bottom: 12px;
  color: var(--ff-muted);
  font-size: 13px;
  font-weight: 700;
}

.ff-featured-image {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 6px;
}

.ff-featured-image img {
  width: 100%;
  height: auto;
}

.ff-author-box {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--ff-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 59, 34, 0.05);
}

.ff-author-box__avatar,
.ff-author-box__image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.ff-author-box__image {
  display: block;
  object-fit: cover;
}

.ff-author-box__body span {
  display: block;
  margin-bottom: 2px;
  color: var(--ff-green);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ff-author-box__body strong {
  display: block;
  color: var(--ff-green-dark);
  font-size: 17px;
  line-height: 1.3;
}

.ff-author-box__body p {
  margin: 6px 0 0;
  color: #3d5446;
  font-size: 14px;
  line-height: 1.6;
}

.ff-fixtures-block {
  width: 100%;
  margin: 16px 0;
}

.ff-fixtures-crop {
  position: relative;
  max-height: 420px;
  overflow: hidden;
}

.ff-fixtures-block:not(.is-open) .ff-fixtures-crop::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 92px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--ff-card));
  pointer-events: none;
}

.ff-fixtures-block.is-open .ff-fixtures-crop {
  max-height: none;
}

.ff-fixtures-scale {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  zoom: var(--ff-fixture-scale, 1);
}

@supports not (zoom: 1) {
  .ff-fixtures-scale {
    width: calc(100% / var(--ff-fixture-scale, 1));
    transform: scale(var(--ff-fixture-scale, 1));
    transform-origin: top left;
  }
}

.ff-fixtures-toggle {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  border: 0;
  border-radius: 6px;
  background: var(--ff-green);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.ff-fixtures-toggle:hover {
  background: var(--ff-green-dark);
}

.ff-legacy-shortcode {
  width: 100%;
  max-width: 100%;
}

.ff-legacy-shortcode h2 {
  margin-top: 0;
}

.ff-pagination {
  margin-top: 16px;
}

.ff-content-main .searchform,
.ff-content-main .search-form {
  max-width: 100% !important;
}

@media (max-width: 1240px) and (min-width: 821px) {
  .ff-header {
    min-height: auto;
  }

  .ff-header-row {
    min-height: 68px;
    gap: 14px;
    padding-block: 8px;
  }

  .ff-brand--native {
    width: clamp(190px, 18vw, 240px);
  }

  .ff-brand--native img {
    max-height: 54px;
  }

  .ff-menu-toggle {
    display: none;
  }

  .ff-nav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    row-gap: 6px;
    column-gap: 6px;
  }

  .ff-nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }
}

@media (max-width: 820px) {
  .ff-header-row {
    position: relative;
  }

  .ff-brand--native {
    width: min(230px, 44vw);
  }

  .ff-brand--native img {
    max-width: min(230px, 44vw) !important;
  }

  .ff-menu-toggle {
    display: grid;
    margin-left: auto;
  }

  .ff-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: clamp(22px, 2.6vw, 44px);
    left: clamp(22px, 2.6vw, 44px);
    z-index: 10000;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(8, 59, 34, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(8, 59, 34, 0.16);
  }

  .ff-nav.is-open {
    display: flex;
  }

  .ff-nav a {
    justify-content: flex-start;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  :root {
    --ff-gutter: 30px;
    --ff-side-padding: 15px;
  }

  .ff-footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ff-footer-about {
    grid-column: 1 / -1;
  }

  .ff-footer-about p {
    max-width: none;
  }

  .ff-footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-content-with-sidebar {
    grid-template-columns: 1fr;
  }

  .ff-related-sidebar {
    position: static;
  }

  .ff-home-latest__track {
    grid-auto-columns: calc((100% - 24px) / 3);
  }
}

@media (max-width: 820px) {
  .ffsafe-football-site {
    width: calc(100% + var(--ffsafe-content-gutter));
    max-width: calc(100% + var(--ffsafe-content-gutter));
    margin-left: calc(var(--ffsafe-content-gutter) / -2);
    margin-right: calc(var(--ffsafe-content-gutter) / -2);
  }

  html {
    margin-top: 0 !important;
  }

  body.admin-bar {
    margin-top: 0 !important;
  }

  .admin-bar .ff-header {
    top: 0;
  }

  .ff-header {
    top: 0;
  }

  .ff-layout,
  .ff-footer-top,
  .ff-footer-main,
  .ff-partner-grid,
  .ff-post-grid {
    grid-template-columns: 1fr;
  }

  .ff-sidebar {
    display: none;
  }

  .ff-content-main {
    order: 1;
  }

  .ff-footer {
    padding: 34px 0 24px;
  }

  .ff-footer-main {
    gap: 28px;
  }

  .ff-home-latest__nav--prev {
    left: 8px;
  }

  .ff-home-latest__nav--next {
    right: 8px;
  }

  .ff-footer-about {
    grid-column: auto;
  }

  .ff-footer-col h3 {
    margin-bottom: 12px;
  }

  .ff-home-latest__track {
    grid-auto-columns: calc((100% - 12px) / 2);
  }
}

@media (max-width: 600px) {
  :root {
    --ff-gutter: 30px;
    --ff-side-padding: 15px;
  }

  .ff-article,
  .ff-prefooter,
  .ff-footer-card {
    padding: 14px;
  }

  .ff-category-grid {
    grid-template-columns: 1fr;
  }

  .ff-category-card__body {
    min-height: 86px;
  }

  .ff-related-card-grid {
    grid-template-columns: 1fr;
  }

  .ff-related-mini {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .ff-related-mini__thumb {
    height: 50px;
  }

  .ff-wp-comments .children {
    margin-left: 10px;
  }

  .ff-author-box {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .ff-author-box__avatar,
  .ff-author-box__image {
    width: 54px;
    height: 54px;
  }

  .ff-brand--native img {
    max-width: min(180px, 58vw) !important;
  }

  .ff-brand--native {
    width: min(180px, 58vw);
  }

  .ff-home-latest__head {
    display: block;
  }

  .ff-home-latest__head h2 {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .ff-home-latest__track {
    grid-auto-columns: min(82vw, 300px);
  }

  .ff-latest-card__title {
    font-size: 14px;
  }

  .ff-footer-about p,
  .ff-footer-col a {
    font-size: 13px;
  }

  .ff-footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .ff-footer-tags,
  .ff-footer-tele,
  .ff-footer-copy {
    text-align: left;
  }
}
.ff-back-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  display: grid;
  width: 42px;
  height: 42px;
  border: 2px solid #f5c542;
  border-radius: 50%;
  background: transparent;
  color: #f5c542;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.ff-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ff-back-top:hover {
  border-color: #083b22;
  background: #083b22;
  color: #ffffff;
}


@media (max-width: 600px) {
  .ff-back-top {
    right: 14px;
    bottom: 14px;
  }
}
body.ff-theme {
  font-weight: 400;
}

.ff-theme h1,
.ff-theme h2,
.ff-theme h3,
.ff-theme h4,
.ff-theme h5,
.ff-theme h6,
.ff-theme .ff-nav a,
.ff-theme .ff-category-card__title,
.ff-theme .ff-latest-card__title {
  font-weight: 800;
}

.ff-theme h1,
.ff-theme h2,
.ff-theme h3,
.ff-theme .entry-title,
.ff-theme .ff-entry-header h1 {
  font-family: var(--ffsafe-font-heading);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.ff-entry-header h1 {
  color: #075f3b;
  font-size: 42px;
  line-height: 1.25;
  text-align: center;
}
