.form-label {
    padding-left: 0.4rem;
    font-size: 0.75rem;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 0;
}

.form-label-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.form-label-actions-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    font-size: inherit;
}

.form-label-action-link,
.form-label-actions-links a {
    font-size: inherit;
    font-size: 0.64rem;
    font-weight: 700;
}

.form-control-plaintext {
    color: rgba(var(--phoenix-dark-rgb), var(--phoenix-text-opacity, 1));
}
