/**
 * Desktop Styles (min-width: 992px)
 *
 * This file contains responsive overrides for desktop screens.
 * All styles should be wrapped in appropriate media queries.
 *
 * Guidelines:
 * - Keep selectors specific to avoid conflicts
 * - Group related components together
 * - Comment sections for maintainability
 */

/* ==========================================================================
   DESKTOP STYLES (min-width: 992px)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Standard Desktop (992px - 1199px)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

	/* Layout */
	body:not(.community-pro-homepage) .content-sidebar-wrap {
		display: block !important;
	}

	/* MemberPress Profile Navigation */
	.profile-page #mepr-account-nav {
		display: flex !important;
		justify-content: flex-start !important;
		flex-wrap: nowrap !important;
		gap: 0 !important;
	}
}

