/* ==========================================================================
   Settings Dashboard Page Styles
   ========================================================================== */

.dash-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
    width: 100%;
    padding-bottom: var(--spacing-xl);
}
