/**
 * Chess Podium - Tournaments Widget
 */
.chess-podium-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chess-podium-widget-item {
    margin-bottom: 0.75rem;
}

.chess-podium-widget-item:last-child {
    margin-bottom: 0;
}

.chess-podium-widget-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #eee;
    transition: color 0.2s, background 0.2s;
}

.chess-podium-widget-link:hover {
    color: #2980b9;
}

.chess-podium-widget-preview {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    background: #2c3e50;
}

.chess-podium-widget-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chess-podium-widget-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.chess-podium-widget-name {
    font-weight: 600;
    font-size: 0.95em;
}

.chess-podium-widget-meta {
    font-size: 0.8em;
    color: #666;
    margin-top: 0.15em;
}

.chess-podium-widget-more {
    margin: 0.75rem 0 0;
    padding-top: 0.75rem;
    border-top: 1px solid #eee;
    font-size: 0.9em;
}

.chess-podium-widget-more a {
    text-decoration: none;
}

.chess-podium-widget-more a:hover {
    text-decoration: underline;
}
