/* ═══════════════════════════════════════════════════════════════════════════
 * theme-colors.css — بلوک رنگِ inline صفحه‌ی اصلی red90.com
 *
 * دقیقاً همان بلوک <style> است که سایت اصلی داخل <head> چاپ می‌کرد.
 * یک بایت هم تغییر نکرده؛ فقط از inline به یک فایل جدا منتقل شده تا کش شود.
 * ═══════════════════════════════════════════════════════════════════════════ */
.splash_alert_txt p { line-height: 1.2; }
		.event-type .odd-rate-12 { width: 90px !important; } 
		.event-type .odd-rate-12-x { display: none !important; }  

		@media screen and (max-width: 1000px) {
			.event-type .odd-rate-12 { width: 75px !important; }
		}

/* ── دکمه‌ی همبرگری نوار موبایل ──────────────────────────────────────────
   قالب اصلی فقط `.mobile-bar .icon a` را استایل می‌دهد. چون باز کردن منو در
   این نسخه یک <button> است (نه لینک)، بدون این قاعده دیده نمی‌شد و نوار
   موبایل یک آیکون از سایت اصلی کم داشت. */
.mobile-bar .icon button.mobile-menu-action {
  font-size: 24px;
  color: #ddd;
  background: none;
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
