/*
 * Basic styling for Sleeper Fantasy Plugin tables and layouts.
 */

.sleeper-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.sleeper-table th,
.sleeper-table td {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: left;
}

.sleeper-table thead th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.sleeper-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.sleeper-league-standings h2,
.sleeper-matchups h2,
.sleeper-user-info h2 {
    margin-bottom: 0.5rem;
}

.sleeper-user-info img {
    max-width: 100px;
    height: auto;
    border-radius: 50%;
    margin-top: 0.5rem;
}

.sleeper-user-info p {
    margin: 0.25rem 0;
}