.sl7-widget { box-sizing: border-box; border-radius: 8px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); color: inherit; max-width: 100%; width: 100%; height: auto; overflow: visible; }
.sl7-header-row, .sl7-competition, .sl7-date-time, .sl7-date, .sl7-time, .sl7-location, .sl7-details, .sl7-club-name-home, .sl7-club-name-away, .sl7-opponent-name, .sl7-x { color: inherit; overflow-wrap: break-word; word-break: break-word; }
.sl7-crests-names { display: flex; flex-direction: row !important; align-items: flex-end; justify-content: center; gap: 32px; flex-wrap: nowrap !important; }
.sl7-team-block { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.sl7-crest { max-width: 60px; max-height: 60px; width: 100%; height: auto; border-radius: 50%; background: #fff; margin-bottom: 4px; }
.sl7-club-name-home, .sl7-club-name-away, .sl7-opponent-name {
  font-family: 'Segoe UI', 'Arial', sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
  min-width: 80px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.sl7-x { font-size: 2em; color: inherit; margin: 0 10px; }
.sl7-details { margin-top: 16px; text-align: center; }
.sl7-location { font-size: 1em; }
.sl7-date-time-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}
.sl7-arrow {
  font-size: 1.2em;
  padding: 2px 8px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
/* Responsividade para a tabela de classificação dos times */
.sl7-standings-row {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sl7-standings-table {
  min-width: 260px;
  width: calc(100% - 5px);
  max-width: calc(100% - 5px);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.8em;
}
.sl7-standings-table th,
.sl7-standings-table td {
  padding: 1px 2px;
  text-align: center;
  font-size: 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sl7-standings-table td:nth-child(1), /* Posição */
.sl7-standings-table th:nth-child(1) {
  max-width: 32px;
  width: 32px;
}
.sl7-standings-table td:nth-child(2), /* Clube */
.sl7-standings-table th:nth-child(2) {
  max-width: 48px;
  width: 48px;
  padding-left: 6px;
  padding-right: 6px;
}
.sl7-standings-table td:nth-child(3), /* Pontos */
.sl7-standings-table th:nth-child(3) {
  max-width: 24px;
  width: 24px;
}
.sl7-standings-table td:nth-child(4), /* Jogos */
.sl7-standings-table th:nth-child(4) {
  max-width: 24px;
  width: 24px;
}
.sl7-standings-table td:nth-child(5), /* Vitórias */
.sl7-standings-table th:nth-child(5) {
  max-width: 24px;
  width: 24px;
}
.sl7-standings-table td:nth-child(6), /* Empates */
.sl7-standings-table th:nth-child(6) {
  max-width: 24px;
  width: 24px;
}
.sl7-standings-table td:nth-child(7), /* Derrotas */
.sl7-standings-table th:nth-child(7) {
  max-width: 24px;
  width: 24px;
}
.sl7-standings-table td:nth-child(8), /* Gols */
.sl7-standings-table th:nth-child(8) {
  max-width: 32px;
  width: 32px;
}
.sl7-standings-table td:nth-child(9), /* GC */
.sl7-standings-table th:nth-child(9) {
  max-width: 26px;
  width: 26px;
}
/* Remover regras de responsividade para dispositivos móveis */
@media (max-width: 600px) {
  .sl7-widget {
    padding: 28px 2vw;
    width: 100vw;
    min-height: 420px;
    max-width: 100vw;
  }
  .sl7-competition {
    font-size: 1.4em !important;
    margin-bottom: 28px !important;
    margin-top: 0 !important;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
  }
  .sl7-header-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .sl7-date-time { text-align: left; font-size: 1.25em; }
  .sl7-crests-names {
    gap: 24px;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    margin-bottom: 32px;
  }
  .sl7-crest { max-width: 80px; max-height: 80px; }
  .sl7-club-name-home, .sl7-club-name-away, .sl7-opponent-name {
    min-width: 80px;
    font-size: 1.1em;
    margin-top: 8px;
  }
  .sl7-x { font-size: 2.5em; }
  .sl7-details {
    margin-top: 72px;
    font-size: 1.1em;
  }
  .sl7-location { font-size: 1.1em; }
  .sl7-arrow { font-size: 2em; padding: 8px 16px; }
  .sl7-date-time-row {
    gap: 16px;
    margin-top: 48px;
    font-size: 1.2em;
  }
}
@media (max-width: 500px) {
  .sl7-standings-row {
    overflow-x: hidden !important;
  }
  .sl7-standings-table {
    min-width: unset;
    width: 100%;
    font-size: 0.8em;
    table-layout: fixed;
  }
  .sl7-standings-table th,
  .sl7-standings-table td {
    padding: 0 !important;
    max-width: 16px;
    height: 18px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 1em;
  }
  .sl7-standings-table td:nth-child(2),
  .sl7-standings-table th:nth-child(2) {
    max-width: 24px;
    width: 24px;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
} 