/*
Theme Name: CekPromo Minimal Theme
Theme URI: https://cekpromo.id
Author: CekPromo Team
Author URI: https://cekpromo.id
Description: Tema WordPress super ringan, kustom, dan responsif tanpa page builder khusus untuk CekPromo.id. Didesain dengan keterbacaan artikel yang tinggi, siap SEO, serta terintegrasi penuh dengan landing page Shopee Affiliate.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: cekpromo-theme
*/

/* Reset & Isolation Rules */
html, body {
font-size: 16px !important;
line-height: 1.6 !important;
margin: 0;
padding: 0;
background-color: #FAF9F6;
color: #1f2937;
font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Custom Post Content Typography */
.entry-content p {
margin-bottom: 1.25rem;
font-size: 0.95rem;
line-height: 1.75;
color: #374151;
}

.entry-content h2 {
font-size: 1.35rem;
font-weight: 800;
margin-top: 2rem;
margin-bottom: 0.75rem;
color: #111827;
letter-spacing: -0.025em;
}

.entry-content h3 {
font-size: 1.15rem;
font-weight: 700;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
color: #1f2937;
}

.entry-content ul, .entry-content ol {
margin-bottom: 1.25rem;
padding-left: 1.5rem;
font-size: 0.95rem;
}

.entry-content ul { list-style-type: disc; }
.entry-content ol { list-style-type: decimal; }

.entry-content li { margin-bottom: 0.5rem; }

.entry-content blockquote {
border-left: 4px solid #EE4D2D;
padding-left: 1rem;
font-style: italic;
color: #4b5563;
margin: 1.5rem 0;
background-color: #FFF0ED;
padding: 1rem;
border-radius: 0.5rem;
}

.entry-content img {
max-width: 100%;
height: auto;
border-radius: 1rem;
margin: 1.5rem 0;
}