/*
Theme Name: AlinLearning LMS
Theme URI: https://alinlearning.com
Author: AlinLearning
Author URI: https://alinlearning.com
Description: A bilingual (English + Bangla) skills-academy theme built around career tracks. 48 courses grouped into 8 ordered learning paths, each with a full chapter/lesson curriculum, a course landing page, and a complete student dashboard with progress, notes, assignments, quizzes and certificates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alinlearning
Tags: education, lms, courses, translation-ready, custom-menu, block-styles, full-width-template
*/

@import url("style-base.css");

/* WordPress core required classes */
.alignnone{margin:5px 20px 20px 0}
.aligncenter,div.aligncenter{display:block;margin:5px auto}
.alignright{float:right;margin:5px 0 20px 20px}
.alignleft{float:left;margin:5px 20px 20px 0}
.wp-caption{max-width:100%;background:var(--panel);border:1px solid var(--stroke);border-radius:12px;padding:6px}
.wp-caption-text{font-size:.85rem;color:var(--muted);text-align:center}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
.sticky,.gallery-caption,.bypostauthor{display:block}
.entry-content{max-width:820px;margin:auto}
.entry-content img{border-radius:14px}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:30px}
.pagination .page-numbers{padding:8px 14px;border-radius:99px;border:1px solid var(--stroke);background:var(--panel)}
.pagination .current{background:var(--grad);color:#fff;border-color:transparent}
