/*
Theme Name: Tariqul Islam Portfolio
Theme URI: https://pixxen.com
Author: Pixxen
Author URI: https://pixxen.com
Description: Custom WordPress theme for Tariqul Islam — Technical SEO Specialist portfolio. Fully editable from the admin panel (Theme Settings), with dynamic Case Studies, Services, Testimonials and FAQs.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: tariqul
*/

/* The compiled front-end styles are enqueued from assets/dist/style.css */

/* ---------------------------------------------------------------
   Editor-content typography for case studies & generic pages
   (compiled Tailwind can't cover WYSIWYG output, so we style it here)
--------------------------------------------------------------- */
.ti-content { color: #4a4a48; font-size: 16px; line-height: 1.6; }
@media (min-width: 640px)  { .ti-content { font-size: 17px; } }
@media (min-width: 1024px) { .ti-content { font-size: 18px; } }
.ti-content > * + * { margin-top: 1.25em; }
.ti-content h2, .ti-content h3, .ti-content h4 { color: #161615; font-weight: 700; line-height: 1.2; margin-top: 1.8em; }
.ti-content h2 { font-size: clamp(24px, 3vw, 36px); }
.ti-content h3 { font-size: clamp(20px, 2.4vw, 28px); }
.ti-content h4 { font-size: clamp(18px, 2vw, 22px); }
.ti-content ul { list-style: disc; padding-left: 1.5em; }
.ti-content ol { list-style: decimal; padding-left: 1.5em; }
.ti-content li + li { margin-top: .5em; }
.ti-content a { color: #7D963D; text-decoration: underline; text-underline-offset: 3px; }
.ti-content img { border-radius: 24px; height: auto; max-width: 100%; }
.ti-content figure { margin: 1.5em 0; }
.ti-content figcaption { font-size: .85em; color: #77756f; margin-top: .5em; text-align: center; }
.ti-content blockquote { border-left: 3px solid #7D963D; padding-left: 1.25em; font-style: italic; color: #161615; }
.ti-content .wp-block-image img, .ti-content .aligncenter { margin-left: auto; margin-right: auto; }
