/* Global Music Explorer Module — Isolated CSS */

#gme-module {
    background: rgba(255,255,255,0.05);
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    color: #f5f5f5;
    font-family: Arial, sans-serif;
}

#gme-module h3 {
    color: #ffd28a;
    margin-bottom: 10px;
}

.gme-section {
    margin-bottom: 20px;
}

.gme-section h4 {
    color: #ffd28a;
    margin-bottom: 6px;
}

.gme-section ul {
    list-style: none;
    padding-left: 0;
}

.gme-section ul li {
    margin-bottom: 6px;
}

.gme-section a {
    color: #ffd28a;
    text-decoration: none;
}

.gme-section a:hover {
    text-decoration: underline;
}
