.page-main {
padding-bottom: 40px;
} .page-header-block {
padding: 20px 0 24px;
border-bottom: 2px solid var(--primary-color);
margin-bottom: 30px;
}
.page-header-block__title {
font-size: 32px;
font-weight: 800;
color: var(--secondary-color);
line-height: 1.3;
margin: 0 0 8px;
}
.page-header-block__desc {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
margin: 0;
} .page-layout {
display: grid;
grid-template-columns: 1fr 300px;
gap: 30px;
align-items: start;
} .page-content-area {
min-width: 0;
}
.page-featured-img {
margin: 0 0 24px;
border-radius: 10px;
overflow: hidden;
background: #f0f0f0;
}
.page-featured-img img {
width: 100%;
height: auto;
max-height: 400px;
object-fit: cover;
display: block;
} .page-content.entry-content {
font-size: 16px;
line-height: 1.85;
color: var(--text-color);
}
.page-content.entry-content p {
margin-bottom: 18px;
}
.page-content.entry-content h2 {
font-size: 24px;
font-weight: 700;
margin: 30px 0 14px;
color: var(--secondary-color);
border-bottom: 2px solid #f0f0f0;
padding-bottom: 8px;
}
.page-content.entry-content h3 {
font-size: 20px;
font-weight: 700;
margin: 24px 0 12px;
color: var(--secondary-color);
}
.page-content.entry-content h4 {
font-size: 18px;
font-weight: 600;
margin: 20px 0 10px;
}
.page-content.entry-content img {
max-width: 100%;
height: auto;
margin: 20px 0;
border-radius: 8px;
}
.page-content.entry-content ul,
.page-content.entry-content ol {
margin: 16px 0;
padding-left: 24px;
}
.page-content.entry-content li {
margin-bottom: 8px;
line-height: 1.7;
}
.page-content.entry-content blockquote {
border-left: 4px solid var(--primary-color);
padding: 16px 20px;
margin: 24px 0;
background: #f8f9fa;
font-style: italic;
color: #555;
border-radius: 0 8px 8px 0;
}
.page-content.entry-content a {
color: var(--primary-color);
text-decoration: underline;
}
.page-content.entry-content a:hover {
text-decoration: none;
}
.page-content.entry-content table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 14px;
}
.page-content.entry-content table th,
.page-content.entry-content table td {
border: 1px solid #e0e0e0;
padding: 10px 14px;
text-align: left;
}
.page-content.entry-content table th {
background: var(--secondary-color);
color: #fff;
font-weight: 600;
}
.page-content.entry-content table tr:nth-child(even) {
background: #f8f9fa;
} .page-content .wp-block-image {
margin: 20px 0;
}
.page-content .wp-block-image img {
border-radius: 8px;
}
.page-content .wp-block-gallery {
gap: 8px;
} .page-children {
margin-top: 30px;
padding-top: 24px;
border-top: 1px solid var(--border-color);
}
.page-children h3 {
font-size: 18px;
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 14px;
display: flex;
align-items: center;
gap: 8px;
}
.page-children ul {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
.page-children li a {
display: flex;
align-items: center;
padding: 10px 14px;
background: #f8f9fa;
border-radius: 6px;
color: var(--text-color);
font-size: 14px;
font-weight: 500;
transition: all 0.2s;
}
.page-children li a::before {
content: '\f105';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
margin-right: 8px;
color: var(--primary-color);
}
.page-children li a:hover {
background: var(--primary-color);
color: #fff;
}
.page-children li a:hover::before {
color: #fff;
} .page-sidebar {
position: sticky;
top: 20px;
} .page-comments {
margin-top: 30px;
padding-top: 24px;
border-top: 1px solid var(--border-color);
} @media (max-width: 1024px) {
.page-layout {
grid-template-columns: 1fr;
}
.page-sidebar {
position: static;
}
}
@media (max-width: 768px) {
.page-header-block {
padding: 14px 0 18px;
margin-bottom: 20px;
}
.page-header-block__title {
font-size: 24px;
}
.page-header-block__desc {
font-size: 14px;
}
.page-featured-img {
border-radius: 0;
margin: 0 -12px 18px;
width: calc(100% + 24px);
}
.page-featured-img img {
max-height: 240px;
}
.page-content.entry-content {
font-size: 15px;
}
.page-content.entry-content h2 {
font-size: 20px;
}
.page-content.entry-content h3 {
font-size: 17px;
}
.page-children ul {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.page-header-block__title {
font-size: 20px;
}
.page-content.entry-content {
font-size: 14px;
line-height: 1.75;
}
.page-content.entry-content img {
border-radius: 0;
margin: 12px -12px;
width: calc(100% + 24px);
max-width: calc(100% + 24px);
}
}.kunye-page,
.duzeltme-page,
.kurumsal-page { padding: 30px 0 50px; }
.kunye-card,
.duzeltme-card,
.kurumsal-card {
max-width: 860px;
margin: 0 auto;
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 12px;
padding: 34px 38px;
}
.kunye-card__header,
.duzeltme-card__header,
.kurumsal-card__header {
border-bottom: 2px solid var(--primary-color, #d32f2f);
padding-bottom: 16px;
margin-bottom: 24px;
}
.kunye-card__header h1,
.duzeltme-card__header h1,
.kurumsal-card__header h1 {
font-size: 28px;
margin: 0;
color: #111;
}
.kunye-card__header i,
.duzeltme-card__header i { color: var(--primary-color, #d32f2f); margin-right: 8px; }
.kunye-card__intro { color: #666; margin: 8px 0 0; font-size: 14px; } .kunye-grup { margin-bottom: 26px; }
.kunye-grup__baslik {
font-size: 16px;
font-weight: 700;
color: var(--primary-color, #d32f2f);
margin: 0 0 12px;
text-transform: uppercase;
letter-spacing: .3px;
}
.kunye-liste { margin: 0; }
.kunye-satir {
display: grid;
grid-template-columns: 220px 1fr;
gap: 10px;
padding: 11px 0;
border-bottom: 1px solid #f0f0f0;
}
.kunye-satir dt { font-weight: 600; color: #555; margin: 0; }
.kunye-satir dd { margin: 0; color: #222; }
.kunye-satir a { color: var(--primary-color, #d32f2f); }
.kunye-icerik { line-height: 1.8; color: #333; }
.kunye-icerik p { margin: 0 0 14px; }
.kunye-uyari {
background: #fff8e1;
border: 1px solid #ffe082;
border-radius: 8px;
padding: 14px 16px;
margin-bottom: 22px;
font-size: 14px;
}
.kunye-yasal {
display: flex;
flex-wrap: wrap;
gap: 10px 18px;
margin-top: 26px;
padding-top: 18px;
border-top: 1px solid #eee;
}
.kunye-yasal a { font-size: 13px; color: #666; }
.kunye-yasal a:hover { color: var(--primary-color, #d32f2f); } .duzeltme-aciklama { color: #444; line-height: 1.7; margin-bottom: 24px; }
.duzeltme-form { display: flex; flex-direction: column; gap: 16px; }
.duzeltme-form__row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.duzeltme-form label {
display: flex;
flex-direction: column;
gap: 6px;
font-size: 14px;
font-weight: 600;
color: #444;
}
.duzeltme-form label span { color: var(--primary-color, #d32f2f); }
.duzeltme-form input,
.duzeltme-form textarea {
padding: 11px 13px;
border: 1px solid #d5d8dd;
border-radius: 8px;
font-size: 14px;
font-weight: 400;
font-family: inherit;
transition: border-color .15s;
}
.duzeltme-form input:focus,
.duzeltme-form textarea:focus {
outline: none;
border-color: var(--primary-color, #d32f2f);
}
.duzeltme-form__kvkk { font-size: 12.5px; color: #888; margin: 0; }
.duzeltme-form__kvkk a { color: var(--primary-color, #d32f2f); }
.duzeltme-form__btn {
align-self: flex-start;
background: var(--primary-color, #d32f2f);
color: #fff;
border: 0;
padding: 13px 26px;
border-radius: 8px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: filter .15s;
}
.duzeltme-form__btn:hover { filter: brightness(1.08); }
.duzeltme-form__btn:disabled { opacity: .6; cursor: default; }
.duzeltme-form__mesaj { margin: 0; font-size: 14px; min-height: 20px; }
.duzeltme-form__mesaj.is-ok   { color: #16a34a; }
.duzeltme-form__mesaj.is-hata { color: #dc2626; } .kurumsal-icerik { line-height: 1.85; color: #333; font-size: 15px; }
.kurumsal-icerik h2 { font-size: 21px; margin: 30px 0 12px; color: #111; }
.kurumsal-icerik h3 { font-size: 17px; margin: 22px 0 10px; color: #222; }
.kurumsal-icerik p  { margin: 0 0 15px; }
.kurumsal-icerik ul, .kurumsal-icerik ol { margin: 0 0 15px; padding-left: 22px; }
.kurumsal-icerik li { margin-bottom: 8px; }
.kurumsal-icerik a { color: var(--primary-color, #d32f2f); } .article-source {
margin: 20px 0;
padding: 12px 16px;
background: #f6f7f9;
border-left: 3px solid var(--primary-color, #d32f2f);
border-radius: 4px;
font-size: 14px;
color: #555;
}
.article-source a { color: var(--primary-color, #d32f2f); }
.kurumsal-card--wide { max-width: 1040px; } .kurumsal-bos {
text-align: center;
padding: 40px 20px;
color: #888;
}
.kurumsal-bos i { font-size: 40px; color: #ccc; margin-bottom: 12px; display: block; }
.kurumsal-kaynak { margin-top: 22px; font-size: 12.5px; color: #999; text-align: center; } .eczane-arama { margin-bottom: 16px; }
.eczane-arama input {
width: 100%;
padding: 12px 16px;
border: 1px solid #d5d8dd;
border-radius: 8px;
font-size: 15px;
}
.eczane-arama__bos { text-align: center; color: #888; padding: 24px; }
.eczane-tam-liste {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.eczane-satir {
border: 1px solid #e8e8e8;
border-left: 4px solid #16a34a;
border-radius: 8px;
padding: 14px 16px;
}
.eczane-satir__ust { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.eczane-satir__ad { font-size: 15px; font-weight: 700; margin: 0; color: #111; }
.eczane-satir__ilce { font-size: 12px; color: #15803d; background: #ecfdf5; padding: 2px 8px; border-radius: 12px; white-space: nowrap; }
.eczane-satir__adres { font-size: 13px; color: #555; margin: 0 0 4px; line-height: 1.5; }
.eczane-satir__tarif { font-size: 12px; color: #888; font-style: italic; margin: 0 0 8px; }
.eczane-satir__tel { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #16a34a; text-decoration: none; }
.eczane-satir__tel:hover { text-decoration: underline; }
.eczane-satir__adres i, .eczane-satir__tarif i { color: #aaa; margin-right: 3px; } .namaz-geri-sayim {
background: linear-gradient(135deg, #6c3483, #8e44ad);
color: #fff;
text-align: center;
padding: 18px;
border-radius: 10px;
font-size: 16px;
margin-bottom: 20px;
}
.namaz-geri-sayim strong { font-size: 20px; font-variant-numeric: tabular-nums; }
.namaz-vakit-liste { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.namaz-vakit {
display: flex; flex-direction: column; align-items: center; gap: 8px;
padding: 20px 8px; border: 1px solid #ececec; border-radius: 10px; background: #fff;
}
.namaz-vakit i { font-size: 22px; color: #8e44ad; }
.namaz-vakit.is-siradaki { border-color: #8e44ad; background: #faf5ff; }
.namaz-vakit__ad { font-size: 13px; color: #666; font-weight: 600; }
.namaz-vakit__saat { font-size: 20px; font-weight: 800; color: #111; font-variant-numeric: tabular-nums; }
.namaz-vakit.is-siradaki .namaz-vakit__saat { color: #8e44ad; } .hava-simdi-buyuk {
text-align: center;
padding: 30px;
background: linear-gradient(135deg, #1e3a8a, #2563eb);
color: #fff;
border-radius: 12px;
margin-bottom: 24px;
}
.hava-simdi-buyuk > i { font-size: 60px; margin-bottom: 10px; }
.hava-simdi-buyuk__derece { font-size: 56px; font-weight: 800; line-height: 1; }
.hava-simdi-buyuk__aciklama { font-size: 18px; opacity: .95; margin: 6px 0 14px; }
.hava-simdi-buyuk__detay { display: flex; gap: 20px; justify-content: center; font-size: 14px; opacity: .9; }
.hava-tahmin-baslik { font-size: 18px; margin: 0 0 14px; color: #111; }
.hava-tahmin-liste { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hava-tahmin-gun {
display: flex; flex-direction: column; align-items: center; gap: 6px;
padding: 18px 10px; border: 1px solid #ececec; border-radius: 10px; background: #fafafa;
}
.hava-tahmin-gun i { font-size: 26px; color: #2563eb; }
.hava-tahmin-gun__ad { font-weight: 700; color: #222; }
.hava-tahmin-gun__tarih { font-size: 12px; color: #888; }
.hava-tahmin-gun__derece strong { color: #111; font-size: 16px; }
.hava-tahmin-gun__derece em { color: #999; font-style: normal; margin-left: 5px; }
.hava-tahmin-gun__aciklama { font-size: 12px; color: #666; text-align: center; } .tum-haberler-page { padding: 24px 0 50px; }
.haber-kart-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.haber-kart { background: #fff; border: 1px solid #eaecef; border-radius: 10px; overflow: hidden; transition: box-shadow .15s, transform .15s; }
.haber-kart:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.haber-kart__gorsel { position: relative; display: block; aspect-ratio: 3/2; overflow: hidden; }
.haber-kart__gorsel img { width: 100%; height: 100%; object-fit: cover; }
.haber-kart__placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: #f0f2f5; color: #ccc; font-size: 30px; }
.haber-kart__kat { position: absolute; top: 10px; left: 10px; background: var(--primary-color, #d32f2f); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; }
.haber-kart__govde { padding: 14px 16px; }
.haber-kart__baslik { font-size: 15.5px; line-height: 1.4; margin: 0 0 10px; }
.haber-kart__baslik a { color: #111; text-decoration: none; }
.haber-kart__baslik a:hover { color: var(--primary-color, #d32f2f); }
.haber-kart__meta { display: flex; gap: 14px; font-size: 12px; color: #999; }
.tum-haberler-sayfalama { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.tum-haberler-sayfalama .page-numbers {
display: inline-flex; align-items: center; justify-content: center;
min-width: 40px; height: 40px; padding: 0 10px;
border: 1px solid #e0e0e0; border-radius: 8px; color: #444; text-decoration: none; font-weight: 600;
}
.tum-haberler-sayfalama .page-numbers.current { background: var(--primary-color, #d32f2f); color: #fff; border-color: var(--primary-color, #d32f2f); }
.tum-haberler-sayfalama .page-numbers:hover:not(.current) { border-color: var(--primary-color, #d32f2f); color: var(--primary-color, #d32f2f); } .dizin-page { padding: 24px 0 50px; }
.dizin-aciklama { margin-bottom: 24px; }
.dizin-filtre { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.dizin-filtre__link { padding: 7px 16px; border: 1px solid #e0e0e0; border-radius: 20px; font-size: 13.5px; color: #555; text-decoration: none; transition: all .15s; }
.dizin-filtre__link:hover { border-color: var(--primary-color, #d32f2f); color: var(--primary-color, #d32f2f); }
.dizin-filtre__link.is-aktif { background: var(--primary-color, #d32f2f); color: #fff; border-color: var(--primary-color, #d32f2f); }
.dizin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
.dizin-kart { display: flex; gap: 14px; background: #fff; border: 1px solid #eaecef; border-radius: 10px; padding: 16px; }
.dizin-kart__logo img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; }
.dizin-kart__ad { font-size: 16px; margin: 0 0 6px; color: #111; }
.dizin-kart__aciklama { font-size: 13px; color: #666; margin: 0 0 10px; line-height: 1.5; }
.dizin-kart__bilgi { list-style: none; margin: 0; padding: 0; font-size: 13px; }
.dizin-kart__bilgi li { margin-bottom: 5px; color: #555; }
.dizin-kart__bilgi i { color: var(--primary-color, #d32f2f); width: 16px; margin-right: 4px; }
.dizin-kart__bilgi a { color: #555; text-decoration: none; }
.ilan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
.ilan-kart { background: #fff; border: 1px solid #eaecef; border-radius: 10px; overflow: hidden; }
.ilan-kart__gorsel { position: relative; aspect-ratio: 3/2; overflow: hidden; }
.ilan-kart__gorsel img { width: 100%; height: 100%; object-fit: cover; }
.ilan-kart__fiyat { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,.78); color: #fff; font-weight: 800; padding: 5px 12px; border-radius: 6px; font-size: 15px; }
.ilan-kart__govde { padding: 14px 16px; }
.ilan-kart__baslik { font-size: 15.5px; margin: 0 0 8px; color: #111; }
.ilan-kart__aciklama { font-size: 13px; color: #666; margin: 0 0 10px; }
.ilan-kart__bilgi { list-style: none; margin: 0; padding: 0; font-size: 13px; color: #555; }
.ilan-kart__bilgi li { margin-bottom: 4px; }
.ilan-kart__bilgi i { color: var(--primary-color, #d32f2f); width: 16px; margin-right: 4px; } .reklam-ver__baslik { font-size: 20px; margin: 28px 0 16px; color: #111; }
.reklam-ver__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 30px; }
.reklam-ver__kart { text-align: center; padding: 24px 16px; border: 1px solid #eaecef; border-radius: 10px; background: #fafafa; }
.reklam-ver__kart i { font-size: 30px; color: var(--primary-color, #d32f2f); margin-bottom: 10px; }
.reklam-ver__kart h3 { font-size: 15px; margin: 0 0 6px; color: #111; }
.reklam-ver__kart p { font-size: 13px; color: #666; margin: 0; line-height: 1.5; }
.reklam-ver__iletisim { text-align: center; padding: 28px; background: #f7f8fa; border-radius: 12px; }
.reklam-ver__iletisim h2 { margin: 0 0 8px; }
.reklam-ver__iletisim-liste { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
.reklam-ver__iletisim-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; color: #333; text-decoration: none; font-weight: 600; transition: all .15s; }
.reklam-ver__iletisim-btn:hover { border-color: var(--primary-color, #d32f2f); color: var(--primary-color, #d32f2f); }
.reklam-ver__iletisim-btn--form { background: var(--primary-color, #d32f2f); color: #fff; border-color: var(--primary-color, #d32f2f); }
.reklam-ver__iletisim-btn--form:hover { filter: brightness(1.08); color: #fff; } .hata-404 { padding: 50px 0; }
.hata-404__ust { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.hata-404__kod { font-size: 90px; font-weight: 900; color: var(--primary-color, #d32f2f); line-height: 1; }
.hata-404__baslik { font-size: 26px; margin: 6px 0 12px; color: #111; }
.hata-404__aciklama { color: #666; line-height: 1.7; margin-bottom: 24px; }
.hata-404__arama { display: flex; gap: 0; max-width: 440px; margin: 0 auto 16px; border: 1px solid #d5d8dd; border-radius: 10px; overflow: hidden; }
.hata-404__arama input { flex: 1; padding: 13px 16px; border: 0; font-size: 15px; outline: none; }
.hata-404__arama button { padding: 0 20px; border: 0; background: var(--primary-color, #d32f2f); color: #fff; font-weight: 600; cursor: pointer; }
.hata-404__anasayfa { display: inline-flex; align-items: center; gap: 8px; color: #666; text-decoration: none; font-size: 14px; }
.hata-404__oneriler { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 820px; margin: 0 auto; }
.hata-404__blok { background: #fff; border: 1px solid #eaecef; border-radius: 10px; padding: 22px; }
.hata-404__blok h2 { font-size: 16px; margin: 0 0 14px; color: #111; }
.hata-404__blok h2 i { color: var(--primary-color, #d32f2f); margin-right: 6px; }
.hata-404__liste { list-style: none; margin: 0; padding: 0; }
.hata-404__liste li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.hata-404__liste a { color: #444; text-decoration: none; font-size: 14px; }
.hata-404__liste a:hover { color: var(--primary-color, #d32f2f); }
.hata-404__kategoriler { display: flex; flex-wrap: wrap; gap: 8px; }
.hata-404__kategoriler a { padding: 6px 14px; background: #f2f3f5; border-radius: 16px; color: #444; text-decoration: none; font-size: 13px; }
.hata-404__kategoriler a:hover { background: var(--primary-color, #d32f2f); color: #fff; } @media (max-width: 900px) {
.haber-kart-grid, .dizin-grid, .ilan-grid, .reklam-ver__grid { grid-template-columns: repeat(2, 1fr); }
.eczane-tam-liste { grid-template-columns: 1fr; }
.namaz-vakit-liste { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
.kunye-card, .duzeltme-card, .kurumsal-card { padding: 24px 20px; }
.kunye-satir { grid-template-columns: 1fr; gap: 2px; }
.kunye-satir dt { font-size: 13px; color: #888; }
.duzeltme-form__row { grid-template-columns: 1fr; }
.haber-kart-grid, .dizin-grid, .ilan-grid, .reklam-ver__grid { grid-template-columns: 1fr; }
.namaz-vakit-liste { grid-template-columns: repeat(2, 1fr); }
.hava-tahmin-liste { grid-template-columns: repeat(2, 1fr); }
.hata-404__oneriler { grid-template-columns: 1fr; }
}.site-footer { margin-top: 40px; }
.site-footer a { text-decoration: none; } .wpd-social { display: flex; gap: 10px; flex-wrap: wrap; }
.wpd-social__link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 50%;
font-size: 15px;
transition: transform .15s ease, background .15s ease, color .15s ease;
}
.wpd-social__link:hover { transform: translateY(-2px); }
.wpd-social__link--facebook  { background: #1877f2; color: #fff; }
.wpd-social__link--twitter   { background: #000;     color: #fff; }
.wpd-social__link--instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: #fff; }
.wpd-social__link--youtube   { background: #ff0000;  color: #fff; }
.wpd-social__link--tiktok    { background: #010101;  color: #fff; }
.wpd-social__link--telegram  { background: #0088cc;  color: #fff; }
.wpd-social__link--rss       { background: #f26522;  color: #fff; } .wpd-newsletter__row {
display: flex;
gap: 0;
max-width: 340px;
border-radius: 8px;
overflow: hidden;
background: rgba(255,255,255,.08);
}
.wpd-newsletter__input {
flex: 1;
min-width: 0;
padding: 12px 14px;
border: 0;
background: transparent;
color: inherit;
font-size: 14px;
outline: none;
}
.wpd-newsletter__input::placeholder { color: currentColor; opacity: .55; }
.wpd-newsletter__btn {
flex-shrink: 0;
width: 48px;
border: 0;
cursor: pointer;
background: var(--primary-color, #d32f2f);
color: #fff;
font-size: 15px;
transition: filter .15s;
}
.wpd-newsletter__btn:hover { filter: brightness(1.1); }
.wpd-newsletter__btn:disabled { opacity: .6; cursor: default; }
.wpd-newsletter__note { font-size: 12px; opacity: .7; margin: 10px 0 0; line-height: 1.5; }
.wpd-newsletter__mesaj { font-size: 13px; margin: 8px 0 0; min-height: 18px; }
.wpd-newsletter__mesaj.is-ok   { color: #4ade80; }
.wpd-newsletter__mesaj.is-hata { color: #f87171; } .footer-1 {
background: #f5f6f8;
color: #333;
border-top: 3px solid var(--primary-color, #d32f2f);
padding: 44px 0 0;
}
.footer-1__grid {
display: grid;
grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
gap: 36px;
padding-bottom: 34px;
}
.footer-1__logo img { max-height: 54px; width: auto; }
.footer-1__site-name { font-size: 24px; font-weight: 800; color: #111; }
.footer-1__desc { font-size: 13px; line-height: 1.7; color: #666; margin: 14px 0 18px; }
.footer-1__title {
font-size: 15px;
font-weight: 700;
color: #111;
margin: 0 0 16px;
padding-bottom: 10px;
border-bottom: 2px solid #e2e4e8;
}
.footer-1__links { list-style: none; margin: 0; padding: 0; }
.footer-1__links li { margin-bottom: 9px; }
.footer-1__links a { color: #555; font-size: 13.5px; transition: color .15s, padding-left .15s; }
.footer-1__links a:hover { color: var(--primary-color, #d32f2f); padding-left: 4px; }
.footer-1 .wpd-newsletter__row { background: #fff; border: 1px solid #dcdfe4; }
.footer-1 .wpd-newsletter__input { color: #333; }
.footer-1 .wpd-newsletter__note { color: #888; }
.footer-1__legal {
display: flex;
flex-wrap: wrap;
gap: 8px 18px;
padding: 18px 0;
border-top: 1px solid #e2e4e8;
}
.footer-1__legal a { font-size: 12.5px; color: #666; }
.footer-1__legal a:hover { color: var(--primary-color, #d32f2f); }
.footer-1__copyright {
padding: 16px 0;
text-align: center;
font-size: 13px;
color: #777;
border-top: 1px solid #e2e4e8;
} .footer-2 { background: #16181d; color: #b6bcc6; }
.footer-2__top-border { height: 3px; background: var(--primary-color, #d32f2f); }
.footer-2 .container { padding-top: 44px; }
.footer-2__grid {
display: grid;
grid-template-columns: 1.4fr 1fr 1.3fr 1.3fr;
gap: 36px;
padding-bottom: 32px;
}
.footer-2__logo img { max-height: 54px; width: auto; }
.footer-2__site-name { font-size: 24px; font-weight: 800; color: #fff; }
.footer-2__about { font-size: 13px; line-height: 1.7; margin: 14px 0 18px; color: #8b93a1; }
.footer-2__title {
font-size: 15px;
font-weight: 700;
color: #fff;
margin: 0 0 16px;
position: relative;
padding-bottom: 10px;
}
.footer-2__title::after {
content: '';
position: absolute;
left: 0; bottom: 0;
width: 36px; height: 2px;
background: var(--primary-color, #d32f2f);
}
.footer-2__title--spaced { margin-top: 24px; }
.footer-2__links { list-style: none; margin: 0; padding: 0; }
.footer-2__links li { margin-bottom: 9px; }
.footer-2__links a { color: #9aa2b1; font-size: 13.5px; transition: color .15s, padding-left .15s; }
.footer-2__links a:hover { color: #fff; padding-left: 4px; }
.footer-2__links i { color: var(--primary-color, #d32f2f); font-size: 11px; margin-right: 4px; }
.footer-2__recent { list-style: none; margin: 0; padding: 0; }
.footer-2__recent li { margin-bottom: 14px; }
.footer-2__recent-title { display: block; font-size: 13px; color: #cfd4dc; line-height: 1.5; transition: color .15s; }
.footer-2__recent a:hover .footer-2__recent-title { color: #fff; }
.footer-2__recent-date { display: block; font-size: 11px; color: #6b7280; margin-top: 4px; }
.footer-2__contact { list-style: none; margin: 0; padding: 0; }
.footer-2__contact li { font-size: 13px; margin-bottom: 10px; color: #9aa2b1; }
.footer-2__contact i { color: var(--primary-color, #d32f2f); margin-right: 8px; width: 16px; }
.footer-2__contact a { color: #9aa2b1; }
.footer-2__contact a:hover { color: #fff; }
.footer-2__bottom {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
padding: 20px 0;
border-top: 1px solid #262a31;
font-size: 13px;
}
.footer-2__bottom-links { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.footer-2__bottom-links a { color: #8b93a1; font-size: 12.5px; }
.footer-2__bottom-links a:hover { color: #fff; } .footer-3 {
background: #16181d;
color: #b6bcc6;
border-top: 3px solid var(--primary-color, #d32f2f);
padding: 22px 0;
}
.footer-3__inner {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 14px;
}
.footer-3__left { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
.footer-3__copyright { font-size: 13px; color: #9aa2b1; }
.footer-3__links { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.footer-3__links a { font-size: 12.5px; color: #9aa2b1; }
.footer-3__links a:hover { color: #fff; } @media (max-width: 900px) {
.footer-1__grid,
.footer-2__grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 560px) {
.footer-1__grid,
.footer-2__grid { grid-template-columns: 1fr; }
.footer-2__bottom,
.footer-3__inner { flex-direction: column; align-items: flex-start; }
}.ad-area {
position: relative;
margin: 18px auto;
text-align: center;
max-width: 100%;
overflow: hidden;
}
.ad-area img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .ad-label {
display: block;
font-size: 10px;
line-height: 1.4;
color: #b0b0b0;
text-transform: uppercase;
letter-spacing: .5px;
text-align: right;
margin-bottom: 2px;
} .ad-sidebar,
.ad-sidebar_sticky,
.ad-kare { margin: 0 0 20px; }
.ad-sidebar_sticky { position: sticky; top: 90px; } .wpd-mobil-reklam {
display: none;
position: fixed;
left: 0; right: 0; bottom: 0;
z-index: 1000;
background: #fff;
box-shadow: 0 -2px 12px rgba(0,0,0,.15);
padding: 6px;
text-align: center;
}
.wpd-mobil-reklam .ad-area { margin: 0; }
.wpd-mobil-reklam .ad-label { display: none; }
.wpd-mobil-reklam__kapat {
position: absolute;
top: -26px;
right: 8px;
width: 26px;
height: 26px;
border: 0;
border-radius: 50% 50% 0 0;
background: #fff;
box-shadow: 0 -2px 6px rgba(0,0,0,.12);
cursor: pointer;
font-size: 18px;
line-height: 1;
color: #666;
}
@media (max-width: 768px) {
.wpd-mobil-reklam { display: block; } body.has-mobil-reklam { padding-bottom: 70px; }
} .wpd-yuzen-reklam {
display: none;
position: fixed;
top: 120px;
z-index: 900;
}
.wpd-yuzen-reklam--sol { left: 12px; }
.wpd-yuzen-reklam--sag { right: 12px; }
.wpd-yuzen-reklam .ad-area { margin: 0; }
.wpd-yuzen-reklam .ad-label { display: none; }
.wpd-yuzen-reklam__kapat {
position: absolute;
top: -22px;
right: 0;
width: 22px;
height: 22px;
border: 0;
border-radius: 4px 4px 0 0;
background: rgba(0,0,0,.6);
color: #fff;
cursor: pointer;
font-size: 14px;
line-height: 1;
} @media (min-width: 1400px) {
.wpd-yuzen-reklam { display: block; }
}.anasayfa__ust,
.anasayfa__alt,
.anasayfa__sol {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0 24px;
align-items: start;
}
.anasayfa__ust > *,
.anasayfa__alt > *,
.anasayfa__sol > * { grid-column: 1 / -1; }
.home-section--yarim { grid-column: auto / span 1 !important; }
@media (max-width: 768px) { .home-section--yarim { grid-column: 1 / -1 !important; } } .sesli-btn {
background: none;
border: 1px solid #e0e0e0;
border-radius: 8px;
width: 36px; height: 36px;
color: #666;
cursor: pointer;
transition: all .15s;
}
.sesli-btn:hover { border-color: var(--primary-color, #d32f2f); color: var(--primary-color, #d32f2f); }
.sesli-btn.is-aktif { background: var(--primary-color, #d32f2f); border-color: var(--primary-color, #d32f2f); color: #fff; } .siradaki-haber {
display: block;
margin: 24px 0;
padding: 16px;
background: #f7f8fa;
border: 1px solid #eaecef;
border-left: 4px solid var(--primary-color, #d32f2f);
border-radius: 10px;
text-decoration: none;
transition: box-shadow .15s;
}
.siradaki-haber:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.siradaki-haber__etiket {
display: block;
font-size: 11.5px;
font-weight: 800;
letter-spacing: .5px;
color: var(--primary-color, #d32f2f);
margin-bottom: 8px;
}
.siradaki-haber__ic { display: flex; align-items: center; gap: 14px; }
.siradaki-haber__ic img { width: 90px; height: 60px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.siradaki-haber__baslik { font-size: 15.5px; font-weight: 700; color: #111; line-height: 1.4; } .wpd-cok-aranan__baslik { font-size: 15px; font-weight: 700; margin: 0 0 12px; color: #111; }
.wpd-cok-aranan__baslik i { color: var(--primary-color, #d32f2f); margin-right: 6px; }
.wpd-cok-aranan__liste { display: flex; flex-wrap: wrap; gap: 8px; }
.wpd-cok-aranan__chip {
padding: 6px 13px;
background: #f2f3f5;
border-radius: 16px;
font-size: 13px;
color: #444;
text-decoration: none;
transition: all .12s;
}
.wpd-cok-aranan__chip:hover { background: var(--primary-color, #d32f2f); color: #fff; } .gorev-paneli {
background: #fff;
border: 1px solid #e8eaed;
border-radius: 12px;
padding: 16px;
margin: 14px 0;
}
.gorev-paneli__seviye {
display: flex; align-items: center; gap: 12px;
padding: 12px; border: 2px solid; border-radius: 10px; margin-bottom: 14px;
}
.gorev-paneli__rozet { font-size: 30px; }
.gorev-paneli__seviye strong { display: block; font-size: 16px; color: #111; }
.gorev-paneli__puan { font-size: 13px; color: #666; margin-right: 8px; }
.gorev-paneli__seviye small { display: block; color: #999; font-size: 11.5px; }
.gorev-paneli__baslik { font-size: 14px; margin: 0 0 10px; color: #111; }
.gorev-paneli__liste { list-style: none; margin: 0; padding: 0; }
.gorev-paneli__liste li { display: grid; grid-template-columns: 1fr 70px 38px; align-items: center; gap: 8px; padding: 7px 0; font-size: 13px; }
.gorev-paneli__liste li.is-tamam { opacity: .65; }
.gorev-paneli__ad em { color: #16a34a; font-style: normal; font-size: 11.5px; }
.gorev-paneli__cubuk { height: 6px; background: #eee; border-radius: 3px; overflow: hidden; }
.gorev-paneli__cubuk span { display: block; height: 100%; background: var(--primary-color, #d32f2f); border-radius: 3px; }
.gorev-paneli__oran { text-align: right; color: #888; font-variant-numeric: tabular-nums; font-size: 12px; } .uye-rozet { font-size: 11.5px; font-weight: 700; margin-left: 6px; } .hg-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
@media (max-width: 900px) { .hg-grid { grid-template-columns: 1fr; } }
.hg-mesaj { padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; font-size: 14px; }
.hg-mesaj--basari { background: #ecfdf5; color: #15803d; border: 1px solid #bbf7d0; }
.hg-mesaj--hata   { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.hg-gecmis__baslik { font-size: 16px; margin: 0 0 14px; }
.hg-gecmis__bos { color: #888; font-size: 14px; }
.hg-gecmis__liste { list-style: none; margin: 0; padding: 0; }
.hg-gecmis__liste li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 13.5px; }
.hg-gecmis__liste a { color: #111; text-decoration: none; font-weight: 600; }
.hg-gecmis__liste small { display: block; color: #999; margin-top: 2px; }
.hg-gecmis__not { margin: 6px 0 0; padding: 8px 10px; background: #fffbeb; border-radius: 6px; font-size: 12.5px; color: #92400e; }
.hg-durum { display: inline-block; font-size: 10.5px; font-weight: 800; padding: 2px 9px; border-radius: 10px; margin-right: 6px; }
.hg-durum--yayinda  { background: #ecfdf5; color: #15803d; }
.hg-durum--bekliyor { background: #fffbeb; color: #b45309; }
.hg-durum--red      { background: #fef2f2; color: #b91c1c; }
.hg-durum--taslak   { background: #f2f3f5; color: #666; } .hdr-canli {
display: inline-flex; align-items: center; gap: 7px;
padding: 9px 15px;
background: #111;
color: #fff;
border-radius: 22px;
font-size: 13px; font-weight: 800;
text-decoration: none;
white-space: nowrap;
}
.hdr-canli:hover { color: #fff; filter: brightness(1.2); }
.hdr-canli__nokta {
width: 9px; height: 9px; border-radius: 50%;
background: #ef4444;
animation: canliNabiz 1.2s ease infinite;
}
@keyframes canliNabiz { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .5; transform: scale(.75);} }
@media (max-width: 640px) { .hdr-canli { display: none; } }
.canli-modal {
position: fixed; inset: 0; z-index: 10000;
display: flex; align-items: center; justify-content: center;
background: rgba(0,0,0,.85);
backdrop-filter: blur(3px);
}
.canli-modal[hidden] { display: none; }
.canli-modal__kutu { width: min(920px, 94vw); }
.canli-modal__ust { display: flex; align-items: center; justify-content: space-between; color: #fff; margin-bottom: 10px; }
.canli-modal__etiket { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; letter-spacing: .5px; }
.canli-modal__kapat { background: none; border: 0; color: #fff; font-size: 30px; cursor: pointer; line-height: 1; }
.canli-modal__video { aspect-ratio: 16 / 9; background: #000; border-radius: 10px; overflow: hidden; }
.canli-modal__video iframe { width: 100%; height: 100%; border: 0; } .mobil-alt-nav {
display: none;
position: fixed;
left: 0; right: 0; bottom: 0;
z-index: 1001;
background: #fff;
border-top: 1px solid #e5e7eb;
box-shadow: 0 -2px 10px rgba(0,0,0,.06);
padding-bottom: env(safe-area-inset-bottom);
}
.mobil-alt-nav a {
flex: 1;
display: flex; flex-direction: column; align-items: center; gap: 3px;
padding: 8px 4px 9px;
color: #6b7280;
text-decoration: none;
font-size: 10.5px;
}
.mobil-alt-nav a i { font-size: 17px; }
.mobil-alt-nav a:active, .mobil-alt-nav a:hover { color: var(--primary-color, #d32f2f); }
@media (max-width: 768px) {
.mobil-alt-nav { display: flex; }
body { padding-bottom: 58px; } .wpd-mobil-reklam { bottom: 58px; }
} .wpd-bildirim-band {
position: fixed;
left: 12px; right: 12px; bottom: 70px;
z-index: 1002;
display: flex; align-items: center; gap: 12px;
background: #16181d;
color: #fff;
padding: 12px 16px;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0,0,0,.25);
font-size: 13.5px;
}
.wpd-bildirim-band__metin { flex: 1; }
.wpd-bildirim-band__izin {
background: var(--primary-color, #d32f2f);
color: #fff; border: 0; border-radius: 18px;
padding: 8px 16px; font-weight: 700; cursor: pointer; white-space: nowrap;
}
.wpd-bildirim-band__kapat { background: none; border: 0; color: #9ca3af; font-size: 20px; cursor: pointer; }
@media (min-width: 769px) { .wpd-bildirim-band { left: auto; right: 24px; max-width: 380px; bottom: 24px; } } .wpd-popup-reklam {
position: fixed; inset: 0; z-index: 9998;
display: flex; align-items: center; justify-content: center;
background: rgba(0,0,0,.6);
}
.wpd-popup-reklam[hidden] { display: none; }
.wpd-popup-reklam__kutu { position: relative; max-width: min(640px, 92vw); }
.wpd-popup-reklam__kutu .ad-area { margin: 0; }
.wpd-popup-reklam__kapat {
position: absolute; top: -34px; right: 0;
width: 30px; height: 30px;
background: #fff; border: 0; border-radius: 50%;
font-size: 18px; cursor: pointer;
} .ozel-haber-rozet {
display: inline-block;
background: linear-gradient(135deg, #b45309, #f59e0b);
color: #fff;
font-size: 12px; font-weight: 800; letter-spacing: .5px;
padding: 5px 13px;
border-radius: 5px;
margin-bottom: 10px;
} .ilce-cipler { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 22px; }
.ilce-cip {
display: inline-flex; align-items: center; gap: 5px;
padding: 6px 13px;
border: 1px solid #e0e0e0; border-radius: 18px;
font-size: 13px; color: #444; text-decoration: none;
transition: all .12s;
}
.ilce-cip span { font-size: 11px; color: #999; }
.ilce-cip:hover { border-color: var(--primary-color, #d32f2f); color: var(--primary-color, #d32f2f); }
.ilce-cip.is-aktif { background: var(--primary-color, #d32f2f); border-color: var(--primary-color, #d32f2f); color: #fff; }
.ilce-cip.is-aktif span { color: rgba(255,255,255,.8); } .wpd-gomulu { margin: 20px auto; max-width: 550px; }
.wpd-gomulu__video { aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; }
.wpd-gomulu__video iframe { width: 100%; height: 100%; border: 0; } @media print {
.hdr, .hdr-breaking, .currency-ticker-bar, .site-footer, .mobil-alt-nav,
.single-sidebar, .comments-section, .wpd-tepkiler, .article-bottom-share,
.related-bottom, .siradaki-haber, .ad-area, .wpd-mobil-reklam,
.wpd-yuzen-reklam, .wpd-popup-reklam, .wpd-bildirim-band, .canli-modal,
.article-actions, .breadcrumb, #wpadminbar, .sesli-btn, .print-btn,
.font-size-toggle { display: none !important; }
.single-layout { display: block !important; }
.article-content { font-size: 12pt; line-height: 1.7; }
.article-title { font-size: 20pt; }
a { color: #000 !important; text-decoration: none !important; }
body { background: #fff !important; }
}.clear{clear:both}.nobr{white-space:nowrap}body .pvc-stats-icon{color:#000 !important}