.ibly-cliente-attuale {
    padding: 0.5em 1em;
    background: #f4f5f7;
    border-radius: 6px;
    font-size: 0.9em;
    margin-bottom: 1em;
}
.ibly-cliente-attuale a {
    color: #1747c9;
    font-weight: 600;
}
.ibly-nessun-cliente {
    background: #fff3cd;
}

.ibly-seleziona-cliente {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    margin-top: 1.5em;
}
@media (max-width: 782px) {
    .ibly-seleziona-cliente {
        grid-template-columns: 1fr;
    }
}

.ibly-clienti-salvati, .ibly-nuovo-cliente {
    border: 1px solid #d8dce5;
    border-radius: 8px;
    padding: 1.5em;
}

.ibly-lista-clienti {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}
.ibly-lista-clienti li {
    padding: 0.8em;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-bottom: 0.6em;
}
.ibly-lista-clienti label {
    cursor: pointer;
    display: block;
}
.ibly-indirizzo-cliente {
    color: #767676;
    font-size: 0.9em;
}

.ibly-nuovo-cliente label {
    display: block;
    margin-bottom: 1em;
    font-weight: 600;
}
.ibly-nuovo-cliente input {
    display: block;
    width: 100%;
    margin-top: 0.3em;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: 400;
}

.ibly-btn-applica {
    padding: 0.7em 1.4em;
    background: #1747c9;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}
