.botonWhatsappIndividual,
.botonAgregarConsulta {
    background-color: #25D366;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-top: 8px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
}

.botonWhatsappIndividual:hover,
.botonAgregarConsulta:hover {
    background-color: #1da851;
}

#whatsapp-consulta-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    max-width: 300px;
    width: 90%;
}

.whatsapp-consulta-inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-consulta-titulo {
    font-weight: 700;
    margin-bottom: 8px;
    color: #25D366;
}

#whatsapp-consulta-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    max-height: 200px;
    overflow-y: auto;
}

#whatsapp-consulta-lista li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
    color: #333;
}

#whatsapp-consulta-lista li button {
    background: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1;
    color: #666;
    flex-shrink: 0;
    margin-left: 8px;
}

.whatsapp-consulta-inner > button {
    background-color: #25D366;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
}

.whatsapp-consulta-inner > button:last-child {
    background-color: #666;
}

.whatsapp-consulta-inner > button:hover {
    opacity: 0.9;
}
