/*
Theme Name: Mir World
Theme URI: https://mirworld.in
Author: Mir World
Description: Mir World IRCTC Authorised Agent-এর জন্য বানানো ব্লক-থিম (Block Theme)। এই থিমের প্রতিটি লেখা ও ছবি WordPress Site Editor / Page Editor থেকে সরাসরি এডিট, রিপ্লেস ও রিসাইজ করা যায় — কোনো কোড লেখার দরকার নেই। বুকিং ফর্ম, ট্র্যাকিং ও সার্টিফিকেট অংশ চলে "Mir World Booking System" প্লাগইনের মাধ্যমে।
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: mirworld
Tags: block-theme, full-site-editing, business, travel

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ---- Small helper classes used inside patterns (everything else is theme.json) ---- */
.mw-eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family: var(--wp--preset--font-family--mono);
  font-size: 12.5px; letter-spacing:.08em; text-transform:uppercase;
  color: var(--wp--preset--color--amber-deep);
}
.mw-eyebrow::before{ content:''; width:7px; height:7px; border-radius:50%; background: var(--wp--preset--color--amber); }

.mw-card{
  background:#fff; border:1px solid rgba(14,27,51,.12); border-radius:14px; padding:26px;
}
.mw-badge-pill{
  display:inline-flex; align-items:center; gap:8px; background: rgba(231,163,62,.14);
  border:1px solid rgba(231,163,62,.4); color: var(--wp--preset--color--amber);
  font-family: var(--wp--preset--font-family--mono); font-size:12px; letter-spacing:.05em;
  padding:7px 14px; border-radius:999px; text-transform:uppercase;
}
.mw-dashed-divider{ border:none; border-top:1px dashed rgba(14,27,51,.15); margin: 8px 0; }

.mw-wp-block-image-note{ font-size:12px; opacity:.6; }

/* WhatsApp float button (rendered by [mirworld_whatsapp_float] shortcode) already styled in the plugin's CSS. */

@media (max-width: 680px){
  .wp-block-columns{ flex-wrap: wrap !important; }
}
