/* ============================================
   TEMPORARY FEATURE DISABLE STYLES
   ============================================
   
   This file contains CSS to temporarily hide:
   - Download Brochure buttons
   - Login/Registration dropdown
   
   To re-enable features: Remove this CSS file or comment out the rules below
*/

/* Hide all Download Brochure buttons on course pages */
.btn-brochure,
a[onclick*="requestBrochureModal"],
a[href*="download-brochure"] {
    display: none !important;
}

/* Hide login dropdown in navbar (backup to HTML commenting) */
.login-dropdown,
#loginDropdown {
    display: none !important;
}

/* Hide profile dropdown (backup to HTML commenting) */
.profile-dropdown,
#profileDropdown {
    display: none !important;
}

/* Adjust price-actions layout when brochure button is hidden */
.price-actions {
    justify-content: center !important;
}

.price-actions .btn-enroll {
    width: auto !important;
    min-width: 200px !important;
}
