.site-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
}/* Table wrapper */
.sp-table-wrapper {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  overflow-x: auto;
}

/* Table headers */
.sp-table thead {
  background-color: #00274d;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* Table cells */
.sp-table td, .sp-table th {
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 15px;
}

/* Alternate row color */
.sp-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Player name bold */
.sp-table td.column-title {
  font-weight: 600;
}

/* Mobile scroll improvements */
@media (max-width: 768px) {
  .sp-table-wrapper {
    padding: 5px;
  }

  .sp-table th, .sp-table td {
    padding: 10px 8px;
    font-size: 13px;
  }
}/* Hide author only on posts tagged or categorized as 'rankings' */
body.category-rankings .post-meta .post-author,
body.tag-rankings .post-meta .post-author,
body.category-rankings .entry-meta .author,
body.tag-rankings .entry-meta .author {
  display: none !important;
}body.postid-1276 .post-meta .post-author,
body.postid-1276 .entry-meta .author {
  display: none !important;
}/* Remove author name on specific player list page */
body.postid-1276 .author,
body.postid-1276 .byline,
body.postid-1276 span[class*="author"],
body.postid-1276 .elementor-post__author-name,
body.postid-1276 .meta-author,
body.postid-1276 .meta span.author {
  display: none !important;
/* Style the position filter dropdown like 247Sports */
.otr-position-filter {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  max-width: 220px;
  margin-bottom: 20px;
  font-family: inherit;
}/* Hide author name on all SportsPress Player List pages */
body.sp_list .meta-author,
body.sp_list .post-meta .post-author,
body.sp_list .entry-meta .author,
body.sp_list span[class*="author"] {
  display: none !important;
}/* Center and underline the page title on SportsPress Player List pages */
body.sp_list h1.entry-title {
  text-align: center;
  border-bottom: 3px solid #00274d;
  padding-bottom: 8px;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}body.sp_list .meta-author,
body.sp_list .post-meta .post-author,
body.sp_list .entry-meta .author,
body.sp_list span[class*="author"] {
  display: none !important;
}/* Hide Related Posts section */
.related-posts,
#related-posts,
section.related,
.entry-related-posts {
  display: none !important;
}/* Hide author name and meta info on all List pages */
.single-list .post-author,
.single-list .entry-meta,
.single-list .posted-on,
.single-list .byline {
    display: none !important;
}

/* Optional: Center and style the page title */
.single-list h1.entry-title {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Optional: Add spacing above title if needed */
.single-list .site-content {
    padding-top: 20px;
}

