/*
Theme Name: Seleno
Theme URI: https://karjuya.com
Author: Karjuya Team
Author URI: https://karjuya.com
Description: قالب اختصاصی کارجویا — سکوی مسیر شغلی و یادگیری (RTL / فارسی). سبک، بهینه برای سئو و مبتنی بر سیستم طراحی کارجویا.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seleno
Tags: rtl-language-support, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments

All visual styling lives in assets/css/main.css (design tokens + components).
This file only carries the WordPress theme header plus a couple of editor-safe
overrides.
*/

/* WordPress core alignment / caption helpers (front-end) */
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--kj-slate-500); text-align: center; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
.sticky, .bypostauthor { display: block; }
