/*
Theme Name: Efendi IPTV
Theme URI: https://efendiptv.com
Author: Efendi IPTV
Author URI: https://efendiptv.com
Description: SEO optimizasyonlu, dark temalı, Tailwind CSS tabanlı profesyonel IPTV satış teması. RankMath uyumlu, Schema.org destekli, mobil uyumlu ve hızlı. IPTV fiyat, IPTV al, IPTV izle, IPTV abonelik fiyatları için optimize edilmiştir.
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
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: efendiptv
Tags: iptv, dark, tailwind, seo, one-page, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Efendi IPTV - Profesyonel IPTV Satış Teması
*/

/* ── Legal Pages / Content Typography ── */
.efendiptv-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f97316;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(249, 115, 22, 0.2);
}
.efendiptv-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fbbf24;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.efendiptv-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
}
.efendiptv-content ul,
.efendiptv-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}
.efendiptv-content ul {
    list-style-type: disc;
}
.efendiptv-content ol {
    list-style-type: decimal;
}
.efendiptv-content li {
    margin-bottom: 0.4rem;
    line-height: 1.7;
}
.efendiptv-content strong {
    color: #fff;
    font-weight: 600;
}
.efendiptv-content em {
    color: #9ca3af;
}
.efendiptv-content a {
    color: #f97316;
    text-decoration: underline;
    transition: color 0.2s;
}
.efendiptv-content a:hover {
    color: #fbbf24;
}
