/*
Theme Name: IFF Gazete
Theme URI: https://iffgazete.com
Author: Kodenta
Author URI: https://iffgazete.com
Description: IFF Gazete için özel WordPress teması (Tailwind CSS tabanlı).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iff-gazete
*/

/* Custom CSS from HTML style block */
body {
    font-family: 'Inter', sans-serif;
}

.modern-shadow {
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.modern-shadow-lg {
    box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.15);
}

.modern-shadow-xl {
    box-shadow: 16px 16px 0px rgba(0, 0, 0, 0.2);
}

.modern-modern-shadow {
    box-shadow: 16px 16px 0px rgba(0, 0, 0, 0.2);
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translate(-4px, -4px);
    box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.2);
}

/* WordPress Core Alignments */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}

p {
    margin-bottom: 15px;
}

.article-body p {
    margin-bottom: 15px;
}

/* Article body içindeki p etiketi altındaki h etiketleri */
.article-body p h1,
.article-body h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.article-body p h2,
.article-body h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.article-body p h3,
.article-body h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.article-body p h4,
.article-body h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.article-body p h5,
.article-body h5 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.article-body p h6,
.article-body h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.article-body blockquote {
    padding-left: 23px;
    font-style: italic;
}

/* Liste stilleri */
.article-body ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.article-body ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.article-body li {
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.article-body ul ul {
    list-style-type: circle;
    margin-top: 0.5rem;
}

.article-body ul ul ul {
    list-style-type: square;
}

/* Link stilleri */
.article-body a {
    color: #2563eb;
    text-decoration: underline;
}

.article-body a:hover {
    color: #1d4ed8;
}