/*
Theme Name: MCA TutorLMS Academy
Theme URI: https://example.com/
Author: ChatGPT
Author URI: https://example.com/
Description: Bilingual (Arabic/English) WordPress block theme for Menofia Courses Academy (MCA) with TutorLMS-ready templates (Courses, Dashboard, Register, Instructors).
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mca
Tags: education, lms, tutor-lms, block-theme, full-site-editing, rtl-language-support, custom-logo
*/

:root{
  --mca-orange:#F59E0B;
  --mca-black:#111827;
  --mca-gray:#6B7280;
  --mca-white:#ffffff;
}

.wp-block-button__link{
  border-radius:999px;
  padding:.85em 1.25em;
  font-weight:800;
}

.mca-card{
  border:1px solid rgba(17,24,39,.10);
  border-radius:20px;
  padding:22px;
  box-shadow:0 12px 30px rgba(17,24,39,.06);
  background:#fff;
}

.mca-badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  background:rgba(245,158,11,.12);
  color:var(--mca-black);
}

.mca-muted{ color: var(--mca-gray); }

/* TutorLMS: keep course cards roomy (works with most Tutor templates) */
.tutor-course-card, .tutor-course-loop, .tutor-course-loop-wrap{
  border-radius:18px;
}

/* RTL small tweaks */
html[dir="rtl"] .wp-block-navigation__responsive-container-open{ margin-right:auto; margin-left:0; }
