/**/.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 */

/* Reset and base styles */
/*
.widget-502999 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.widget-502999 {
  padding: 0px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
*/
/* Main title */
/*
.widget-502999 h1 {
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}
*/
/* Schedules container - Desktop layout (3 columns) */
.schedules-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 0px;
}

/* League sections (each column) */
.league-section {
  display: flex;
  flex-direction: column;
}

/* League title */
.league-title {
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

/* Season info (date) */
.season-info {
  color: #666666;
  font-style: italic;
  margin-bottom: 20px;
}

/* Divisions container */
.divisions-container {
  display: flex;
  flex-direction: column;
}

/* Division items (links) */
.division-item {
  display: block;
  padding: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}

.division-item:hover {
  padding-left: 8px;
}

.division-name {
  color: #0066cc;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}

.division-item:hover .division-name {
  color: #0052a3;
  text-decoration: underline;
}

/* Hide division IDs in this clean layout */
.division-id {
  display: none;
}

.no-divisions {
  color: #999999;
  font-style: italic;
  padding: 10px 0;
}

/* Loading and error states */
#schedules-content > p {
  text-align: center;
  color: #666666;
  font-style: italic;
  padding: 40px 20px;
}

.error-message {
  color: #d9534f;
  padding: 20px;
  background-color: #f9f2f2;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  text-align: center;
  margin: 20px 0;
}

.no-schedules {
  color: #8a6d3b;
  padding: 20px;
  background-color: #fef9e7;
  border: 1px solid #faebcc;
  border-radius: 4px;
  text-align: center;
  font-style: italic;
}

/* ===== TABLET STYLES (768px - 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-502999 {
    padding: 5px 20px;
  }
  .widget-502999 h1 {
    margin-bottom: 35px;
  }
  /* 2 columns on tablet */
  .schedules-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 0px;
  }
  .season-info {
    margin-bottom: 18px;
  }
  .division-item {
    padding: 8px 0;
  }
}
/* ===== MOBILE STYLES (767px and below) ===== */
@media (max-width: 767px) {
  .widget-502999 {
    padding: 0px 15px;
  }
  .widget-502999 h1 {
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
  /* Single column on mobile */
  .schedules-container {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .league-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .league-title {
    margin-bottom: 4px;
  }
  .season-info {
    margin-bottom: 5px;
  }
  .divisions-container {
    gap: 0px;
  }
  .division-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .division-item:last-child {
    border-bottom: none;
  }
  /* On mobile, show a slight background on hover instead of indent */
  .division-item:hover {
    padding-left: 0;
    border-radius: 4px;
    padding: 10px 8px;
  }
  .division-item {
    padding: 8px 0;
  }
}
/* ===== LARGE DESKTOP (1025px and above) ===== */
@media (min-width: 1025px) {
  .widget-502999 {
    padding: 0px 30px;
    max-width: 1400px;
  }
  /* Could go to 4 columns on very wide screens */
}
@media (min-width: 1025px) and (min-width: 1400px) {
  .schedules-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ===== PRINT STYLES ===== */
@media print {
  .widget-502999 {
    padding: 20px;
  }
  .widget-502999 h1 {
    border-bottom: 1px solid #000;
  }
  .schedules-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .division-item:hover {
    padding-left: 0;
  }
  .division-name {
    color: #000;
    text-decoration: none;
  }
}

@charset "UTF-8";
.tsfooter {
  background-color: var(--PrimaryBackground, --color_2);
  color: var(--PrimaryBackground, --color_2);
}

.footer-container {
  background-color: var(--PrimaryBackground, --color_2);
  max-width: 100%;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* For mobile responsiveness */
@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
}
.footer-section h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  color: white;
}

.links-list {
  list-style: none;
}

.links-list li {
  margin-bottom: 8px;
  font-size: 14px;
}

.links-list li::before {
  content: "• ";
  margin-right: 5px;
}

.links-list a {
  color: var(--color_5, white);
  text-decoration: none;
  transition: color 0.3s;
}

.powered-by {
  color: var(--color_5, white);
}

.links-list a:hover {
  color: var(--color_5, white);
}

.app-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.app-button {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s;
}

.app-button:hover {
  transform: scale(1.05);
}

.app-store-btn {
  background: linear-gradient(to bottom, #333, #000);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #555;
  font-family: Arial, sans-serif;
  min-width: 135px;
  text-align: left;
}

.app-store-btn .small-text {
  font-size: 10px;
  line-height: 1;
  display: block;
}

.app-store-btn .large-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  display: block;
}

.google-play-btn {
  background: linear-gradient(to bottom, #333, #000);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #555;
  font-family: Arial, sans-serif;
  min-width: 135px;
  text-align: left;
}

.google-play-btn .small-text {
  font-size: 10px;
  line-height: 1;
  display: block;
}

.google-play-btn .large-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  display: block;
}

.footer-bottom {
  border-top: 1px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: var(--color_5, white);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: var(--color_5, white);
}

.separator {
  color: #888;
}

.admin-link::after {
  content: " ►";
  font-size: 10px;
}

@media (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .footer-left,
  .footer-right {
    justify-content: center;
  }
  .app-buttons {
    flex-direction: column;
  }
  .separator {
    display: none;
  }
}
.appleStoreIcon {
  margin-right: 5px;
  margin-bottom: 5px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: #555;
}
