/* =============================================================================
 * Frenchawy — Tutor custom CSS
 * Location on server: wp-content/themes/<active-child-theme>/assets/tutor-custom.css
 *
 * Loaded automatically by the mu-plugin (frenchawy-tutor-custom.php) AFTER Tutor's
 * own stylesheets, so rules here win without !important in most cases.
 * The site is RTL/Arabic — test changes in that direction.
 *
 * Put the Option-A "visual drift" fixes here. Keep each fix labelled with the
 * page/area it targets so it stays maintainable.
 * ========================================================================== */


/* -----------------------------------------------------------------------------
 * 1) Brand colours (preferred: set these in Tutor → Settings → Design/Color).
 *    Only uncomment + use these if the settings UI doesn't cover something.
 *    These are Tutor's CSS variables — overriding them recolours buttons/links/etc.
 * -------------------------------------------------------------------------- */
/*
:root {
	--tutor-color-primary:        #730B11;  / * example brand colour * /
	--tutor-color-primary-hover:  #5d0a0e;
	--tutor-body-color:           #212327;
	--tutor-border-color:         #E3E5EB;
}
*/


/* -----------------------------------------------------------------------------
 * 2) Custom layout classes used by the template overrides
 *    (single-course.php / single-course-bundle.php / add-to-cart-woocommerce.php).
 *    Add the spacing/layout your design needs here.
 * -------------------------------------------------------------------------- */
.muz-course-actions {
	/* e.g. margin-bottom: 24px; */
}

.add-buy-buttons {
	/* the logged-in "شراء الآن" + cart buttons wrapper */
	/* e.g. display: flex; flex-direction: column; gap: 12px; */
}

.login-reg-buttons {
	/* the logged-out login / register buttons wrapper */
	/* e.g. display: flex; flex-direction: column; gap: 12px; */
}


/* -----------------------------------------------------------------------------
 * 3) Visual-drift fixes (paste the targeted rules I give you below, labelled).
 * -------------------------------------------------------------------------- */

/* --- Single course page --- */


/* --- Dashboard / My Profile --- */


/* --- Checkout / paynow --- */


/* --- Login / Register --- */
