/*
Theme Name: Rayan Safe Box
Theme URI: https://rayansafebox.com
Author: Rayan Security Group
Author URI: https://rayansafebox.com
Description: قالب اختصاصی گروه امنیتی رایان (مقیمیان) — طراحی «Vault» با زیبایی‌شناسی امنیتی لوکس، RTL/فارسی. تخصصی برای گاوصندوق‌های آسانسوری، خزانه نامرئی و تجهیزات امنیتی طلا و جواهر.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
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: rayan
Tags: rtl-language-support, custom-menu, featured-images, translation-ready
*/

/*
 * تمام استایل‌های طراحی در assets/styles.css قرار دارند و از طریق functions.php
 * صف‌بندی (enqueue) می‌شوند. این فایل فقط هدر رسمی قالب وردپرس است به‌علاوه‌ی
 * چند override برای سازگاری با خروجی وردپرس.
 */

/* --- WordPress compatibility overrides --- */
.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .nav { top: 46px; }
}

/* --- Brand logo (official Rayan SVG: mark + wordmark) --- */
.brand .rayan-logo {
  height: 44px;
  width: auto;
  display: block;
  transition: opacity .25s var(--ease);
}
.rayan-logo .rl-mark { fill: var(--emerald); transition: fill .25s var(--ease); }
.rayan-logo .rl-type { fill: var(--cream);   transition: fill .25s var(--ease); }
.brand:hover .rayan-logo .rl-mark { fill: var(--gold-2); }
.brand:hover .rayan-logo .rl-type { fill: #fff; }
.footer .brand .rayan-logo { height: 48px; }
@media (max-width: 560px) {
  .brand .rayan-logo { height: 38px; }
}

/* WP core alignment / caption helpers inside post content */
.entry-content img { max-width: 100%; height: auto; }
.entry-content .aligncenter { display: block; margin-inline: auto; }
.entry-content .alignright { float: right; margin: 0 0 1rem 1.5rem; }
.entry-content .alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.entry-content figure { margin: 1.5rem 0; }
.entry-content .wp-caption-text { color: var(--faint); font-size: .85rem; text-align: center; }
