/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}
/* Custom Widgets Styles */
@charset "UTF-8";
.teams-widget {
  width: 100%;
  font-family: inherit;
}

/* ── Title & Description ── */
.teams-widget-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #013369;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.teams-widget-description {
  font-family: inherit;
  font-size: 16px;
  color: #555;
  margin: 0 0 50px 0;
  line-height: 1.5;
}

.teams-widget-description p {
  margin: 0 0 10px 0;
}

/* ── Section heading (when showing all groups) ── */
.teams-section-heading {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  padding: 0 0 10px 0;
  margin: 50px 0 14px 0;
  border-bottom: 2px solid #e5e7eb;
}

.teams-section-heading:first-child {
  margin-top: 0;
}

h3.teams-section-heading {
  font-size: 12px !important;
}

/* ── Grid ── */
.teams-grid,
.teams-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

/* ── Card ── */
.team-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
  background-color: #013369;
  color: #fff;
  padding: 22px 14px;
  border-radius: 6px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  transition: background-color 0.18s;
  cursor: pointer;
  min-height: 70px;
  word-break: break-word;
  border: 2px solid transparent;
}

.team-card:hover {
  background-color: #00294f;
}

/* ── Active (current page) card ── */
.team-card--active {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}

/* ── Card icon ── */
.team-card-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 10px;
}

.team-card-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: fill 0.18s ease;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .teams-grid,
  .teams-section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .teams-grid,
  .teams-section-grid {
    grid-template-columns: 1fr;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;600&family=Roboto:wght@400;500&display=swap");
.poweredby-container {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 25px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.poweredby-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.poweredby-image {
  max-width: 40px;
}

.poweredby-text {
  color: white;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.poweredby-text p {
  margin: 0px;
  display: flex;
  justify-content: left;
}

.poweredby-text-copy {
  margin: 0px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", cursive;
}

.poweredby-text-app {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .poweredby-container {
    /*background-color: #231D4F;*/
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 25px;
    text-decoration: none;
  }
}

.widget-63d0de {
  /* Link Hover Effects */
}
.widget-63d0de .footer-widget {
  width: 100%;
  padding: 48px 24px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.widget-63d0de .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.widget-63d0de .footer-left {
  flex: 1 1 320px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widget-63d0de .footer-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 16px;
}
.widget-63d0de .footer-title-location-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget-63d0de .footer-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}
.widget-63d0de .footer-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}
.widget-63d0de .footer-location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.widget-63d0de .footer-location-icon svg {
  width: 16px;
  height: 16px;
  fill: #555555;
}
.widget-63d0de .social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.widget-63d0de .social-icons a {
  text-decoration: none;
}
.widget-63d0de .social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.widget-63d0de .social-icon-link svg {
  width: 24px;
  height: 24px;
  fill: #333333;
  transition: fill 0.2s ease;
}
.widget-63d0de .social-icon-link:hover svg {
  fill: #0066cc;
}
.widget-63d0de .privacy-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.widget-63d0de .privacy-links a {
  text-decoration: none;
}
.widget-63d0de .privacy-link {
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  text-decoration: none;
}
.widget-63d0de .privacy-separator {
  color: #999999;
  font-size: 13px;
}
.widget-63d0de .footer-right {
  flex: 1 1 400px;
  min-width: 280px;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: flex-end;
}
.widget-63d0de .quick-links-section {
  min-width: 120px;
  flex-shrink: 0;
}
.widget-63d0de .quick-links-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 12px 0;
}
.widget-63d0de .quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.widget-63d0de .quick-links-list a {
  text-decoration: none;
}
.widget-63d0de .quick-link {
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}
.widget-63d0de .quick-link:hover {
  color: #0066cc;
}
.widget-63d0de .quick-link,
.widget-63d0de .privacy-link {
  position: relative;
  display: inline-block;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.widget-63d0de .hover-effect-color .quick-link:hover,
.widget-63d0de .hover-effect-color .privacy-link:hover {
  color: #0066cc;
}
.widget-63d0de .hover-effect-underline .quick-link:hover,
.widget-63d0de .hover-effect-underline .privacy-link:hover {
  color: #0066cc;
}
.widget-63d0de .hover-effect-slide-underline .quick-link,
.widget-63d0de .hover-effect-slide-underline .privacy-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease, color 0.3s ease;
}
.widget-63d0de .hover-effect-slide-underline .quick-link:hover,
.widget-63d0de .hover-effect-slide-underline .privacy-link:hover {
  background-size: 100% 1px;
  color: #0066cc;
}
.widget-63d0de .hover-effect-lift .quick-link:hover,
.widget-63d0de .hover-effect-lift .privacy-link:hover {
  transform: translateY(-3px);
  color: #0066cc;
}
.widget-63d0de .hover-effect-fade .quick-link:hover,
.widget-63d0de .hover-effect-fade .privacy-link:hover {
  opacity: 0.6;
}
.widget-63d0de .hover-effect-none .quick-link:hover,
.widget-63d0de .hover-effect-none .privacy-link:hover {
  color: inherit;
}
.widget-63d0de .social-icon-link svg {
  transition: fill 0.2s ease, transform 0.25s ease, opacity 0.25s ease;
}
.widget-63d0de .hover-effect-lift .social-icon-link:hover svg {
  transform: translateY(-3px);
}
.widget-63d0de .hover-effect-fade .social-icon-link:hover svg {
  opacity: 0.6;
}
.widget-63d0de .club-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.widget-63d0de .club-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.widget-63d0de .club-title {
  font-size: 40px;
  font-weight: 800;
  color: #1f2937;
  margin: 0;
  flex: 1 1 auto;
}
.widget-63d0de .club-logo {
  max-width: 140px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  flex-shrink: 0;
}
.widget-63d0de .club-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.widget-63d0de .club-links {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
}
.widget-63d0de .club-quick-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.widget-63d0de .club-location {
  flex: 1 1 0;
  justify-content: center;
  text-align: center;
}
.widget-63d0de .club-social {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .widget-63d0de .club-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .widget-63d0de .club-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .widget-63d0de .club-social {
    justify-content: flex-start;
  }
  .widget-63d0de .club-location {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-63d0de .footer-container {
    gap: 30px;
  }
  .widget-63d0de .footer-right {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .widget-63d0de .footer-widget {
    padding: 32px 16px;
  }
  .widget-63d0de .footer-container {
    flex-direction: column;
    gap: 32px;
  }
  .widget-63d0de .footer-left,
  .widget-63d0de .footer-right {
    flex: 1 1 auto;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .widget-63d0de .quick-links-section {
    min-width: 45%;
  }
  .widget-63d0de .quick-links-list {
    gap: 10px;
  }
}

@charset "UTF-8";
.widget-8c39fb {
  /* ── Loading & Error ── */
  /* ── Team Header ── */
  /* ── Desktop layout ── */
  /* Image sits within the 1200px container, fully visible */
  /* Bottom fade for text readability */
  /* Side fades bleeding beyond the 1200px image into the full-width background */
  /* Text overlays at the bottom */
  /* Guarantee a minimum visible height for the header background,
     even when there is no team logo / background image set */
  /* No image: text still anchors to the bottom of the header,
     just with more generous padding since there is no fade overlay */
  /* ── Contacts Tab ── */
  /* ── Tab Bar ── */
  /* ── Tab Panels ── */
  /* ── Tab loading spinner ── */
  /* ── Section Empty ── */
  /* ── Match Cards ── */
  /* ── Events Calendar Title ── */
  /* ── Events Navigation ── */
  /* ── Events: week group ── */
  /* ── Event Cards ── */
  /* ── Post Cards ── */
  /* ── News: Show More ── */
  /* ── Responsive ── */
}
.widget-8c39fb .team-page-widget {
  font-family: inherit;
  max-width: 100%;
}
.widget-8c39fb .tab-panels {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.widget-8c39fb .loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  color: #6b7280;
  font-size: 14px;
  gap: 12px;
}
.widget-8c39fb .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e5e7eb;
  border-top-color: #1e40af;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.widget-8c39fb .error-state {
  padding: 32px 16px;
  text-align: center;
}
.widget-8c39fb .error-msg {
  color: #ef4444;
  font-size: 14px;
  margin: 0;
}
.widget-8c39fb .team-header {
  background-color: #1e3a8a;
  color: #ffffff;
  position: relative;
}
.widget-8c39fb .team-header-inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.widget-8c39fb .team-logo-wrap {
  position: relative;
  width: 100%;
  display: block;
}
.widget-8c39fb .team-logo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--header-fade-color, #1e3a8a) 0%, var(--header-fade-color-transparent, rgba(30, 58, 138, 0.4)) 50%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.widget-8c39fb .team-header::before,
.widget-8c39fb .team-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100% - 1200px) / 2);
  z-index: 2;
  pointer-events: none;
}
.widget-8c39fb .team-header::before {
  left: 0;
  background: var(--header-fade-color, #1e3a8a);
}
.widget-8c39fb .team-header::after {
  right: 0;
  background: var(--header-fade-color, #1e3a8a);
}
.widget-8c39fb .team-logo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.widget-8c39fb .team-header-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 32px 36px;
  box-sizing: border-box;
}
.widget-8c39fb .team-group-by {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}
.widget-8c39fb .team-name {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}
.widget-8c39fb .team-header-inner {
  min-height: 160px;
}
.widget-8c39fb .team-header.no-image .team-header-text {
  padding: 40px 32px;
}
.widget-8c39fb .contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.widget-8c39fb .contact-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.widget-8c39fb .contact-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #f3f4f6;
}
.widget-8c39fb .contact-avatar-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
  font-weight: 700;
  color: #1e40af;
}
.widget-8c39fb .contact-details {
  min-width: 0;
}
.widget-8c39fb .contact-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-8c39fb .contact-role {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 4px;
}
.widget-8c39fb .contact-info {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-8c39fb .contact-info a {
  color: #9ca3af;
  text-decoration: none;
}
.widget-8c39fb .contact-info a:hover {
  color: #6b7280;
}
.widget-8c39fb .tab-bar {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.widget-8c39fb .tab-bar-inner {
  display: flex;
  gap: 4px;
  padding: 12px 16px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.widget-8c39fb .tab-btn {
  padding: 8px 18px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.widget-8c39fb .tab-btn:hover {
  background: #e5e7eb;
  color: #111827;
}
.widget-8c39fb .tab-btn.active {
  background: #1e40af;
  color: #ffffff;
}
.widget-8c39fb .tab-panels {
  padding: 20px 16px;
}
.widget-8c39fb .tab-panel {
  display: none;
}
.widget-8c39fb .tab-panel.active {
  display: block;
}
.widget-8c39fb .tab-loading {
  display: flex;
  justify-content: center;
  padding: 40px 16px;
}
.widget-8c39fb .section-empty-msg {
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
  padding: 32px 16px;
}
.widget-8c39fb .matches-list,
.widget-8c39fb .results-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widget-8c39fb .match-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.widget-8c39fb .match-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.widget-8c39fb .match-team.away {
  align-items: center;
}
.widget-8c39fb .team-badge {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}
.widget-8c39fb .team-badge-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
}
.widget-8c39fb .match-team-name {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  max-width: 100px;
  text-align: center;
  line-height: 1.3;
}
.widget-8c39fb .match-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 80px;
}
.widget-8c39fb .match-score {
  font-size: 22px;
  font-weight: 700;
  color: #1e40af;
  letter-spacing: 2px;
}
.widget-8c39fb .match-vs {
  font-size: 16px;
  font-weight: 700;
  color: #9ca3af;
}
.widget-8c39fb .match-meta {
  font-size: 11px;
  color: #6b7280;
  text-align: center;
  line-height: 1.5;
}
.widget-8c39fb .match-footer {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
.widget-8c39fb .match-competition {
  font-size: 11px;
  color: #6b7280;
  font-style: italic;
}
.widget-8c39fb .match-status-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  background: #dbeafe;
  color: #1e40af;
}
.widget-8c39fb .match-status-badge.completed {
  background: #f3f4f6;
  color: #6b7280;
}
.widget-8c39fb .match-home-indicator {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #10b981;
  background: #d1fae5;
  padding: 2px 6px;
  border-radius: 4px;
}
.widget-8c39fb .events-calendar-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px;
}
.widget-8c39fb .events-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}
.widget-8c39fb .events-month-label {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  flex-grow: 1;
  margin: 0;
  text-transform: capitalize;
  cursor: pointer;
}
.widget-8c39fb .events-nav-btn {
  padding: 7px 14px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #374151;
  font-size: 16px;
  font-weight: 700;
  border-radius: 7px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
  line-height: 1;
}
.widget-8c39fb .events-nav-btn:hover:not(:disabled) {
  background-color: #f3f4f6;
  border-color: #d1d5db;
}
.widget-8c39fb .events-nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.widget-8c39fb .events-week-group {
  margin-bottom: 20px;
}
.widget-8c39fb .events-week-group:last-child {
  margin-bottom: 0;
}
.widget-8c39fb .events-week-group-header {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  padding: 4px 0 8px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 10px;
}
.widget-8c39fb .events-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.widget-8c39fb .event-card {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 8px;
  min-height: 0;
}
.widget-8c39fb .event-card.event-card--canceled {
  opacity: 0.6;
}
.widget-8c39fb .event-date-block {
  position: relative;
  flex-shrink: 0;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 14px;
  margin-right: 4px;
  border-right: 2px solid var(--event-card-border-color, #e5e7eb);
  color: #111827;
}
.widget-8c39fb .event-date-single {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 100%;
}
.widget-8c39fb .event-date-weekday {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.8;
}
.widget-8c39fb .event-date-day {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.widget-8c39fb .event-date-month {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 2px;
  text-transform: uppercase;
}
.widget-8c39fb .event-date-counter {
  font-size: 8px;
  font-weight: 600;
  opacity: 0.65;
  margin-top: 4px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  white-space: nowrap;
  text-align: center;
  min-height: 1.2em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-8c39fb .event-body {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.widget-8c39fb .event-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}
.widget-8c39fb .event-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
  flex-grow: 1;
  margin: 0;
}
.widget-8c39fb .event-canceled-marker {
  font-size: 10px;
  font-weight: 700;
  color: #dc2626;
  margin-left: 2px;
  cursor: help;
}
.widget-8c39fb .event-meta {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.widget-8c39fb .event-group-badge-row {
  margin-top: 6px;
}
.widget-8c39fb .event-group-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #f3f4f6;
  color: #374151;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  text-align: center;
}
.widget-8c39fb .event-type-badge {
  display: inline-block;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #eff6ff;
  color: #1e40af;
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 130px;
  text-align: center;
  margin-left: auto;
}
.widget-8c39fb .news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.widget-8c39fb .post-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.widget-8c39fb .post-image-wrap {
  width: 100%;
}
.widget-8c39fb .post-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.widget-8c39fb .post-body {
  padding: 18px;
}
.widget-8c39fb .post-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.widget-8c39fb .author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.widget-8c39fb .author-avatar-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #1e40af;
  flex-shrink: 0;
}
.widget-8c39fb .post-meta-line {
  flex: 1;
  min-width: 0;
}
.widget-8c39fb .post-author {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 1px;
}
.widget-8c39fb .post-date {
  font-size: 11px;
  color: #9ca3af;
  margin: 0;
}
.widget-8c39fb .post-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.35;
}
.widget-8c39fb .post-content {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
  white-space: pre-line;
}
.widget-8c39fb .post-attachments {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.widget-8c39fb .attachment-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #1e40af;
  text-decoration: none;
  background: #eff6ff;
  padding: 4px 10px;
  border-radius: 6px;
}
.widget-8c39fb .attachment-link:hover {
  background: #dbeafe;
}
.widget-8c39fb .news-show-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.widget-8c39fb .news-show-more-btn {
  padding: 10px 28px;
  border: 1px solid #1e40af;
  background: transparent;
  color: #1e40af;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, opacity 0.15s;
}
.widget-8c39fb .news-show-more-btn:hover {
  transition: background 0.15s, color 0.15s;
}
@media (max-width: 767px) {
  .widget-8c39fb {
    /* No side fades needed on mobile — image is already full width */
  }
  .widget-8c39fb .team-header::before,
  .widget-8c39fb .team-header::after {
    display: none;
  }
  .widget-8c39fb .team-header-inner {
    max-width: 100%;
    min-height: 120px;
  }
  .widget-8c39fb .team-header-text {
    padding: 0 20px 24px;
  }
  .widget-8c39fb .team-header.no-image .team-header-text {
    padding: 28px 20px;
  }
  .widget-8c39fb .team-group-by {
    font-size: 13px;
  }
  .widget-8c39fb .team-name {
    font-size: 28px;
  }
  .widget-8c39fb .match-card {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    padding: 12px;
  }
  .widget-8c39fb .match-team-name {
    font-size: 12px;
    max-width: 80px;
  }
  .widget-8c39fb .match-score {
    font-size: 18px;
  }
  .widget-8c39fb .contacts-grid {
    grid-template-columns: 1fr;
  }
  .widget-8c39fb .contact-card {
    padding: 10px 0;
  }
  .widget-8c39fb .tab-btn {
    font-size: 13px;
    padding: 7px 12px;
  }
  .widget-8c39fb .tab-panels {
    padding: 16px 12px;
  }
  .widget-8c39fb .event-card {
    align-items: flex-start;
  }
  .widget-8c39fb .event-type-badge {
    max-width: 96px;
    font-size: 10px;
    padding: 2px 6px;
  }
  .widget-8c39fb .event-group-badge {
    font-size: 10px;
    padding: 2px 6px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-8c39fb .match-team-name {
    max-width: 90px;
  }
  .widget-8c39fb .event-card {
    align-items: flex-start;
  }
  .widget-8c39fb .event-type-badge {
    max-width: 96px;
    font-size: 10px;
    padding: 2px 6px;
  }
  .widget-8c39fb .event-group-badge {
    font-size: 10px;
    padding: 2px 6px;
  }
  .widget-8c39fb .contacts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.widget-95b70e {
  --sponsor-columns-desktop: 5;
  /* Desktop column control: cap card growth so row wraps to configured column count */
}
.widget-95b70e .sponsors-widget {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 0;
}
.widget-95b70e .sponsor-header-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 32px 0;
}
.widget-95b70e .sponsor-heading {
  text-align: left;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #1F2937;
}
.widget-95b70e .sponsor-header-divider {
  font-size: 14px;
  color: #9CA3AF;
  line-height: 1;
}
.widget-95b70e .sponsor-view-all {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  color: #1e40af;
  transition: color 0.2s ease;
}
.widget-95b70e .sponsor-view-all a,
.widget-95b70e .sponsor-view-all a:hover,
.widget-95b70e .sponsor-view-all a:visited {
  text-decoration: none;
}
.widget-95b70e .sponsor-view-all {
  transition: color 0.2s ease;
}
.widget-95b70e .sponsor-view-all:hover,
.widget-95b70e .sponsor-view-all:hover a {
  color: #1e3a8a;
}
.widget-95b70e .sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.widget-95b70e .sponsor-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 140px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  flex: 0 0 auto;
}
.widget-95b70e .sponsor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #D1D5DB;
}
.widget-95b70e .sponsor-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.widget-95b70e .sponsor-logo {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.widget-95b70e .sponsor-logo.grayscale {
  filter: grayscale(100%);
  opacity: 0.7;
}
.widget-95b70e .sponsor-card:hover .sponsor-logo.grayscale {
  filter: grayscale(0%);
  opacity: 1;
}
.widget-95b70e .sponsor-card.no-background {
  background: transparent;
  border-color: transparent;
}
.widget-95b70e .sponsors-grid.stretch-logos {
  justify-content: space-between;
}
.widget-95b70e .sponsors-grid[data-columns-desktop="2"] .sponsor-card {
  flex-basis: calc(50% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="3"] .sponsor-card {
  flex-basis: calc(33.3333333333% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="4"] .sponsor-card {
  flex-basis: calc(25% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="5"] .sponsor-card {
  flex-basis: calc(20% - 24px);
}
.widget-95b70e .sponsors-grid[data-columns-desktop="6"] .sponsor-card {
  flex-basis: calc(16.6666666667% - 24px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget-95b70e .sponsors-grid[data-columns-desktop] .sponsor-card {
    flex-basis: calc(33.3333333333% - 24px);
  }
  .widget-95b70e .sponsor-card {
    width: 150px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .widget-95b70e .sponsors-grid[data-columns-desktop] .sponsor-card {
    flex-basis: calc(50% - 16px);
  }
  .widget-95b70e .sponsors-grid {
    gap: 16px;
  }
  .widget-95b70e .sponsor-card {
    width: 130px;
    height: 100px;
    padding: 12px;
  }
  .widget-95b70e .sponsor-heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
