/*
Theme Name: Japan Deal Radar
Theme URI: https://japandealradar.com/japan-deal-radar
Author: Your Name
Author URI: https://japandealradar.com
Description: お得な情報を見つけるための現代的でSEO最適化されたWordPressテーマ
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
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: japan-deal-radar
Tags: e-commerce, deals, responsive, accessibility-ready, custom-menu, featured-images
*/
 

/* ==========================================================================
   1. WordPress Core Styles & Reset
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #fefbf6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* WordPress Specific */
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Alignments */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   2. Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem 0;
    font-weight: 700;
    line-height: 1.2;
    color: #2c3e50;
}

h1 { font-size: 3.25rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.875rem; }

p {
    margin: 0 0 1rem 0;
}

a {
    color: #c4504e;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: #a53d3b;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* ==========================================================================
   3. Layout Structure
   ========================================================================== */

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-header {
    background-color: #fdfaf5;
    padding: 30px 60px;/*
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.site-main {
    flex: 1;
    padding: 0 0 60px 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.site-footer {
    margin-top: auto;
    background-color: #2c3e50;
    color: white;
    padding: 40px 60px;
}

/* ==========================================================================
   4. Header Styles
   ========================================================================== */

.logo-title {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin-bottom: -2px;line-height: 1.2;
}
        .text-content {
            display: flex;
            flex-direction: column;
        }

        .japanese-text {
            font-size: 20px;
            font-weight: 700;
            color: #222;
        }

        .deal-text {
            font-size: 40px;
            font-weight: 900;
            color: #d63447;letter-spacing: -4px;
        }

        .radar-text {
            font-size: 12px;
            color: #2c3e50;
            font-weight: 500;letter-spacing: -1px;
        }

        .radar-text-ra {
            font-size: 10px;
            color: #8f8f8f;
            font-weight: 500;
            letter-spacing: 0.7px;
        }

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-logo {
    width: 80px;
    height: 80px;
    background-color: #c4504e;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-icon {
    width: 50px;
    height: 50px;
    border: 4px solid white;
    border-radius: 50%;
    position: relative;
}

.logo-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-branding {
    display: flex;align-items: center;width: 310px;
}
.site-branding img{
    width: auto;height: 80px;
}

.site-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
}

.site-title a {
    color: inherit;
}

.site-description {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 4px;
    margin: 5px 0 0 0;
    line-height: 1;
}

/* Search & Login */
.header-actions {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px;
    background: #fff;
    border-radius: 25px;
	margin-bottom: 40px;
}

.search-input-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.search-form label {
    flex: 1;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 30px;
    padding: 0 15px;
	border: 2px solid #2c3e5026;
}

.search-icon {
    font-size: 18px;
    margin-right: 10px;
}

.search-field {
    flex: 1;
    border: none;
    padding: 12px 0;
    font-size: 14px;
    outline: none;
}

.search-button {
    padding: 12px 30px;
    background-color: #2c3e5026;
    color: #2c3e50;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.search-button:hover {
    background-color: #d63447;
	color: #fff;
}

.filter-section {
    margin: 15px 0;
}

.filter-2-section {
    margin: 25px 0;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-btn {
    padding: 10px 20px;
    background: white;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.filter-btn:hover {
    background: #f8f8f8;
    border-color: #ccc;
}

.filter-btn.active {
    background: #e74c3c;
    color: white;
    border-color: #e74c3c;
}

.filter-text {
    display: inline-block;
}

.login-button,
.button {
	background-color: #fff;
    color: #d83447;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s ease;
    display: inline-block;
    border: 2px solid #a53d3b4f;
    overflow: hidden;
    transition: all 0.3s ease;
}

.login-button:hover,
.button:hover {
    background-color: #a53d3b;
    color: white !important;  
}

/* ==========================================================================
   5. Main Content Area
   ========================================================================== */

.hero-section {
    margin-bottom: 35px;
}

.main-title {
    font-size: 4.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 35px 0;
    line-height: 1.2;
}

/* ==========================================================================
  Kampanya Filtre Menüsü
   ========================================================================== */
/* Kampanya Filtre Menüsü */
.price-filter-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-filter-list li{
	width: 280px;
}
.campaign_title {
	margin: 0;
    padding: 0 0 8px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.campaign-filter-section {
    width: 100%;
    padding: 0 20px 40px 0;/*
    border-bottom: 1px solid #eee;*/
}

.campaign-filter-nav {
    max-width: 1200px;
    margin: 0 auto;
}

.campaign-filter-list {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.campaign-filter-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.campaign-filter-list a {
    display: inline-block;
    padding: 10px 80px;
    background: #744eaa;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
	width: 100%;
	text-align: center;
}

.campaign-filter-list a:hover {
    background: #fff;
    border-color: #e74c3c;
    color: #e74c3c;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Aktif Filtre */
.campaign-filter-list .current-menu-item a,
.campaign-filter-list .current_page_item a {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

.campaign-filter-list .current-menu-item a:hover,
.campaign-filter-list .current_page_item a:hover {
    background: #c0392b;
    border-color: #c0392b;
}

.campaign-filter-text {
    display: inline-block;
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .campaign-filter-section {
        padding: 15px 0;
    }
    
    .campaign-filter-list {
        gap: 10px;
    }
    
    .campaign-filter-list a {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .campaign-filter-list a {
        padding: 8px 16px;
        font-size: 13px;
    }
}

.text-nowrap svg {fill: #fff;}
/* === Slider genel === */
.ce-slider-wrap {
  border-radius: 10px;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.ce-slider {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;    
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.ce-track {
  display: flex;
  gap: 10px;
  overflow: hidden;
  scroll-behavior: smooth;
}

/* === Kart genel === */
.amazon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.amazon-grid .category-post-card {
  flex: 0 0 calc(20% - 16px);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.amazon-grid .amazon-card .cegg5-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.amazon-grid .amazon-card .cegg-card {
  background: #fff !important;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: all .25s ease;
}

.amazon-grid .amazon-card .cegg-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

@media (max-width: 1200px){ .amazon-grid .category-post-card { flex: 0 0 calc(25% - 16px); } }
@media (max-width: 992px){ .amazon-grid .category-post-card { flex: 0 0 calc(33.33% - 16px); } }
@media (max-width: 768px){ .amazon-grid .category-post-card { flex: 0 0 calc(50% - 16px); } }
@media (max-width: 480px){ .amazon-grid .category-post-card { flex: 0 0 100%; } }
 
/* CE kart kolon genişliği düzeltme */
.cegg5-container .row-cols-md-3>* {
  width: 100% !important;
}
 

.cegg5-container .row {
	margin: auto !important;
}
.ce-card {
  flex: 0 0 calc((100% - 16px * 4) / 5);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;/*
  border: 1px solid #e5e5e5;*/
  transition: all .25s ease;
  box-sizing: border-box;
  padding: 10px;
  display: grid;
  align-items: center;
}
.ce-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* === Görsel === */
.ce-card .cegg-image img {
  width: 100% !important;
  height: 180px !important;
  object-fit: contain !important;
  margin-bottom: 10px !important;
}

/* === Başlık === */
.ce-card .cegg-title {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #111 !important;
  line-height: 1.3 !important;
  height: 34px !important;
  overflow: hidden !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

/* === Fiyat ve indirim === */
.ce-card .cegg-price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-right: 4px !important;
}
.ce-card .cegg-price-old {
  font-size: 13px !important;
  color: #888 !important;
  text-decoration: line-through !important;
  margin-right: 4px !important;
}
.ce-card .cegg-discount {
  background: #d90029 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  padding: 2px 6px !important;
  display: inline-block !important;
}

/* === Prime Rozeti === */
.ce-card .cegg-prime {
  background: #00aaff !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  margin-left: 6px !important;
}

/* === Buton === */
.ce-card .cegg-btn {
  background: #0073ff !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  margin-top: 10px !important;
  text-transform: uppercase !important;
}
.ce-card .cegg-btn:hover {
  background: #005ce6 !important;
}

/* === Gereksiz CE bilgilerini gizle === */
.ce-card .cegg-domain,
.ce-card .cegg-merchant,
.ce-card .cegg-last-update,
.ce-card .cegg-price-note {
  display: none !important;
}

/* === Oklar === */
.ce-arrow {
  background: #fff;
  border: 1px solid #ccc;
  width: 36px;
  height: 90px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  transition: all .2s ease;
  z-index: 2;
}
.ce-arrow:hover {
  background: #ffd983;
  color: #000;
}
.ce-prev { margin-right: 10px;margin-left: 10px; }
.ce-next { margin-left: 10px;margin-right: 10px; }

/* === Responsive === */
@media (max-width: 1400px){ .ce-card { flex: 0 0 calc((100% - 16px * 3)/4); } }
@media (max-width: 1200px){ .ce-card { flex: 0 0 calc((100% - 16px * 2)/3); } }
@media (max-width: 992px){ .ce-card { flex: 0 0 calc((100% - 16px * 1)/2); } }
@media (max-width: 576px){ .ce-card { flex: 0 0 100%; } }

/* === Kart genişliği fit-content === */
.cegg5-container .cegg-grid-card {
  width: fit-content !important;
  height: 100% !important;
  box-sizing: border-box;
}

/* === "Amazon price updated" ve alt notları gizle === */
.cegg-card-footer,
.cegg-last-update,
.cegg-price-note,
.cegg-domain,
.cegg-merchant,
.cegg-update,
.cegg-footer-note {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* === Alttaki gri veya beyaz zeminleri kaldır === */
.cegg-card,
.cegg-card-body,
.cegg5-container,
.cegg-grid-card {
  background: transparent !important;
  box-shadow: none !important; 
}

/* === Buton hizası yukarı çekilsin === */
.cegg-card-button {
  margin-top: 8px !important;
}

/* === Genel düzenleme === */
.cegg-card .cegg-title {
  min-height: 40px !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
 /* Kart genişliği düzeltme */
.cegg5-container .cegg-grid-card {
  width: fit-content !important;
  height: 100% !important;
  box-sizing: border-box;
}

/* CE footer ve güncelleme notlarını tamamen kaldır */
.cegg-card-footer,
.cegg-last-update,
.cegg-price-note,
.cegg-domain,
.cegg-merchant,
.cegg-update,
.cegg-footer-note {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Kartın arkasında beyaz kalan yerleri temizle */
.cegg-card,
.cegg-card-body,
.cegg5-container,
.cegg-grid-card {
  background: transparent !important;
  box-shadow: none !important; 
}
.cegg5-container .text-body-secondary, .cegg5-container .text-muted {
    height: 0;
}

/* ==========================================================================
   6. Filter Menu Navigation
   ========================================================================== */
/* Filtre menüsü - alt menüler gizli */
.filter-navigation ul.sub-menu,
.filter-buttons ul.sub-menu,
.filter-buttons li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 2px solid #c4504e;
    border-radius: 10px;
    padding: 15px;
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}

/* Hover ile aç */
.filter-buttons li:hover > ul.sub-menu,
.filter-buttons li:hover > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

/* Ana buton stil */
.filter-buttons > li {
    position: relative;
}

/* Alt menü linkleri */
.filter-buttons ul.sub-menu li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;    list-style: none !important;
    list-style-type: none !important;width: max-content;
}

.filter-buttons ul.sub-menu li:last-child {
    border-bottom: none;
}

.filter-buttons ul.sub-menu a {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: normal;
}

.filter-buttons ul.sub-menu a:hover {
    color: #fff;
}

.filter-navigation ul.filter-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-buttons li {
    margin: 0;
}

.filter-buttons a {
    background-color: #e8e7e340;
    border: none;
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    color: #020d13;
    display: block;
    transition: all 0.3s ease;
}

.filter-buttons a:hover,
.filter-buttons li.current-menu-item a {
    background-color: #c4504e;
    color: white;/*
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(196, 80, 78, 0.2);*/
}

/* ==========================================================================
   Ana menü
   ========================================================================== */
/* Ana Menü Section */
.anamenu-section {
    width: 100%;display: flex;justify-content: end;gap: 2rem;flex-wrap: wrap;align-items: baseline;
}

.nav-links ul {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	transition: all 0.3s ease;
	position: relative;
}

.nav-links a:hover {
	color: #e74c3c;
	transform: translateY(-2px);
}

.nav-links a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -5px;
	left: 50%;
	background: #e74c3c;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.nav-links a:hover::after {
	width: 100%;
}

/* Aktif/Current Menü Öğesi - Kırmızı Alt Çizgi */
.nav-links .current-menu-item a,
.nav-links .current_page_item a,
.nav-links li.active a {
    color: #e74c3c;
}

.nav-links .current-menu-item a::after,
.nav-links .current_page_item a::after,
.nav-links li.active a::after {
    content: '';
    position: absolute;
    right: 0;
    height: 3px;
    background-color: #e74c3c;
}

/* Ana Text Span */
.ana-text {
    display: inline-block;
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .ana-buttons {
        gap: 20px;
        font-size: 14px;
    }
    
    .ana-buttons a {
        padding: 15px 0;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ana-buttons {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 15px;
    }
    
    .ana-buttons a {
        padding: 10px 0;
        font-size: 13px;
    }
}


/* ==========================================================================
   7. Deals Grid & Cards
   ========================================================================== */

.deals-section {
    margin: 60px 0;
}

.deals-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.deal-card {
    background-color: white;
    border: 2px solid #4b5f6b;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.deal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: #c4504e;
}

.deal-link {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 25px;
    color: inherit;
    text-decoration: none;
}

/* Deal Icons */
.deal-icon {
    flex-shrink: 0;
}
.deal-icon img {
	width: 4em !important;
	height: auto !important;
}

.deal-percentage {
    font-size: 3.5rem;
    font-weight: 700;
    color: #c4504e;
    line-height: 1;
    margin-bottom: 5px;
}

.deal-off {
    font-size: 2.25rem;
    font-weight: 700;
    color: #c4504e;
}

.sale-icon {
    width: 100px;
    height: 100px;
    background-color: #c4504e;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.sale-bag-icon {
    width: 50px;
    height: 40px;
    background-color: #a53d3b;
    border-radius: 0 0 10px 10px;
    position: relative;
    margin-bottom: 5px;
}

.sale-bag-icon::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    border: 3px solid #a53d3b;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.sale-text {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.gift-icon {
    width: 100px;
    height: 100px;
    background-color: #c4504e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gift-box {
    width: 70px;
    height: 70px;
    background-color: #a53d3b;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.gift-ribbon {
    position: absolute;
    width: 70px;
    height: 20px;
    background-color: #c4504e;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.gift-ribbon-v {
    position: absolute;
    width: 20px;
    height: 70px;
    background-color: #c4504e;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.gift-bow {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 30px;
    z-index: 3;
}

.bow-loop {
    width: 18px;
    height: 18px;
    background-color: #c4504e;
    border-radius: 50% 50% 0 50%;
    position: absolute;
}

.bow-loop.left {
    left: 0;
    transform: rotate(-45deg);
}

.bow-loop.right {
    right: 0;
    transform: rotate(45deg);
}

/* Deal Content */
.deal-content {
    flex: 1;
}

.deal-subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.deal-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.deal-description {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.details-link {
    color: #424549;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
}

.details-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c4504e;
    transition: width 0.3s ease;
}

.deal-link:hover .details-link::after {
    width: 100%;
}

/* ==========================================================================
   8. Footer Styles
   ========================================================================== */

.site-footer {
    background-color: #2c3e50;
    color: white;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-widgets-top {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widgets-bottom {
    padding: 40px 0;
}

.footer-widget-area {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.footer-widget {
    flex: 1;
    margin-bottom: 0;
}

.footer-widget h2,
.footer-widget h3 {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #c4504e;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 0.5rem;
}

.footer-widget a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.footer-widget a:hover {
    color: white;
}

.site-info {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
}

.site-info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
    .footer-widget-area {
        flex-direction: column;
        gap: 30px;
    }
}

/* ==========================================================================
   9. WordPress Widgets
   ========================================================================== */

.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.header-buttonic {
	display: flex;
}

/* ==========================================================================
   10. Responsive Design
   ========================================================================== */
@media (max-width: 1300px) {
    .site-header,
    .site-main,
    .site-footer {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1024px) {
    .site-header,
    .site-main,
    .site-footer {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 830px) {
    .header-buttonic {
		justify-content: center;
    }
	.anamenu-section {
		justify-content: center;
	}
}
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions {
        width: 100%;
        min-width: auto;
    }

    .logo-container {
        justify-content: center;
    }

    .main-title {
        font-size: 2rem;
    }

    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }

    .site-header,
    .site-main,
    .site-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .deal-link {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

	.footer-widget-area {
        grid-template-columns: 1fr;
    }
    
    .footer-widgets-top .footer-widget-area,
    .footer-widgets-bottom .footer-widget-area {
        flex-direction: column;
    }
    
    .footer-widget {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .site-title {
        font-size: 1.75rem;
    }

    .site-description {
        font-size: 1rem;
    }

    .main-title {
        font-size: 1.5rem;
    }
}

/* ==========================================================================
   11. Accessibility
   ========================================================================== */
/*
:focus {
    outline: 2px solid #c4504e;
    outline-offset: 2px;
}

button:focus,
a:focus {
    outline: 2px solid #c4504e;
    outline-offset: 2px;
}

/* Skip to content */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
}

.skip-link:focus {
    left: 0;
    background: #c4504e;
    color: white;
    padding: 10px 20px;
    z-index: 100000;
}

/* ==========================================================================
   12. Page Template Styles
   ========================================================================== */

.page-content {
    max-width: 1200px;
}

.page-article {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.entry-header {
    margin-bottom: 30px;
}

.entry-title {
    font-size: 2.5rem;
    margin-bottom: 35px;
}

.post-thumbnail {
	float: left;
    margin-right: 35px;
    border-radius: 10px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
	max-height: 110px;
}

.entry-content {
    line-height: 1.8;
    font-size: 1.125rem;
}

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

.entry-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

/* ==========================================================================
   13. Single Post Styles
   ========================================================================== */

.single-post-content {
    max-width: 1200px; padding: 0;
}

.single-article {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.entry-categories {
    margin-bottom: 15px;
}

.category-badge {
    display: inline-block;
    padding: 5px 15px;
    background-color: #c4504e;
    color: white;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.category-badge:hover {
    background-color: #a53d3b;
    color: white;
}

.entry-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.tags-links {
    margin-bottom: 20px;
}

.tags-title {
    font-weight: 600;
    margin-right: 10px;
    color: #2c3e50;
}

.tags-links a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #f0f0f0;
    color: #666;
    border-radius: 15px;
    font-size: 0.875rem;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.tags-links a:hover {
    background-color: #e8e0d5;
    color: #2c3e50;
}

.share-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.share-title {
    font-weight: 600;
    color: #2c3e50;
}

.share-button {
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
}

.share-button.twitter {
    background-color: #1DA1F2;
}

.share-button.facebook {
    background-color: #4267B2;
}

.share-button.line {
    background-color: #00B900;
}

.share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
}

.author-info {
    display: flex;
    gap: 20px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 40px 0;
}

.author-avatar img {
    border-radius: 50%;
}

.author-description {
    flex: 1;
}

.author-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.author-title a {
    color: #2c3e50;
}

.author-bio {
    color: #666;
    line-height: 1.6;
}

.post-navigation {
    margin: 40px 0;
    padding: 30px 0;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.nav-previous,
.nav-next {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.nav-previous:hover,
.nav-next:hover {
    background-color: #e8e0d5;
    transform: translateY(-2px);
}

.nav-previous a,
.nav-next a {
    color: #2c3e50;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-subtitle {
    font-size: 0.875rem;
    color: #666;
    font-weight: 600;
}

.nav-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
}

.related-posts {
    margin-top: 50px;
}

.related-posts-title {
    font-size: 1.75rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #c4504e;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.related-post-card {
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.related-post-card a {
    color: inherit;
    display: block;
}

.related-post-thumbnail {
    height: 180px;
    overflow: hidden;
}

.related-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-thumbnail img {
    transform: scale(1.1);
}

.related-post-card h4 {
    padding: 15px;
    font-size: 1.125rem;
    margin: 0;
}

.related-post-date {
    padding: 0 15px 15px;
    font-size: 0.875rem;
    color: #666;
}

/* ==========================================================================
   14. Search Results Styles
   ========================================================================== */

.search-results-content {
    max-width: 1200px;
}

.search-header {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 15px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-query {
    color: #c4504e;
    font-weight: 700;
}

.search-results-count {
    font-size: 1.125rem;
    color: #666;
    margin-top: 10px;
}

.search-form-container {
    max-width: 600px;
    margin: 30px auto 0;
}

.search-results-grid {
    display: grid;
    gap: 30px;
}

.search-result-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.search-result-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.search-result-link {
    display: flex;
    gap: 25px;
    padding: 25px;
    color: inherit;
}

.search-result-thumbnail {
    flex-shrink: 0;
    width: 250px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}

.search-result-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search-result-card:hover .search-result-thumbnail img {
    transform: scale(1.1);
}

.search-result-content {
    flex: 1;
}

.search-result-categories {
    margin-bottom: 10px;
}

.search-result-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.search-result-title mark {
    background-color: #ffeb3b;
    padding: 2px 4px;
    border-radius: 3px;
}

.search-result-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.search-result-excerpt mark {
    background-color: #ffeb3b;
    padding: 2px 4px;
    border-radius: 3px;
}

.search-result-meta {
    display: flex;
    gap: 15px;
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 15px;
}

.read-more-link {
    color: #c4504e;
    font-weight: 600;
    font-size: 1rem;
}

.pagination {
    margin-top: 50px;
    text-align: center;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 10px 18px;
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    color: #2c3e50;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #c4504e;
    border-color: #c4504e;
    color: white;
}

.pagination .current {
    background-color: #c4504e;
    border-color: #c4504e;
    color: white;
}

.no-results {
    background: white;
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.no-results-icon {
    font-size: 5rem;
    margin-bottom: 20px;
}

.no-results h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.search-tips {
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.search-tips h3 {
    margin-bottom: 15px;
}

.search-tips ul {
    list-style: none;
    padding: 0;
}

.search-tips li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.search-tips li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #c4504e;
    font-weight: bold;
}

.no-results-actions {
    margin: 40px 0;
}

.popular-categories {
    margin: 50px 0;
}

.popular-categories h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.category-tag {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-radius: 25px;
    color: #2c3e50;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-tag:hover {
    background-color: #c4504e;
    color: white;
}

.category-count {
    color: #999;
    font-size: 0.875rem;
}

.recent-posts-section {
    margin-top: 50px;
}

.recent-posts-section h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

/* ==========================================================================
   15. 404 Error Page Styles
   ========================================================================== */

.error-404-content {
    max-width: 1000px;
}

.error-404 {
    background: white;
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.error-icon {
    margin-bottom: 30px;
}

.error-number {
    font-size: 8rem;
    font-weight: 700;
    color: #c4504e;
    line-height: 1;
    display: block;
}

.error-404 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.error-search {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.error-search h3 {
    margin-bottom: 20px;
}

.error-actions {
    margin: 40px 0;
}

.error-recent-posts {
    margin-top: 60px;
}

.error-recent-posts h3 {
    font-size: 1.75rem;
    margin-bottom: 30px;
}

.recent-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.recent-post-card {
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.recent-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.recent-post-card a {
    color: inherit;
    display: block;
}

.recent-post-thumbnail {
    height: 200px;
    overflow: hidden;
}

.recent-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-card:hover .recent-post-thumbnail img {
    transform: scale(1.1);
}

.recent-post-card h4 {
    padding: 20px 20px 10px;
    font-size: 1.125rem;
    margin: 0;
}

.recent-post-date {
    padding: 0 20px 20px;
    display: block;
    font-size: 0.875rem;
    color: #666;
}

/* ==========================================================================
   16. Responsive Adjustments for New Pages
   ========================================================================== */

@media (max-width: 768px) {
    .search-result-link {
        flex-direction: column;
    }

    .search-result-thumbnail {
        width: 100%;
        height: 200px;
    }

    .author-info {
        flex-direction: column;
        text-align: center;
    }

    .nav-links {
        grid-template-columns: 1fr;
    }

    .page-article,
    .single-article {
        padding: 25px;
    }

    .entry-title {
        font-size: 1.75rem;
    }

    .error-number {
        font-size: 5rem;
    }
}

/* ==========================================================================
   17. Print Styles
   ========================================================================== */

@media print {
    .site-header,
    .filter-navigation,
    .site-footer,
    .share-buttons,
    .post-navigation,
    .related-posts {
        display: none;
    }

    body {
        background: white;
        color: black;
    }

    a {
        color: black;
        text-decoration: underline;
    }
}

/* ==========================================================================
   18. Category & Tag Archive Styles
   ========================================================================== */

/* Kategori ve Tag sayfaları */
.category-content,
.tag-content {
    max-width: 1400px;
}

/* Sayfa başlığı */
.category-header,
.tag-header {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 15px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tag-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.category-description,
.tag-description {
    color: #666;
    font-size: 1.125rem;
    margin: 15px auto;
    max-width: 800px;
}

.category-count,
.tag-count {
    font-size: 1rem;
    color: #999;
    margin-top: 10px;
}

/* Yazı listesi - 5 kolonlu grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

/* Yazı kartları */
.category-post-card,
.tag-post-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-post-card:hover,
.tag-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.post-card-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Görsel */
.category-post-card .post-thumbnail,
.tag-post-card .post-thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.category-post-card .post-thumbnail img,
.tag-post-card .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-post-card:hover .post-thumbnail img,
.tag-post-card:hover .post-thumbnail img {
    transform: scale(1.1);
}

/* İçerik */
.category-post-card .post-content,
.tag-post-card .post-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Kategori rozetleri */
.post-categories {
    margin-bottom: 10px;
}

.category-badge {
    display: inline-block;
    padding: 4px 12px;
    background-color: #c4504e;
    color: white;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: 5px;
}

/* Başlık */
.category-post-card .post-title,
.tag-post-card .post-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #2c3e50;
}

/* Özet */
.post-excerpt {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

/* Meta bilgiler */
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.post-meta span {
    display: flex;
    align-items: center;
}

/* Etiket rozetleri */
.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.tag-badge {
    display: inline-block;
    padding: 3px 8px;
    background-color: #f0f0f0;
    color: #666;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 500;
}

/* Devamını oku linki */
.read-more-link {
    color: #c4504e;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: auto;
}

/* İlgili/Popüler Etiketler */
.related-tags,
.popular-tags {
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.related-tags h3,
.popular-tags h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link {
    display: inline-block;
    padding: 8px 15px;
    background-color: #f0f0f0;
    color: #2c3e50;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tag-link:hover {
    background-color: #c4504e;
    color: white;
}

.tag-count {
    color: #999;
    font-size: 0.75rem;
    margin-left: 3px;
}

/* Yazı yok durumu */
.no-posts {
    background: white;
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
}

.no-posts-icon {
    font-size: 5rem;
    margin-bottom: 20px;
}

.no-posts h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.no-posts-actions {
    margin-top: 30px;
}

/* ==========================================================================
   19. Responsive - Category & Tag Pages
   ========================================================================== */

/* 4 kolon - Büyük ekranlar */
@media (max-width: 1400px) {
    .posts-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* 3 kolon - Orta ekranlar */
@media (max-width: 1024px) {
    .posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 2 kolon - Tabletler */
@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .category-post-card .post-thumbnail,
    .tag-post-card .post-thumbnail {
        height: 150px;
    }
}

/* 1 kolon - Mobil */
@media (max-width: 480px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
    
    .category-post-card .post-thumbnail,
    .tag-post-card .post-thumbnail {
        height: 200px;
    }
}