/* Estilos específicos para alternativas-chatgpt-2026 */


.styled-table {
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  box-shadow: 0 2px 16px rgba(44,62,80,0.07);
  border-radius: 12px;
  overflow: hidden;
}
.styled-table thead tr {
  background: #e3f2fd;
  color: #1976d2;
  font-size: 1.08em;
}
.styled-table th, .styled-table td {
  padding: 12px 8px;
  text-align: left;
}
.styled-table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.styled-table tbody tr:nth-child(odd) {
  background: #fff;
}
.styled-table td {
  padding: 10px 8px;
}
.styled-table td:first-child {
  font-weight: bold;
}

.styled-list li {
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  position: relative;
}
.styled-list li:before {
  content: "✓ ";
  color: #43a047;
  position: absolute;
  left: 0;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.35em;
}

.callout {
  background: #e3f6fc;
  border-left: 5px solid #00bcd4;
  padding: 1em 1.2em;
  margin: 1.2em 0;
  border-radius: 8px;
}

@media (max-width: 700px) {
  .styled-table {
    min-width: 0;
    font-size: 0.97em;
  }
}
