/*
Theme Name: Hemeneticaret Agency
Theme URI: https://hemeneticaret.com
Author: Hemeneticaret Dev Team
Author URI: https://hemeneticaret.com
Description: Hemeneticaret.com için özel olarak hazırlanmış, Tailwind CSS tabanlı, performans odaklı kurumsal e-ticaret ajansı teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hemeneticaret
Tags: agency, e-commerce, tailwind, corporate
*/

/* Not: Tasarım Tailwind CSS (CDN) üzerine kuruludur. 
   Özel CSS kuralları header.php içindeki style etiketindedir.
*/

/* --- GELİŞMİŞ TİPOGRAFİ (Entry Content) --- */
.entry-content {
    color: #334155;
    line-height: 1.8;
    font-size: 1.125rem;
}

.entry-content p {
    margin-bottom: 1.5em;
}

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

.entry-content h3 {
    font-size: 1.5rem;
    color: #1E293B;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}

/* Listeler */
.entry-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5em;
}
.entry-content ul li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: 0.5em;
}
.entry-content ul li::before {
    content: '\f00c'; /* FontAwesome Check */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #F97316;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1em;
}

/* Alıntılar */
.entry-content blockquote {
    border-left: 4px solid #4F46E5;
    background: #F8FAFC;
    padding: 1.5rem;
    font-style: italic;
    color: #475569;
    border-radius: 0 1rem 1rem 0;
    margin: 2rem 0;
}

/* Tablolar */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
}
.entry-content table th {
    background: #F1F5F9;
    font-weight: 700;
    text-align: left;
    padding: 1rem;
}
.entry-content table td {
    border-bottom: 1px solid #E2E8F0;
    padding: 1rem;
}