.hiheading {
    font-size: 60px;
    margin: 0;
    padding-top: 26px;
}

.hisubheading {
    margin: 0;
    font-weight: 500;
    margin-top: -10px;
}

.accountsubheading {
    font-size: 36px;
    margin: 0px;
    font-weight: 400;
    margin-top: 60px;
}

/* first section title under welcome — tighter than other accountsubheading blocks */
.accountsubheading.accountsubheading_recent_comments {
    margin-top: 40px;
}

.accountsubsubheading {
    font-size: 16px;
    font-weight: 300;
    margin-top: -6px;
    margin-bottom: 26px;
    line-height: 100%;
}

.recent_comments_list {
    list-style: none;
    margin: -10px 0 -24px 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.recent_comments_row {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 12px 14px;
    background-color: rgba(255, 255, 255, 0.02);
}

.recent_comments_body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.recent_comments_excerpt {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.recent_comments_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
}

.recent_comments_page {
    font-size: 13px;
}

.recent_comments_date,
.recent_comments_score {
    color: rgba(255, 255, 255, 0.62);
}

.recent_comments_empty {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px 20px;
    margin-top: -10px;
    margin-bottom: -24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background-color: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}

.recent_comments_empty_icon {
    display: flex;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.5);
}

.recent_comments_empty_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.datarow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 0px solid white;
    width: 100%;
    border-radius: 5px;
    border-bottom-width: 1px;
    margin-bottom: 20px;
}

    .datarow_titlecontainer {
        width: max-content;
    }

        .datarow_title {
            font-size: 16px;
            font-weight: 400;
            margin: 0;
            margin-left: 4px;
            margin-bottom: 6px;
        }

        @media screen and (max-width: 600px) {
            .datarow_title {
                font-size: 14px;
            }
        }

    .datarow_data {
        width: auto;
        text-align: right;
        margin-right: 4px;
        font-size: 16px;
    }

.profile_email_cell {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    padding-right: 28px;
}

.profile_email_edit_toggle {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    padding: 4px;
    cursor: pointer;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: absolute;
    top: -2px;
    right: 0;
}

.profile_email_edit_toggle:hover {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

.profile_email_edit_toggle:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

.profile_email_editor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    right: 28px;
    top: -6px;
}

.profile_email_input {
    width: 340px;
    max-width: 70vw;
    padding-bottom: 6px;
    border-bottom-width: 0px;
}

.profile_email_save {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: white;
    border-radius: 6px;
    padding: 2px 6px;
    min-width: 70px;
    font-size: 14px;
}

.profile_email_save:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.profile_email_feedback,
.profile_email_error {
    margin-top: -12px;
    margin-bottom: 18px;
    font-size: 14px;
}

.profile_email_feedback {
    color: #bbffd0;
}

.profile_email_error {
    color: #ffbbbb;
}

.resetp_container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}

.resetp_container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#yourwords.overflow-detected {
    min-width: calc(100% + calc(calc(100vw - 100%)/2));/* Adjusted minimum width */
    padding-right: 100px;
}

    .resetp_input {
        width: 150px;
        margin-right: 10px;
        height: auto;
        color: rgba(255, 255, 255, 0.95);
        font-size: 15px;
        letter-spacing: +0.5px;
        background-color: transparent;
        outline: none;
        border-width: 0px;
        border-color: rgba(255, 255, 255, 0.842);
        border-bottom-width: 2px;
        border-radius: 6px;
        border-style: solid;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 4px;
    }

    .resetp_submit {
        background-color: transparent;
        color: white;
        padding-top: 4px;
        padding-bottom: 4px;
        min-width: 120px;
        border-radius: 6px;
        border-width: 0px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: white;
        border-style: solid;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: 0px;
        text-align: center;
    }

    .resetp_submit:hover {
        cursor: pointer;

    }

.signoutbutton {
    margin-top: 60px;
    background-color: transparent;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 140px;
    border-radius: 6px;
    border-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: white;
    border-style: solid;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: width 250ms ease-in-out;
    text-align: center;
    margin-bottom: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.signoutbutton_container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.signoutbutton:hover {
    cursor: pointer;
    border-left-width: 2px;
    border-right-width: 2px;
    width: 170px;
}

.zentro_account_card {
    box-sizing: border-box;
    width: 50%;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.04);
    padding: 14px;
    margin-top: -8px;
    margin-bottom: -20px;
}

.zentro_account_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.zentro_account_title_row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.zentro_account_logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 22%;
}

.zentro_account_title {
    margin: 0 0 0 5px;
    font-size: 20px;
    font-weight: 500;
}

.zentro_account_count {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
}

.zentro_account_error {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffb6b6;
}

.zentro_account_list {
    display: grid;
    gap: 10px;
}

.zentro_account_license_row {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.02);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
}

.zentro_account_license_meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.zentro_account_license_key {
    margin: 0 0 4px 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 14px;
    letter-spacing: 0.05em;
    overflow-wrap: anywhere;
}

.zentro_account_license_date,
.zentro_account_license_device {
    margin: 0;
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
}

.zentro_account_license_actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.zentro_account_button {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    color: white;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
    cursor: pointer;
}

.zentro_account_button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media screen and (max-width: 740px) {
    .zentro_account_card {
        width: 100%;
    }

    .zentro_account_license_row {
        flex-direction: column;
    }

    .zentro_account_license_actions {
        flex-direction: row;
    }
}

.profile_assigned_accounts_row {
    align-items: flex-start;
}

.profile_assigned_accounts_cell {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    text-align: right;
    margin-right: 4px;
    box-sizing: border-box;
}

.profile_assigned_accounts_empty {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
}

.profile_google_connect_btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.profile_google_connect_plus {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.88;
    position: relative;
    top: -0.5px;
}

.profile_google_connect_btn .profile_assigned_account_logo {
    display: block;
}

.profile_google_connect_btn_busy {
    font-size: 14px;
    line-height: 1;
    padding: 0 2px;
}

@media screen and (min-width: 601px) {
    .profile_google_connect_btn {
        font-size: 15px;
        padding: 3px 10px;
    }
}

.profile_google_connect_btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.55);
}

.profile_google_connect_btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.profile_assigned_account_chip {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.profile_assigned_account_logo {
    flex-shrink: 0;
    display: block;
}

.profile_assigned_account_label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.92);
}

.profile_assigned_account_edit {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    padding: 4px;
    margin: 0;
    margin-left: 2px;
    cursor: pointer;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.profile_assigned_account_edit:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.08);
}

.profile_assigned_accounts_modal_error {
    margin: 0;
    font-size: 14px;
    color: #ffb6b6;
    line-height: 1.35;
}
