.elementor-1707 .elementor-element.elementor-element-325dde6{--display:flex;}.elementor-1707 .elementor-element.elementor-element-5c543f5.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-5c543f5 *//* --- Ladystrikers FC League Table: Sleek & Full Mobile View --- */
.sp-league-table-1017 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
}

/* Table Header */
.sp-league-table-1017 thead tr {
  background-color: #d40000;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
}

.sp-league-table-1017 th {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 2px solid #b20000;
}

/* Table Body */
.sp-league-table-1017 tbody tr {
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: #fff;
}

.sp-league-table-1017 tbody tr:hover {
  background-color: #fff5f5;
  transform: scale(1.01);
}

/* Table Cells */
.sp-league-table-1017 td {
  padding: 10px 8px;
  text-align: center;
  color: #333;
  font-size: 14px;
  border-right: 1px solid #eee;
}

.sp-league-table-1017 td:last-child {
  border-right: none;
}

/* Team name & logo alignment */
.sp-league-table-1017 .data-name {
  text-align: left;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-league-table-1017 .team-logo img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #d40000;
}

/* Alternate row color */
.sp-league-table-1017 tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Bottom row subtle gray */
.sp-league-table-1017 tbody tr:last-child td {
  color: #777;
}

/* --- Responsive Mobile Table (Full Table View) --- */
@media (max-width: 768px) {
  .sp-league-table-1017 {
    font-size: 13px;
    border-radius: 12px;
  }

  .sp-league-table-1017 th,
  .sp-league-table-1017 td {
    padding: 8px 6px;
  }

  .sp-league-table-1017 .team-logo img {
    width: 24px;
    height: 24px;
    border: 1px solid #d40000;
  }

  .sp-league-table-1017 td {
    font-size: 13px;
  }

  /* Optional: make table scrollable on mobile if very wide */
  .sp-league-table-1017 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/* End custom CSS */