
.technician-list {
    width: max-content;
    margin: 0 auto;
}

.technician {
    margin-bottom: 10px;
}

.technician-btn {
    background-color: #3498db;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    min-width: auto;
    text-align: left;
}

.technician-dropdown {
    display: none;
    width: max-content;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.technician-dropdown p {
    margin: 0;
    width: max-content;
}