#licenciados-busca {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
}

#licenciados-busca label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#licenciados-busca select, #licenciados-busca button {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#licenciado-resultado {
    margin-top: 20px;
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#licenciado-resultado h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

#licenciado-resultado p {
    margin: 5px 0;
    font-size: 1.1em;
}

#licenciado-mapa {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    border-radius: 8px;
}
