.palmares-container {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin: 20px 0;
    line-height: 1.6;
}

.palmares-buscador input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.palmares-btn, .palmares-sub-btn {
    background-color: #1a3a5f;
    color: white;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    margin: 8px 0 5px;
    transition: background 0.3s;
}

.palmares-btn:hover {
    background-color: #0f263e;
}

.palmares-sub-btn {
    background-color: #2c5a8d;
    font-size: 16px;
    font-weight: normal;
    padding: 12px;
}

.palmares-sub-btn:hover {
    background-color: #1a4470;
}

.palmares-content, .palmares-sub-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #f8f9fa;
    border-left: 4px solid #2c5a8d;
    margin: 5px 0;
    border-radius: 0 4px 4px 4px;
}

.palmares-competicion {
    margin: 12px 0 6px;
    font-weight: bold;
    color: #1a3a5f;
    padding: 2px 0;
}

.palmares-resultados {
    margin-left: 18px;
    margin-top: 6px;
}

.palmares-resultado {
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
}

.palmares-resultado:last-child {
    border-bottom: none;
}

.palmares-resultado em {
    color: #555;
    font-size: 13px;
}
