.gcl-ligues, .gcl-clubs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.gcl-item {
    border: 1px solid #e5e7eb;
    padding: 12px;
    text-align: center;
    background: #fafafa;
    border-radius: 8px;
}

.gcl-item img {
    max-height: 80px;
    width: auto;
    margin-bottom: 8px;
}

#gcl-clubs-wrapper select {
    min-width: 260px;
    padding: 6px 8px;
}

/* ✅ Style pour les noms en arabe des clubs */
.nom-arabe {
    text-align: right;
    font-weight: bold;
    direction: rtl;
}