.profile-header {
    text-align: center;
}
.profile-section {
    padding: 15px;
    border-radius: 6px;
    background: #f1f3f5;
    margin-bottom: 20px;
}
.profile-section h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.profile-section p {
    font-size: 1.1rem;
    margin: 5px 0;
}
.profile-section ul {
    list-style: none;
    padding: 0;
}
.profile-section ul li {
    background: white;
    padding: 10px;
    margin: 5px 0;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.profile-section ul li a {
    text-decoration: none;
    font-weight: bold;
}
.profile-section ul li:hover {
    background: #e9ecef;
}
.btn-manage {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
}

a.list-name-group {
    height: max-content;
    width: 100%;
}

form#add-list-form div {
    input {
        width: 80%;
    }
}
