.content-section > h2.gold-heading,
.gold-heading {
    color: var(--gold) !important;
}

.section-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
    padding: 0 3px;
}

.section-heading-row h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.section-text-action {
    border: 0;
    padding: 4px 0;
    background: transparent;
    color: var(--gold);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.joinery-item-link {
    color: var(--text);
    text-decoration: none;
}

.joinery-item-link > span:first-child {
    display: grid;
    gap: 3px;
}

.joinery-item-link strong {
    font-weight: 600;
}

.joinery-item-link small {
    color: var(--muted);
    font-size: 11px;
}

.notes-editor {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.job-notes-input {
    min-height: 130px;
}

.notes-message {
    margin-top: 10px;
    color: var(--danger);
    font-size: 12px;
    font-weight: 700;
}

.password-change-page {
    max-width: 470px;
}

.password-change-brand p {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.password-rules {
    margin-bottom: 20px;
    padding: 12px 14px;
    border: 1px solid rgba(202, 166, 116, .35);
    border-radius: 10px;
    background: rgba(202, 166, 116, .08);
    color: #bdbdb8;
    font-size: 12px;
    line-height: 1.45;
}

.password-cancel {
    width: 100%;
    margin-top: 18px;
    text-align: center;
}
