/*
Theme Name: DM Pro
Theme URI: https://dmpro.ir
Author: DM Pro Agency
Author URI: https://dmpro.ir
Description: قالب اختصاصی و کاملاً فارسی/راست‌چین برای آژانس دیجیتال مارکتینگ DM Pro. شامل صفحهٔ اصلی، درباره ما، خدمات (۸ صفحهٔ اختصاصی)، وبلاگ کاملاً داینامیک، نمونه‌کارها (نوع پست سفارشی) و فرم تماس مبتنی بر Contact Form 7.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dmpro
Tags: rtl-language-support, custom-menu, custom-logo, featured-images, translation-ready, blog, portfolio

DM Pro is a bespoke theme built specifically for this site's content — the
actual visual styling lives in assets/css/base.css (shared chrome) and the
assets/css/page-*.css files (per-page design), which are enqueued via
inc/enqueue.php. This file only carries the required theme header and a
couple of safe fallbacks for WordPress core / plugin markup.
*/

/* Sensible fallbacks for default WP/plugin markup that isn't otherwise styled */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12.5px; color: var(--txt2, #888); text-align: center; padding: 8px 0; }
.gallery { display: grid; grid-template-columns: repeat(var(--gallery-columns, 3), 1fr); gap: 12px; }
.gallery-item img { border-radius: 14px; width: 100%; height: 100%; object-fit: cover; }
