<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* News Detail Template Styles */
.template-news {
  display: flex;
  flex-wrap: wrap;
  /* gap: 2rem; */
}

.template-news .news-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  overflow: hidden;
}

.template-news .news-item .news-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
}

.template-news .news-item .news-content .news-text {
  flex: 1;
  margin-bottom: 1rem;
}

.template-news .news-item .caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  padding: 1rem;
  background: #f8f9fa;
}

.template-news .news-item .caption p {
  margin-top: 2rem;
  color: #666;
}

.template-news .news-item .caption a {
  position: static;
  color: #285f45;
  text-decoration: none;
  transition: color 0.3s ease;
}

.template-news .news-item .caption a:hover {
  color: #00b6c8;
}

/* Article Content Styles */
.article-section .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.article-section .content .article-header .title {
  color: #285f45;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.article-section .content .article-header .meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.article-section .content .article-thumb {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
}

.article-section .content .article-thumb .embed-responsive {
  border-radius: 8px;
  overflow: hidden;
}

.article-section .content .article-body {
  font-family: var(--font-secondary);
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
}

.article-section .content .news-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.article-section .content .news-nav-link {
  display: flex;
  flex-direction: column;
  color: #285f45;
  text-decoration: none;
  transition: color 0.3s ease;
  flex-basis: 50%;
}

.article-section .content .news-nav-title {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.article-section .content .news-nav-body {
  font-weight: 500;
}

/* Sidebar Styles */
.sidebar {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
}

.sidebar .block {
  margin-bottom: 2rem;
}

.sidebar .block-heading {
  color: #285f45;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #285f45;
}

/* Related News Styles - Scoped to article content */
.article-section .content .list-group {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.article-section .content .list-group-title {
  padding: 1rem;
  background: #285f45;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.article-section .content .list-group-title-danger {
  background: #dc3545;
}
.article-section .content .list-group-title-heading {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.article-section .content .list-group-item {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.article-section .content .list-group-item:last-child {
  border-bottom: none;
}
.article-section .content .list-group-item:hover {
  background-color: #f8f9fa;
}
.article-section .content .list-group-item-heading {
  color: #285f45;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.article-section .content .list-group-item-text {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.players.detail .sidebar .list-group {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.players.detail .sidebar .list-group-title {
  padding: 1rem;
  background: #285f45;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.players.detail .sidebar .list-group-title-danger {
  background: #dc3545;
}
.players.detail .sidebar .list-group-title-heading {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.players.detail .sidebar .list-group-item {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.players.detail .sidebar .list-group-item:last-child {
  border-bottom: none;
}
.players.detail .sidebar .list-group-item:hover {
  background-color: #f8f9fa;
}
.players.detail .sidebar .list-group-item-heading {
  color: #285f45;
  margin-bottom: 0.5rem;
}
.players.detail .content-section-details {
  overflow: hidden;
  padding-top: 0px;
}
.players.detail .hero-image-container {
  transition: aspect-ratio 0.1s ease-in-out;
  overflow: hidden;
}
.players.detail .hero-image-container img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .players.detail .hero-image-container {
    aspect-ratio: 15/6;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .players.detail .hero-image-container {
    aspect-ratio: 10/6;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .players.detail .hero-image-container {
    aspect-ratio: 7/6;
  }
}
@media (max-width: 549px) {
  .players.detail .hero-image-container {
    aspect-ratio: 1/1;
  }
}

/* Newsletter Signup Styles */
.signup-section {
  /* background: #285f45; */
  color: #fff;
  padding: 3rem 0;
}
.signup-section p {
  width: min(70ch, 100%);
}

.signup-section .title {
  margin-bottom: 1rem;
}

/* Join Section Social Icons */
.join-section .social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.join-section .social li {
  transition: opacity 0.3s ease;
}
.join-section .social:hover li {
  opacity: 0.5;
}
.join-section .social li:hover {
  opacity: 1;
}
.join-section .social a {
  display: block;
  padding: 0.5rem;
}
.join-section .social a:hover {
  color: #fff;
}
.join-section .social .icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.join-section .social li:hover .icon {
  transform: scale(1.3);
}

/* Responsive Styles */
@media (max-width: 767px) {
  .template-news {
    display: block;
  }
  .template-news .news-item {
    display: block;
    margin-bottom: 2rem;
  }
  .template-news .news-item .news-content {
    display: block;
    height: auto;
  }
  .article-section .content .article-header .title {
    font-size: 2rem;
  }
  .signup-section .form-group {
    flex-direction: column;
  }
  .sidebar {
    margin-top: 2rem;
  }
}
/* Accessibility Improvements */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus Styles */
a:focus,
button:focus,
input:focus {
  /* outline: 2px solid #00b6c8; */
  outline-offset: 2px;
}

/* Generic Post Title Component */
.post-title {
  position: fixed;
  top: var(--header-height-scrolled);
  left: 0;
  right: 0;
  background: var(--tb-primary-green);
  color: white;
  padding: 15px 0;
  z-index: calc(var(--z-index-header) - 1);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.post-title.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.post-title .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.post-heading {
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: white;
  letter-spacing: 0.25em;
}

/* Post Title Variants */
.post-title-success {
  background: var(--tb-primary-green);
}

.post-title-danger {
  background: var(--tb-primary-red);
}

.post-title-warning {
  background: var(--tb-primary-yellow);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .post-title {
    top: var(--header-height-scrolled-tablet);
  }
}
@media (max-width: 767px) {
  .post-title {
    top: var(--header-height-mobile-scrolled);
  }
}
@media (max-width: 480px) {
  .post-title {
    top: var(--header-height-small-mobile-scrolled);
  }
  .post-heading {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .article-section .sidebar {
    width: 100%;
  }
}
.sidebar .caption-content {
  background-color: #fff;
}

.main .breadcrumb {
  font-family: var(--font-primary);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.main .breadcrumb:hover {
  color: var(--tb-primary-green);
}

/* Player Placeholder Styles */
.placeholder-image {
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-image .nccc-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  fill: #006143;
}

.placeholder-image .blaze-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  max-height: 60%;
}

.img-holder {
  display: block;
  position: relative;
  overflow: hidden;
}

.img-holder img {
  width: 100%;
  height: auto;
  display: block;
}

.article-tpl .main,
.players.list.no-hero .main,
.news-list .main,
.diary-page .main {
  margin-top: 60px;
}
.article-tpl .main,
.players.list.no-hero .main,
.news-list .main,
.diary-page .main {
  margin-top: 60px;
}
@media (min-width: 480px) {
  .article-tpl .main,
  .players.list.no-hero .main,
  .news-list .main,
  .diary-page .main {
    margin-top: 100px;
  }
}
@media (min-width: 769px) {
  .article-tpl .main,
  .players.list.no-hero .main,
  .news-list .main,
  .diary-page .main {
    margin-top: var(--top-margin);
  }
}

/* Blaze Team Custom Styles */
.blaze-section {
  --blaze-bg: var(--menu-hover);
  --blaze-text: var(--blaze-black);
  --blaze-hover: var(--blaze-orange);
  --blaze-accent: var(--blaze-yellow);
  --blaze-accent-hover: #fff;
}
.blaze-section .site-header,
.blaze-section .site-header__wrapper {
  background-color: var(--blaze-bg);
  color: var(--blaze-text);
}
.blaze-section .site-header a,
.blaze-section .site-header__wrapper a {
  color: var(--blaze-text);
}
.blaze-section .site-header a:hover,
.blaze-section .site-header__wrapper a:hover {
  color: var(--blaze-hover);
}
.blaze-section .site-header .social-icons .icon,
.blaze-section .site-header__wrapper .social-icons .icon {
  fill: var(--blaze-text);
}
.blaze-section .site-header .social-icons .icon:hover,
.blaze-section .site-header__wrapper .social-icons .icon:hover {
  fill: var(--blaze-hover);
}
.blaze-section .site-header .menu-toggle,
.blaze-section .site-header__wrapper .menu-toggle {
  color: var(--blaze-text);
}
.blaze-section .site-header .menu-toggle .hamburger span,
.blaze-section .site-header__wrapper .menu-toggle .hamburger span {
  background-color: var(--blaze-text);
}
.blaze-section .post-title-success {
  background-color: var(--blaze-black);
}
.blaze-section .menu-overlay,
.blaze-section .submenu,
.blaze-section .submenu-header {
  background-color: var(--blaze-black);
}
.blaze-section .menu-overlay .menu-link,
.blaze-section .submenu .menu-link,
.blaze-section .submenu-header .menu-link {
  color: var(--blaze-accent);
}
.blaze-section .menu-overlay .menu-link:hover,
.blaze-section .submenu .menu-link:hover,
.blaze-section .submenu-header .menu-link:hover {
  color: var(--blaze-accent-hover);
}
.blaze-section .menu-overlay .back-button,
.blaze-section .menu-overlay .breadcrumb-nav,
.blaze-section .menu-overlay .breadcrumb-nav .breadcrumb-item,
.blaze-section .submenu .back-button,
.blaze-section .submenu .breadcrumb-nav,
.blaze-section .submenu .breadcrumb-nav .breadcrumb-item,
.blaze-section .submenu-header .back-button,
.blaze-section .submenu-header .breadcrumb-nav,
.blaze-section .submenu-header .breadcrumb-nav .breadcrumb-item {
  color: var(--blaze-yellow);
}
.blaze-section .menu-overlay .back-button:hover,
.blaze-section .menu-overlay .breadcrumb-nav:hover,
.blaze-section .menu-overlay .breadcrumb-nav .breadcrumb-item:hover,
.blaze-section .submenu .back-button:hover,
.blaze-section .submenu .breadcrumb-nav:hover,
.blaze-section .submenu .breadcrumb-nav .breadcrumb-item:hover,
.blaze-section .submenu-header .back-button:hover,
.blaze-section .submenu-header .breadcrumb-nav:hover,
.blaze-section .submenu-header .breadcrumb-nav .breadcrumb-item:hover {
  color: var(--blaze-hover);
}
.blaze-section .content-section .block-info {
  background: var(--blaze-black);
}
.blaze-section .content-section .block-info h2 {
  color: var(--blaze-yellow);
}
.blaze-section .thumbnail {
  overflow: hidden;
  position: relative;
}
.blaze-section .thumbnail .img-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blaze-section .thumbnail img {
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.blaze-section .thumbnail:hover .thumbnail-link img {
  transform: scale(1.1);
}
.blaze-section .thumbnail:hover .caption {
  background-color: var(--tb-primary-green);
  color: #fff;
}
.blaze-section .thumbnail:hover .caption .title,
.blaze-section .thumbnail:hover .caption .cat {
  color: #fff;
}

.players.list:hover a:hover {
  color: var(--tb-secondary-yellow);
}

.blaze-section.players.list .content-section .block-info {
  background: var(--blaze-black);
}
.blaze-section.players.list .content-section .block-info h2 {
  color: var(--blaze-yellow);
}
.blaze-section.players.list .thumbnail {
  overflow: hidden;
  position: relative;
}
.blaze-section.players.list .thumbnail .img-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blaze-section.players.list .thumbnail img {
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.blaze-section.players.list .thumbnail:hover .thumbnail-link img {
  transform: scale(1.1);
}
.blaze-section.players.list .thumbnail:hover .caption {
  background-color: var(--blaze-black);
  color: #fff;
}
.blaze-section.players.list .thumbnail:hover .caption .title,
.blaze-section.players.list .thumbnail:hover .caption .cat {
  color: #fff;
}
.blaze-section.players.list .thumbnail:hover a:hover {
  color: var();
}
.blaze-section.players.list [data-category=player]:hover .caption,
.blaze-section.players.list [data-category=staff]:hover .caption {
  background: var(--blaze-orange);
}
.blaze-section.players.list [data-category=player]:hover .social-links a,
.blaze-section.players.list [data-category=staff]:hover .social-links a {
  color: #fff;
}
.blaze-section.players.list [data-category=player]:hover .social-links a:hover,
.blaze-section.players.list [data-category=staff]:hover .social-links a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-image-container {
  display: flex;
  justify-content: center;
  background-color: var(--tb-secondary-grey);
}
.hero-image-container .hero-image img {
  width: 1440px;
}

@media screen and (max-width: 768px) {
  .fixtures-list .collapse-fixtures-details row {
    display: flow-root;
  }
  .fixtures-list .collapse-fixtures-heading .row {
    display: flow-root;
  }
}

.fixtures-list .fixtures-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .fixtures-list .fixtures-row {
    flex-direction: column;
  }
}
.fixtures-list .fixtures-row .team-list .team-item {
  display: flex;
  align-items: center;
}
.fixtures-list .fixtures-row .team-list .team-item .team-name {
  font-size: 1.35rem;
}
.fixtures-list .fixtures-row .collapse-fixtures-about .collapse-fixtures-info {
  margin-left: 0;
}
.fixtures-list .fixtures-date-section {
  flex-basis: 8em;
}
@media screen and (max-width: 768px) {
  .fixtures-list .fixtures-date-section {
    flex-basis: content;
  }
}
.fixtures-list .fixtures-main-section {
  flex-grow: 1;
}
.fixtures-list .fixtures-action-section {
  flex-basis: 12.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .fixtures-list .fixtures-action-section {
    flex-basis: content;
  }
}
.fixtures-list .fixtures-main-section .crest-sm {
  height: 60px;
  width: 60px;
}
.fixtures-list .fixtures-details-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.fixtures-list .fixtures-details-container .fixtures-times-block,
.fixtures-list .fixtures-details-container .fixtures-location-block {
  flex-basis: 50%;
}
.fixtures-list .fixtures-details-container .fixtures-times-block a:hover,
.fixtures-list .fixtures-details-container .fixtures-location-block a:hover {
  background-color: #a8b4ba;
}
.fixtures-list .fixtures-details-container .fixtures-close-block {
  flex-basis: 100%;
}
.fixtures-list .fixtures-details-container .fixtures-close-block button {
  border: none;
}

.fixtures-list .collapse-fixtures-btns a {
  padding: 20px;
  text-decoration: none;
  flex-grow: 1;
}
.fixtures-list .collapse-fixtures-btns a:hover {
  background-color: var(--tb-primary-green);
  color: white;
}
.fixtures-list .collapse-fixtures-btns a:active {
  transform: translateY(0);
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .fixtures-list .collapse-fixtures-btns a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: var(--tb-primary-green);
  }
}
.players.detail .hero-image-container img {
  width: 1420px;
}
.players.detail .article-section {
  padding: 2rem 0;
}
.players.detail .article-section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.players.detail .article-section .row {
  margin: 0 -15px;
}
.players.detail .article-section .col-md-8,
.players.detail .article-section .col-md-4 {
  padding: 0 15px;
}
.players.detail .article-section .stats {
  margin-top: 2rem;
}
.players.detail .article-section .stats-title {
  color: var(--tb-primary-green);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.players.detail .article-section .table {
  width: 100%;
  margin-bottom: 2rem;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.players.detail .article-section .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
.players.detail .article-section .table thead {
  background-color: var(--tb-primary-green);
  color: white;
}
.players.detail .article-section .table thead th {
  padding: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}
.players.detail .article-section .table tbody tr {
  transition: background-color 0.2s ease;
}
.players.detail .article-section .table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.players.detail .article-section .table tbody td {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.players.detail .article-section .table tbody td.-txt-left {
  text-align: left;
}
.players.detail .article-section .small {
  color: #666;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .players.detail .article-section .col-md-4 {
    margin-top: 2rem;
  }
}
.players.detail .colgroup .-col1,
.players.detail .colgroup .-col2,
.players.detail .colgroup .-col3,
.players.detail .colgroup .-col4 {
  width: 25%;
}
@media (max-width: 768px) {
  .players.detail .stats-title {
    font-size: 1.3rem;
  }
  .players.detail .small {
    font-size: 1rem;
  }
}

.fixtures-list .collapse-fixtures-btns a {
  padding: 20px;
  text-decoration: none;
  flex-grow: 1;
}
.fixtures-list .collapse-fixtures-btns a:hover {
  background-color: var(--tb-primary-green);
  color: white;
}
.fixtures-list .collapse-fixtures-btns a:active {
  transform: translateY(0);
  box-shadow: none;
}

.mx-auto {
  margin-inline: auto;
}

.footer {
  /* Specific styles for the Trust logo */
}
.footer .logo {
  position: relative;
  transform: none;
  width: 100px;
}
.footer .sponsor-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .sponsor-blocks {
    width: 85%;
    margin-inline: auto;
  }
}
.footer .sponsor-block {
  flex: 1;
  min-width: 200px;
}
@media screen and (min-width: 768px) {
  .footer .sponsor-block:nth-last-child(even) {
    flex-basis: 480px;
  }
}
.footer .sponsor-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.footer .sponsor-content h3 {
  text-align: center;
  margin: 0;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.footer .stand-sponsors {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer .stand-sponsor-item {
  flex: 1;
  min-width: 120px;
  text-align: center;
}
.footer .sponsor-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.footer .sponsor-block:last-child .sponsor-content img {
  width: auto;
}
@media (max-width: 767px) {
  .footer .sponsor-blocks {
    flex-direction: column;
    gap: 40px;
  }
  .footer .sponsor-block {
    width: 100%;
  }
  .footer .stand-sponsors {
    flex-direction: column;
    gap: 30px;
  }
  .footer .stand-sponsor-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fixtures-list .collapse-fixtures-btns a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: var(--tb-primary-green);
  }
}
/* History Players Template Styles */
.history.article-tpl {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  /* Add to existing styles */
  /* Update the search result styles */
}
.history.article-tpl .col-12 {
  flex-grow: 1;
}
.history.article-tpl .article-section {
  padding: 2rem 0;
}
.history.article-tpl .players-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex-grow: 1;
}
.history.article-tpl .letter-section {
  scroll-margin-top: 100px;
  width: 100%;
  flex-grow: 1;
}
.history.article-tpl .letter-header {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #007bff;
}
.history.article-tpl .letter-header h2 {
  font-size: 2rem;
  color: #333;
  margin: 0;
}
.history.article-tpl .players-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-grow: 1;
}
.history.article-tpl .player-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  /* Base flex-basis for mobile first */
  flex: 0 0 calc(50% - 1.5rem);
}
@media (min-width: 768px) {
  .history.article-tpl .player-card {
    flex: 0 0 calc(50% - 1.5rem);
    /* 2 cards per row */
  }
}
@media (min-width: 992px) {
  .history.article-tpl .player-card {
    flex: 0 0 calc(25% - 1.5rem);
    /* 4 cards per row */
  }
}
@media (min-width: 1200px) {
  .history.article-tpl .player-card {
    flex: 0 0 calc(16.666% - 1.5rem);
    /* 6 cards per row */
  }
}
.history.article-tpl .player-card:hover {
  transform: translateY(-5px);
}
.history.article-tpl .player-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.history.article-tpl .player-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history.article-tpl .player-name {
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  color: #333;
}
.history.article-tpl .players-filters {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.history.article-tpl .search-box {
  width: 100%;
  margin-bottom: 1.5rem;
}
.history.article-tpl .search-box input {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  border: 2px solid #285f45;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.history.article-tpl .search-box input:focus {
  outline: none;
  border-color: #00b6c8;
  box-shadow: 0 0 0 3px rgba(0, 182, 200, 0.2);
}
.history.article-tpl .search-box input::-moz-placeholder {
  color: #666;
  opacity: 0.7;
}
.history.article-tpl .search-box input::placeholder {
  color: #666;
  opacity: 0.7;
}
.history.article-tpl .filter-options {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.history.article-tpl .filter-btn {
  padding: 0.5rem 1rem;
  border: 2px solid #285f45;
  border-radius: 4px;
  background-color: transparent;
  color: #285f45;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.history.article-tpl .filter-btn.active {
  background-color: #285f45;
  color: #fff;
}
.history.article-tpl .filter-btn:hover {
  background-color: #285f45;
  color: #fff;
}
.history.article-tpl .sort-options {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.history.article-tpl .sort-btn {
  padding: 0.5rem 1rem;
  border: 2px solid #285f45;
  border-radius: 4px;
  background-color: transparent;
  color: #285f45;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.history.article-tpl .sort-btn.active {
  background-color: #285f45;
  color: #fff;
}
.history.article-tpl .sort-btn:hover {
  background-color: #285f45;
  color: #fff;
}
.history.article-tpl .letter-section {
  display: block;
}
.history.article-tpl .player-card {
  display: block;
}
.history.article-tpl .players-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-grow: 1;
}
.history.article-tpl .letter-section {
  width: 100%;
  flex-grow: 1;
}
.history.article-tpl .letter-section:not(.visible) {
  display: none;
}
.history.article-tpl .player-card:not(.visible) {
  display: none;
}
.history.article-tpl .article-body.col-md-10.col-md-offset-1 {
  flex-grow: 1;
}

/* Enjoy Section Flex Layout */
.enjoy-section .row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 968px) {
  .enjoy-section .row {
    flex-direction: row;
  }
}
.enjoy-section .col-sm-4 {
  width: 100%;
}
.enjoy-section .thumbnail-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.enjoy-section .caption-flex {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.enjoy-section .caption-content {
  flex: 1;
}
.enjoy-section .caption-footer {
  margin-top: auto;
  padding-top: 1rem;
}

@media screen and (max-width: 1200px) {
  .roundup .row &gt; .col-md-12.col-lg-6:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  .roundup .row &gt; .col-md-12.col-lg-6:nth-child(2) .row {
    order: 2;
  }
}
.roundup .thumbnail {
  overflow: hidden;
  position: relative;
}
.roundup .thumbnail .img-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.roundup .thumbnail img {
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.roundup .thumbnail:hover .thumbnail-link img {
  transform: scale(1.1);
}
.roundup .thumbnail:hover .caption {
  background-color: var(--tb-primary-green);
  color: #fff;
}
.roundup .thumbnail:hover .caption .title,
.roundup .thumbnail:hover .caption .cat {
  color: #fff;
}
.roundup .thumbnail-lg .img-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.roundup .thumbnail-lg img {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.roundup .thumbnail-lg:hover .thumbnail-link img {
  transform: scale(1.1);
}
.roundup .thumbnail-lg:hover .caption {
  background-color: #306925;
  color: #fff;
}
.roundup .thumbnail-lg:hover .caption .title,
.roundup .thumbnail-lg:hover .caption .cat {
  color: #fff;
}

.enjoy-section .caption-footer .btn-outline-white {
  font-family: var(--font-primary);
  font-weight: bold;
  border-color: #fff;
  color: #fff;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.enjoy-section .caption-footer .btn-outline-white:hover {
  background-color: #fff;
  color: var(--tb-primary-green);
}
.enjoy-section .caption-footer .btn-outline-white:active {
  transform: translateY(2px);
}

.our-club .thumbnail p {
  text-wrap: balance;
}
.our-club .thumbnail .btn {
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 0.65em 1.4em;
  border-color: #fff;
}
.our-club .thumbnail .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #202020;
}
.our-club .thumbnail .btn:hover:active {
  transform: translateY(2px);
}

.trust.hub .thumbnail .caption:hover {
  background-color: #00b5dd;
}

.standings-container .wrapper {
  display: flex;
  align-items: center;
}
.standings-container .position {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.standings-container table td {
  vertical-align: middle !important;
}
.standings-container table .ms-2 {
  font-size: 1.25em;
}
.standings-container table td:first-child {
  width: 100px;
}
.standings-container table tr[data-team=Nottinghamshire],
.standings-container table tr[data-team="Nottinghamshire Outlaws"],
.standings-container table tr[data-team="The Blaze"] {
  background-color: #f5f9fa;
  color: var(--tb-primary-green);
}
.standings-container table tr[data-team=Nottinghamshire] td,
.standings-container table tr[data-team="Nottinghamshire Outlaws"] td,
.standings-container table tr[data-team="The Blaze"] td {
  border-top: 1px solid var(--tb-primary-green);
  border-bottom: 1px solid var(--tb-primary-green);
}

@media screen and (max-width: 768px) {
  .blaze-section.players.detail .main {
    margin-top: 0px;
  }
  .blaze-section.players.detail .post-title-success {
    background-color: var(--blaze-black);
  }
}
.article-section .content .article-thumb img {
  width: 100%;
}

@media screen and (max-width: 468px) {
  .news-detail .article-section .row {
    display: block;
  }
}/*# sourceMappingURL=custom-2025-updates.css.map */</pre></body></html>