/*
Theme Name: Uşak Lokmacı Güngör
Theme URI: https://usaklokmacigungor.com.tr
Author: Lokmacı Güngör
Author URI: https://usaklokmacigungor.com.tr
Description: Uşak Lokmacı Güngör - Hayır Lokmacı WordPress Teması. Düğün, sünnet, mevlit ve tüm organizasyonlar için lokma hizmeti. SEO optimizasyonlu, tam responsive tasarım.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: usak-lokmaci-gungor
Tags: food, restaurant, business, local-business, seo, responsive, turkish

*/

/* ===========================
   TEMA RENK PALETİ
   =========================== */
:root {
  --renk-koyu-kahve: #2C1A08;
  --renk-kahve: #4A2C0A;
  --renk-orta-kahve: #6B3D12;
  --renk-altin: #C9860B;
  --renk-altin-acik: #E5A020;
  --renk-altin-parlak: #F0B53A;
  --renk-krem: #FDF5E6;
  --renk-krem-koyu: #F5E8C8;
  --renk-beyaz: #FFFFFF;
  --renk-metin: #2C1A08;
  --renk-metin-acik: #6B4C2A;
  --renk-border: #D4A853;
  --font-baslik: 'Playfair Display', Georgia, serif;
  --font-metin: 'Lato', 'Open Sans', Arial, sans-serif;
  --gecis: all 0.3s ease;
  --golge: 0 4px 20px rgba(44, 26, 8, 0.15);
  --golge-buyuk: 0 8px 40px rgba(44, 26, 8, 0.25);
}

/* ===========================
   GENEL STİLLER
   =========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-metin);
  background-color: var(--renk-krem);
  color: var(--renk-metin);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--renk-altin);
  text-decoration: none;
  transition: var(--gecis);
}

a:hover {
  color: var(--renk-altin-parlak);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-baslik);
  font-weight: 700;
  line-height: 1.3;
  color: var(--renk-kahve);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bolum {
  padding: 80px 0;
}

.bolum-baslik {
  text-align: center;
  margin-bottom: 60px;
}

.bolum-baslik h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--renk-kahve);
  margin-bottom: 15px;
}

.bolum-baslik .altin-cizgi {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--renk-altin), var(--renk-altin-parlak));
  margin: 0 auto 20px;
  border-radius: 2px;
}

.bolum-baslik p {
  font-size: 1.1rem;
  color: var(--renk-metin-acik);
  max-width: 600px;
  margin: 0 auto;
}

/* ===========================
   HEADER / NAVIGASYON
   =========================== */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--renk-koyu-kahve);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  transition: var(--gecis);
}

.header-ust {
  background: var(--renk-altin);
  padding: 8px 0;
  text-align: center;
}

.header-ust p {
  color: var(--renk-koyu-kahve);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.header-ust a {
  color: var(--renk-koyu-kahve);
  font-weight: 800;
}

.header-ana {
  padding: 15px 0;
}

.header-icerik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.site-logo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--renk-altin);
}

.logo-yazi {
  display: flex;
  flex-direction: column;
}

.logo-yazi .logo-baslik {
  font-family: var(--font-baslik);
  font-size: 1.4rem;
  color: var(--renk-altin-parlak);
  font-weight: 700;
  line-height: 1.2;
}

.logo-yazi .logo-altyazi {
  font-size: 0.75rem;
  color: var(--renk-krem-koyu);
  letter-spacing: 2px;
  text-transform: uppercase;
}

#site-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
}

#site-navigation a {
  color: var(--renk-krem);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  transition: var(--gecis);
}

#site-navigation a:hover {
  color: var(--renk-altin-parlak);
  background: rgba(201, 134, 11, 0.15);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-ara {
  background: var(--renk-altin);
  color: var(--renk-koyu-kahve) !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--gecis);
  white-space: nowrap;
}

.btn-ara:hover {
  background: var(--renk-altin-parlak);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(201, 134, 11, 0.4);
}

.btn-whatsapp {
  background: #25D366;
  color: white !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--gecis);
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-whatsapp:hover {
  background: #128C7E;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  background: none;
  border: 2px solid var(--renk-altin);
  color: var(--renk-altin);
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1.2rem;
}

/* ===========================
   HERO BÖLÜMÜ
   =========================== */
#hero {
  background: linear-gradient(135deg, var(--renk-koyu-kahve) 0%, var(--renk-kahve) 60%, var(--renk-orta-kahve) 100%);
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('images/lokma-pattern.svg') repeat;
  opacity: 0.04;
  pointer-events: none;
}

.hero-icerik {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}

.hero-metin .hero-rozet {
  display: inline-block;
  background: rgba(201, 134, 11, 0.2);
  border: 1px solid var(--renk-altin);
  color: var(--renk-altin-parlak);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-metin h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--renk-krem);
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-metin h1 span {
  color: var(--renk-altin-parlak);
  display: block;
}

.hero-metin .hero-altyazi {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: var(--renk-krem-koyu);
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-metin .hero-aciklama {
  font-size: 1.1rem;
  color: rgba(253, 245, 230, 0.85);
  margin-bottom: 35px;
  line-height: 1.8;
}

.hero-butonlar {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-ana {
  background: linear-gradient(135deg, var(--renk-altin), var(--renk-altin-parlak));
  color: var(--renk-koyu-kahve);
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1rem;
  transition: var(--gecis);
  box-shadow: 0 4px 20px rgba(201, 134, 11, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-ana:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 134, 11, 0.5);
  color: var(--renk-koyu-kahve);
}

.btn-ikincil {
  background: transparent;
  color: var(--renk-krem);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(253, 245, 230, 0.4);
  transition: var(--gecis);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-ikincil:hover {
  border-color: var(--renk-altin);
  color: var(--renk-altin-parlak);
  background: rgba(201, 134, 11, 0.1);
}

.hero-istatistik {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(253, 245, 230, 0.15);
}

.hero-istatistik .istatistik-item {
  text-align: center;
}

.hero-istatistik .istatistik-sayi {
  font-family: var(--font-baslik);
  font-size: 2rem;
  color: var(--renk-altin-parlak);
  font-weight: 700;
  line-height: 1;
}

.hero-istatistik .istatistik-metin {
  font-size: 0.8rem;
  color: var(--renk-krem-koyu);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.hero-gorsel {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-gorsel .logo-cerceve {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(201, 134, 11, 0.1);
  border: 3px solid rgba(201, 134, 11, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-gorsel .logo-cerceve::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(201, 134, 11, 0.15);
  animation: donme 20s linear infinite;
}

@keyframes donme {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-gorsel img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.5));
}

/* ===========================
   HİZMETLER BÖLÜMÜ
   =========================== */
#hizmetler {
  background: var(--renk-krem);
}

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

.hizmet-kart {
  background: var(--renk-beyaz);
  border-radius: 12px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: var(--golge);
  border: 1px solid var(--renk-krem-koyu);
  transition: var(--gecis);
  position: relative;
  overflow: hidden;
}

.hizmet-kart::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--renk-altin), var(--renk-altin-parlak));
  transform: scaleX(0);
  transition: var(--gecis);
}

.hizmet-kart:hover {
  transform: translateY(-5px);
  box-shadow: var(--golge-buyuk);
  border-color: var(--renk-altin);
}

.hizmet-kart:hover::before {
  transform: scaleX(1);
}

.hizmet-ikon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--renk-altin), var(--renk-altin-parlak));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.hizmet-kart h3 {
  font-size: 1.15rem;
  color: var(--renk-kahve);
  margin-bottom: 10px;
}

.hizmet-kart p {
  font-size: 0.9rem;
  color: var(--renk-metin-acik);
  line-height: 1.6;
}

/* ===========================
   NEDEN BİZ
   =========================== */
#neden-biz {
  background: linear-gradient(135deg, var(--renk-koyu-kahve), var(--renk-kahve));
  color: var(--renk-krem);
}

#neden-biz .bolum-baslik h2 {
  color: var(--renk-krem);
}

#neden-biz .bolum-baslik p {
  color: rgba(253, 245, 230, 0.8);
}

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

.ozellik-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  border: 1px solid rgba(201, 134, 11, 0.2);
  transition: var(--gecis);
}

.ozellik-item:hover {
  background: rgba(201, 134, 11, 0.1);
  border-color: var(--renk-altin);
  transform: translateX(5px);
}

.ozellik-ikon {
  width: 50px;
  height: 50px;
  background: var(--renk-altin);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  color: var(--renk-koyu-kahve);
}

.ozellik-yazi h3 {
  color: var(--renk-altin-parlak);
  font-size: 1rem;
  margin-bottom: 8px;
}

.ozellik-yazi p {
  font-size: 0.9rem;
  color: rgba(253, 245, 230, 0.75);
  line-height: 1.6;
}

/* ===========================
   HİZMET BÖLGELERİ
   =========================== */
#hizmet-bolgeleri {
  background: var(--renk-krem-koyu);
}

.bolgeler-icerik {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bolgeler-liste {
  list-style: none;
}

.bolgeler-liste li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(201, 134, 11, 0.2);
  font-size: 1rem;
  color: var(--renk-metin);
  font-weight: 500;
}

.bolgeler-liste li::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--renk-altin);
  flex-shrink: 0;
}

.bolgeler-harita {
  background: var(--renk-beyaz);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--golge);
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--renk-border);
}

.bolgeler-harita iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ===========================
   GALERİ
   =========================== */
#galeri {
  background: var(--renk-koyu-kahve);
}

#galeri .bolum-baslik h2 {
  color: var(--renk-krem);
}

#galeri .bolum-baslik p {
  color: rgba(253, 245, 230, 0.8);
}

.galeri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 15px;
}

.galeri-grid .galeri-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.galeri-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.galeri-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.galeri-item:hover img {
  transform: scale(1.05);
}

.galeri-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(44,26,8,0.6));
  opacity: 0;
  transition: var(--gecis);
}

.galeri-item:hover::after {
  opacity: 1;
}

/* ===========================
   İLETİŞİM FORMU
   =========================== */
#iletisim {
  background: var(--renk-krem);
}

.iletisim-icerik {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}

.iletisim-bilgiler h3 {
  font-size: 1.5rem;
  color: var(--renk-kahve);
  margin-bottom: 30px;
}

.iletisim-kart {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--renk-krem-koyu);
}

.iletisim-kart-ikon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--renk-altin), var(--renk-altin-parlak));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: var(--renk-koyu-kahve);
}

.iletisim-kart-yazi strong {
  display: block;
  font-size: 0.85rem;
  color: var(--renk-metin-acik);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.iletisim-kart-yazi span,
.iletisim-kart-yazi a {
  font-size: 1rem;
  color: var(--renk-metin);
  font-weight: 600;
}

.btn-whatsapp-buyuk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 25px;
  transition: var(--gecis);
}

.btn-whatsapp-buyuk:hover {
  background: #128C7E;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.iletisim-form {
  background: var(--renk-beyaz);
  padding: 40px;
  border-radius: 16px;
  box-shadow: var(--golge);
  border: 1px solid var(--renk-krem-koyu);
}

.iletisim-form h3 {
  font-size: 1.4rem;
  color: var(--renk-kahve);
  margin-bottom: 25px;
}

.form-grup {
  margin-bottom: 20px;
}

.form-grup label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--renk-metin);
  margin-bottom: 6px;
}

.form-grup input,
.form-grup select,
.form-grup textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--renk-krem-koyu);
  border-radius: 8px;
  font-size: 1rem;
  font-family: var(--font-metin);
  color: var(--renk-metin);
  background: var(--renk-krem);
  transition: var(--gecis);
  outline: none;
}

.form-grup input:focus,
.form-grup select:focus,
.form-grup textarea:focus {
  border-color: var(--renk-altin);
  background: var(--renk-beyaz);
  box-shadow: 0 0 0 3px rgba(201, 134, 11, 0.1);
}

.form-grup textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-gonder {
  width: 100%;
  background: linear-gradient(135deg, var(--renk-altin), var(--renk-altin-parlak));
  color: var(--renk-koyu-kahve);
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: var(--gecis);
  font-family: var(--font-metin);
}

.btn-gonder:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 134, 11, 0.4);
}

/* ===========================
   FOOTER
   =========================== */
#site-footer {
  background: var(--renk-koyu-kahve);
  color: var(--renk-krem-koyu);
  padding: 60px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-marka img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 2px solid var(--renk-altin);
}

.footer-marka h3 {
  color: var(--renk-altin-parlak);
  margin-bottom: 5px;
}

.footer-marka p {
  font-size: 0.9rem;
  color: rgba(253, 245, 230, 0.65);
  line-height: 1.7;
  margin-top: 10px;
}

.footer-baslik {
  font-family: var(--font-baslik);
  font-size: 1.1rem;
  color: var(--renk-altin-parlak);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(201, 134, 11, 0.3);
}

.footer-linkler {
  list-style: none;
}

.footer-linkler li {
  margin-bottom: 10px;
}

.footer-linkler a {
  color: rgba(253, 245, 230, 0.7);
  font-size: 0.9rem;
  transition: var(--gecis);
}

.footer-linkler a:hover {
  color: var(--renk-altin-parlak);
  padding-left: 5px;
}

.footer-iletisim-liste {
  list-style: none;
}

.footer-iletisim-liste li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: rgba(253, 245, 230, 0.75);
}

.footer-alt {
  border-top: 1px solid rgba(201, 134, 11, 0.2);
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(253, 245, 230, 0.5);
}

.footer-alt a {
  color: var(--renk-altin);
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 992px) {
  .hero-icerik {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 0;
  }
  
  .hero-butonlar {
    justify-content: center;
  }
  
  .hero-gorsel {
    order: -1;
  }
  
  .hero-gorsel .logo-cerceve {
    width: 250px;
    height: 250px;
  }
  
  .hero-gorsel img {
    width: 200px;
    height: 200px;
  }
  
  .hero-istatistik {
    justify-content: center;
  }
  
  .bolgeler-icerik {
    grid-template-columns: 1fr;
  }
  
  .iletisim-icerik {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .bolum {
    padding: 60px 0;
  }
  
  #site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--renk-koyu-kahve);
    flex-direction: column;
    padding: 20px;
    gap: 5px;
  }
  
  #site-navigation.aktif {
    display: flex;
  }
  
  .menu-toggle {
    display: block;
  }
  
  .header-cta .btn-ara,
  .header-cta .btn-whatsapp {
    display: none;
  }
  
  .galeri-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 200px);
  }
  
  .galeri-grid .galeri-item:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .hizmetler-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ozellikler-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hizmetler-grid {
    grid-template-columns: 1fr;
  }
  
  .galeri-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  
  .galeri-grid .galeri-item:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .galeri-item {
    height: 200px;
  }
  
  .iletisim-form {
    padding: 25px 20px;
  }
}

/* ===========================
   ANİMASYONLAR
   =========================== */
@keyframes asagidan-gel {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animasyon {
  animation: asagidan-gel 0.7s ease forwards;
}

/* ===========================
   WORDPRESS ÖZEL
   =========================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption .wp-caption-text {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--renk-metin-acik);
}
