body {
    background-color: #f8f9fa;
}

.card {
    max-width: 500px;
    margin: auto;
}

.bg-custom-orange {
    background-color: #FF8813 !important;
}

.btn-custom-orange {
    background-color: #FF8813;
    border-color: #FF8813;
    color: #fff;
}

.btn-custom-orange:hover {
    background-color: #e0750b;
    border-color: #d36e0a;
}

.spinner-custom-orange {
    color: #FF8813;
}

.text-custom-orange {
    color: #FF8813 !important;
}

.card-body.bg-light {
    border-radius: 8px;
}

#result-lista {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px; /* evita que o scroll esconda texto */
}
#result-lista li {
    font-size: 0.95rem;
    line-height: 1.5;
}
