.edit-account .llms-person-form-wrapper {
	width: 90%;
    max-width: 1081px;
    margin: 0 auto;
    padding: 55px 0 186px;
}

.llms-edit-account-title {
	color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    height: 81px;
    margin: 0 0 47px;
}

.llms-edit-account-wrapper {
	display: flex;
    justify-content: space-between;
    gap: 22px;
    font-family: var(--font-primary);
}

.llms-profile-container,
.llms-settings-container {
	background: var(--color-light);
    border-radius: 8px;
    box-shadow: 0 6px 9.2px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.llms-profile-container {
	width: 594px;
}

.llms-settings-container {
	width: 465px;
}

.llms-account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 0.7px solid rgba(0, 0, 0, 0.20);
}

.llms-profile-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.llms-account-title {
	color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: 600;
    line-height: 35.2px;
    margin: 0;
}

.llms-edit-profile-button {
	all: unset;
    cursor: pointer;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.88px;
    letter-spacing: 0.17px;
}

.llms-edit-profile-button:hover {
	background: transparent;
    color: var(--color-primary);
}