/*
Theme Name: Grand Elite Limousine
Theme URI: https://grandelite-limo.com
Author: Grand Elite
Description: RTL luxury limousine & executive mobility theme for Grand Elite. Designed in Stitch (Warm Editorial Minimalism with high architectural contrast), built for WordPress.
Version: 1.0.0
Requires at least: 5.8
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: grand-elite
Tags: rtl-language-support, one-column, custom-menu, translation-ready
*/

/* Theme utility styling is delivered through Tailwind + the per-section classes.
   This file carries the long-form article typography for single posts. */

.ge-prose {
	color: #1a1c1b;
	font-size: 1rem;
	line-height: 1.95;
}

.ge-prose > *:first-child { margin-top: 0; }

.ge-prose p,
.ge-prose ul,
.ge-prose ol,
.ge-prose blockquote,
.ge-prose figure,
.ge-prose pre,
.ge-prose table {
	margin: 0 0 1.4rem;
}

.ge-prose h1,
.ge-prose h2,
.ge-prose h3,
.ge-prose h4 {
	color: #0f0f11;
	font-weight: 600;
	line-height: 1.4;
	margin: 2.2rem 0 0.9rem;
}

.ge-prose h2 { font-size: 1.5rem; }
.ge-prose h3 { font-size: 1.25rem; }
.ge-prose h4 { font-size: 1.1rem; }

.ge-prose ul,
.ge-prose ol {
	padding-inline-start: 1.6rem;
}

.ge-prose ul { list-style: disc; }
.ge-prose ol { list-style: decimal; }
.ge-prose li { margin: 0.4rem 0; }
.ge-prose li::marker { color: #c5a059; }

.ge-prose a {
	color: #8a6d1f;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ge-prose a:hover { color: #0f0f11; }

.ge-prose strong { font-weight: 700; color: #0f0f11; }

.ge-prose img,
.ge-prose iframe {
	max-width: 100%;
	height: auto;
	border-radius: 0.75rem;
}

.ge-prose figure { margin-inline: 0; }
.ge-prose figcaption {
	font-size: 0.8rem;
	color: #6e6b65;
	text-align: center;
	margin-top: 0.5rem;
}

.ge-prose blockquote {
	border-inline-start: 3px solid #c5a059;
	background: #f4f4f2;
	padding: 1rem 1.25rem;
	border-radius: 0.5rem;
	color: #47464b;
}

.ge-prose blockquote p:last-child { margin-bottom: 0; }

.ge-prose table { width: 100%; border-collapse: collapse; }
.ge-prose th,
.ge-prose td {
	border: 1px solid #e4e1d8;
	padding: 0.6rem 0.8rem;
	text-align: start;
}
.ge-prose th { background: #f4f4f2; font-weight: 600; }
