.profile-settings-wrapper {
    background-color:var(--hwiki-beige);
    border: 1px solid var(--hwiki-orange);
    padding: 15px;
    color: #000;
    font-family: serif;
    max-width: 600px;
}

.section-title {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.profile-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group {
    border: none;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 10px 0;
    margin: 0;
}

.form-group:last-of-type {
    border-bottom: none;
}

.form-group legend {
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
}

.avatar-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.avatar-img {
    border: 1px solid #666;
}

.help-text {
    font-size: 0.8em;
    color: #555;
    display: block;
    margin-top: 2px;
}

.input-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.input-row label {
    width: 140px;
    font-size: 0.9em;
}

.accounts-table {
    width: 100%;
    max-width: 350px;
    border-collapse: collapse;
    font-size: 0.9em;
}

.accounts-table td {
    padding: 2px 0;
}

.status-connected { color: green; }
.status-disconnected { color: red; }

.form-actions {
    margin-top: 5px;
}

.btn-submit {
    cursor: pointer;
}
