.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; }
}.burclar-page { padding: 30px 0 60px; background: #f5f5f5; min-height: 80vh; }
.burclar-page .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .burc-page-title { font-size: 1.8rem; font-weight: 800; margin-bottom: 20px; color: #1a1a1a; }
.burc-page-title i { color: var(--primary-color, #e41e26); margin-right: 8px; }
.burc-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 10px;
margin-bottom: 30px;
}
.burc-dropdown-mobile { display: none; }
.burc-item {
display: flex; flex-direction: column; align-items: center;
padding: 14px 8px; background: #fff; border-radius: 12px;
text-decoration: none; color: #333; transition: all .25s;
border: 2px solid transparent; text-align: center;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.burc-item:hover, .burc-item.active {
border-color: var(--burc-color);
box-shadow: 0 4px 16px rgba(0,0,0,.12);
transform: translateY(-2px);
}
.burc-item.active { background: var(--burc-color); color: #fff; }
.burc-symbol { font-size: 2rem; margin-bottom: 4px; }
.burc-name { font-weight: 700; font-size: .85rem; }
.burc-date-short { font-size: .65rem; opacity: .7; margin-top: 2px; } .burc-header {
display: flex; justify-content: space-between; align-items: center;
background: #fff; border-radius: 16px; padding: 28px;
margin-bottom: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
border-left: 5px solid var(--burc-color);
}
.burc-header__left { display: flex; align-items: center; gap: 20px; }
.burc-header__symbol { font-size: 4rem; }
.burc-header__info h2 { font-size: 1.8rem; font-weight: 800; margin: 0; }
.burc-header__date { font-size: .9rem; color: #666; margin: 4px 0; }
.burc-header__date i { margin-right: 4px; }
.burc-header__motto { font-style: italic; color: var(--burc-color); font-weight: 600; }
.burc-header__meta {
display: grid; grid-template-columns: 1fr 1fr;
gap: 12px;
}
.burc-meta-item {
background: #f8f8f8; padding: 10px 14px; border-radius: 8px; text-align: center;
}
.meta-label { display: block; font-size: .7rem; color: #999; text-transform: uppercase; letter-spacing: .5px; }
.meta-value { display: block; font-weight: 700; font-size: .9rem; color: #333; margin-top: 2px; } .burc-charts {
background: #fff; border-radius: 16px; padding: 24px;
margin-bottom: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.burc-charts h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 16px; }
.burc-charts h3 i { margin-right: 6px; color: var(--primary-color, #e41e26); }
.burc-charts__grid { display: flex; flex-direction: column; gap: 12px; }
.chart-item { display: flex; align-items: center; gap: 12px; }
.chart-label { width: 70px; font-weight: 600; font-size: .85rem; color: #555; }
.chart-bar { flex: 1; height: 24px; background: #eee; border-radius: 12px; overflow: hidden; }
.chart-bar__fill { height: 100%; border-radius: 12px; transition: width .8s ease; }
.chart-value { width: 45px; text-align: right; font-weight: 700; font-size: .85rem; color: #333; } .burc-tabs {
background: #fff; border-radius: 16px;
margin-bottom: 24px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
overflow: hidden;
}
.burc-tabs__nav {
display: flex; background: #f0f0f0; overflow-x: auto;
scrollbar-width: none;
}
.burc-tabs__nav::-webkit-scrollbar { display: none; }
.burc-tab {
flex: 1; min-width: 120px; padding: 14px 16px;
border: none; background: transparent; cursor: pointer;
font-weight: 600; font-size: .85rem; color: #666;
transition: all .2s; white-space: nowrap;
border-bottom: 3px solid transparent;
}
.burc-tab:hover { color: #333; background: rgba(0,0,0,.03); }
.burc-tab.active {
color: var(--primary-color, #e41e26);
border-bottom-color: var(--primary-color, #e41e26);
background: #fff;
}
.burc-tab i { margin-right: 6px; }
.burc-tabs__content { padding: 24px; }
.burc-tab-panel { display: none; }
.burc-tab-panel.active { display: block; animation: fadeTab .3s ease; }
@keyframes fadeTab { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.burc-yorum .yorum-header {
display: flex; justify-content: space-between; align-items: center;
margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #eee;
}
.burc-yorum .yorum-header h3 { font-size: 1.1rem; margin: 0; }
.burc-yorum .yorum-header h3 i { margin-right: 6px; color: var(--primary-color, #e41e26); }
.yorum-date { font-size: .8rem; color: #999; }
.burc-yorum p { line-height: 1.8; color: #444; font-size: .95rem; } .ozellik-section { margin-bottom: 24px; }
.ozellik-section h4 { font-size: 1rem; margin-bottom: 12px; color: #333; }
.ozellik-section h4 i { margin-right: 6px; }
.ozellik-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ozellik-tag {
padding: 6px 14px; border: 2px solid; border-radius: 20px;
font-size: .8rem; font-weight: 600; color: #555;
}
.uyum-burclar { display: flex; flex-wrap: wrap; gap: 10px; }
.uyum-burc {
display: flex; align-items: center; gap: 8px;
padding: 8px 16px; border-radius: 10px;
text-decoration: none; font-weight: 600; font-size: .85rem;
transition: transform .2s;
}
.uyum-burc:hover { transform: scale(1.05); }
.uyum-burc.uyumlu { background: #e8f5e9; color: #2e7d32; }
.uyum-burc.uyumsuz { background: #ffebee; color: #c62828; }
.uyum-symbol { font-size: 1.3rem; } .burc-gezegenler {
background: #fff; border-radius: 16px; padding: 24px;
box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.burc-gezegenler h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 16px; }
.burc-gezegenler h3 i { margin-right: 6px; color: var(--primary-color, #e41e26); }
.gezegen-table { border-radius: 10px; overflow: hidden; }
.gezegen-row {
display: grid; grid-template-columns: 1fr 1fr 80px;
padding: 10px 16px; border-bottom: 1px solid #f0f0f0;
font-size: .85rem;
}
.gezegen-row:last-child { border-bottom: none; }
.gezegen-header { background: #f8f8f8; font-weight: 700; color: #555; font-size: .75rem; text-transform: uppercase; }
.gezegen-name i { margin-right: 6px; font-size: .5rem; vertical-align: middle; color: var(--primary-color, #e41e26); }
.gezegen-sign { font-weight: 600; }
.gezegen-degree { text-align: right; color: #666; } .fikstur-page { padding: 30px 0 60px; background: #f5f5f5; min-height: 80vh; }
.fikstur-page .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.fikstur-page-header h1 { font-size: 1.8rem; font-weight: 800; margin-bottom: 20px; color: #1a1a1a; }
.fikstur-page-header h1 i { margin-right: 8px; color: var(--primary-color, #e41e26); } .lig-tabs { margin-bottom: 24px; }
.lig-tabs__scroll {
display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px;
scrollbar-width: none;
}
.lig-tabs__scroll::-webkit-scrollbar { display: none; }
.lig-dropdown-mobile { display: none; }
.lig-tab {
display: flex; flex-direction: column; align-items: center;
padding: 10px 16px; background: #fff; border-radius: 10px;
text-decoration: none; color: #555; white-space: nowrap;
transition: all .2s; border: 2px solid transparent; min-width: 100px;
box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.lig-tab:hover { border-color: var(--lig-color); }
.lig-tab.active { background: var(--lig-color); color: #fff; border-color: var(--lig-color); }
.lig-tab i { font-size: 1.2rem; margin-bottom: 4px; }
.lig-tab__name { font-weight: 700; font-size: .75rem; }
.lig-tab__country { font-size: .6rem; opacity: .7; } .aktif-lig-header {
display: flex; align-items: center; gap: 12px;
padding: 16px 20px; background: #fff; border-radius: 12px;
margin-bottom: 20px; border-left: 4px solid;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.aktif-lig-header i { font-size: 1.5rem; }
.aktif-lig-header h2 { font-size: 1.3rem; font-weight: 800; margin: 0; }
.aktif-lig-country { font-size: .8rem; color: #999; margin-left: auto; } .fikstur-content-tabs {
display: flex; gap: 0; margin-bottom: 20px;
background: #fff; border-radius: 10px; overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.fc-tab {
flex: 1; padding: 14px; border: none; background: transparent;
cursor: pointer; font-weight: 700; font-size: .9rem; color: #888;
transition: all .2s; border-bottom: 3px solid transparent;
}
.fc-tab:hover { color: #333; }
.fc-tab.active { color: var(--primary-color, #e41e26); border-bottom-color: var(--primary-color, #e41e26); }
.fc-tab i { margin-right: 6px; }
.fc-panel { display: none; }
.fc-panel.active { display: block; animation: fadeTab .3s ease; } .fikstur-date-header {
display: flex; align-items: center; gap: 8px;
padding: 10px 16px; background: #333; color: #fff;
border-radius: 8px; margin: 16px 0 8px; font-size: .8rem; font-weight: 600;
}
.fikstur-date-header:first-child { margin-top: 0; }
.fikstur-date-header i { opacity: .7; }
.hafta-badge {
margin-left: auto; background: rgba(255,255,255,.2);
padding: 2px 10px; border-radius: 12px; font-size: .7rem;
}
.mac-card {
display: flex; align-items: center; gap: 16px;
background: #fff; padding: 14px 20px; border-radius: 10px;
margin-bottom: 6px; transition: all .2s;
box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.mac-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); transform: translateY(-1px); }
.mac-card.bitmis { border-left: 3px solid #4caf50; }
.mac-saat { min-width: 60px; text-align: center; }
.mac-saat span { font-weight: 700; font-size: .85rem; color: #333; }
.mac-bitmis-badge { background: #4caf50; color: #fff; padding: 3px 8px; border-radius: 4px; font-size: .65rem; font-weight: 700; }
.mac-canli-badge { background: #e41e26; color: #fff; padding: 3px 8px; border-radius: 4px; font-size: .65rem; font-weight: 700; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .6; } }
.mac-takimlar { flex: 1; display: flex; align-items: center; justify-content: center; gap: 16px; }
.mac-takim { display: flex; align-items: center; gap: 8px; flex: 1; }
.mac-takim.ev { justify-content: flex-end; text-align: right; }
.mac-takim.deplasman { justify-content: flex-start; }
.takim-adi { font-weight: 600; font-size: .85rem; color: #333; }
.takim-logo { width: 28px; height: 28px; object-fit: contain; }
.takim-logo--placeholder { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: #ccc; font-size: 1.2rem; }
.mac-skor-area { text-align: center; min-width: 70px; }
.mac-skor { font-size: 1.1rem; font-weight: 800; color: #1a1a1a; }
.mac-ilkyari { display: block; font-size: .65rem; color: #999; margin-top: 2px; }
.mac-vs { font-size: .8rem; font-weight: 700; color: #ccc; } .puan-durumu-table {
background: #fff; border-radius: 12px; overflow: hidden;
box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.pd-header, .pd-row {
display: grid;
grid-template-columns: 40px 1fr repeat(4, 36px) repeat(3, 36px) 50px;
align-items: center; padding: 10px 16px;
border-bottom: 1px solid #f0f0f0;
}
.pd-header {
background: #1a1a1a; color: #fff; font-size: .7rem;
font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
border-bottom: none;
}
.pd-row:last-child { border-bottom: none; }
.pd-sira { text-align: center; font-weight: 700; font-size: .8rem; }
.pd-takim { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .8rem; }
.pd-logo { width: 22px; height: 22px; object-fit: contain; }
.pd-stat { text-align: center; font-size: .8rem; color: #555; }
.pd-puan { text-align: center; font-weight: 800; font-size: .9rem; color: #1a1a1a; }
.sampiyon-zone { border-left: 3px solid #1565c0; }
.avrupa-zone { border-left: 3px solid #ff8f00; }
.dusme-zone { border-left: 3px solid #c62828; }
.pd-legends { display: flex; gap: 20px; padding: 12px 16px; font-size: .75rem; color: #666; }
.pd-legend { display: flex; align-items: center; gap: 6px; }
.pd-legend.sampiyon span { width: 12px; height: 12px; background: #1565c0; border-radius: 3px; display: inline-block; }
.pd-legend.avrupa span { width: 12px; height: 12px; background: #ff8f00; border-radius: 3px; display: inline-block; }
.pd-legend.dusme span { width: 12px; height: 12px; background: #c62828; border-radius: 3px; display: inline-block; }
.fikstur-empty {
text-align: center; padding: 60px 20px; color: #999;
background: #fff; border-radius: 12px;
}
.fikstur-empty i { font-size: 3rem; margin-bottom: 16px; display: block; } .fikstur-widget { margin-bottom: 10px; }
.fikstur-slider-wrapper { position: relative; margin-bottom: 16px; }
.fiks-card {
background: #fff; border-radius: 12px; padding: 14px;
box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: all .2s;
height: 100%;
}
.fiks-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.fiks-card--bitmis { border-top: 3px solid #4caf50; }
.fiks-card__date {
display: flex; justify-content: space-between; align-items: center;
font-size: .7rem; color: #999; margin-bottom: 12px;
padding-bottom: 8px; border-bottom: 1px solid #f0f0f0;
}
.fiks-hafta { background: #f0f0f0; padding: 2px 8px; border-radius: 8px; font-size: .6rem; }
.fiks-card__teams { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.fiks-team { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; }
.fiks-team img { width: 36px; height: 36px; object-fit: contain; }
.fiks-team__placeholder { font-size: 1.5rem; color: #ddd; }
.fiks-team__name { font-size: .7rem; font-weight: 600; color: #333; text-align: center; line-height: 1.2; }
.fiks-score { text-align: center; padding: 0 8px; }
.fiks-score__result { font-size: 1.1rem; font-weight: 800; color: #1a1a1a; }
.fiks-score__time { font-size: .85rem; font-weight: 700; color: var(--primary-color, #e41e26); }
.fikstur-prev, .fikstur-next {
width: 32px; height: 32px; background: #fff !important;
border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,.15);
top: 50%; transform: translateY(-50%);
}
.fikstur-prev::after, .fikstur-next::after { font-size: 14px !important; color: #333 !important; }
.fikstur-prev { left: -16px; }
.fikstur-next { right: -16px; } .puan-mini {
background: #1a1a1a; border-radius: 12px; padding: 14px;
}
.puan-mini__header {
display: flex; justify-content: space-between; align-items: center;
color: #fff; font-weight: 700; font-size: .85rem; margin-bottom: 12px;
}
.puan-mini__header a { color: var(--primary-color, #e41e26); text-decoration: none; font-size: .75rem; }
.puan-card {
display: flex; align-items: center; gap: 8px;
background: rgba(255,255,255,.08); padding: 8px 10px;
border-radius: 8px; white-space: nowrap;
}
.puan-card__pos { font-weight: 800; color: #fff; font-size: .8rem; min-width: 18px; text-align: center; }
.puan-card__logo { width: 20px; height: 20px; object-fit: contain; }
.puan-card__logo-ph { color: #666; font-size: .9rem; }
.puan-card__name { font-size: .75rem; color: #ccc; font-weight: 500; }
.puan-card__pts { font-weight: 800; color: var(--primary-color, #e41e26); font-size: .8rem; margin-left: auto; } .puan-slider-widget { margin-bottom: 10px; }
.pd-slide-card {
background: #fff; border-radius: 12px; padding: 14px;
box-shadow: 0 2px 8px rgba(0,0,0,.06); position: relative;
transition: all .2s; overflow: hidden;
}
.pd-slide-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.pd-slide-card.sampiyon { border-top: 3px solid #1565c0; }
.pd-slide-card.avrupa { border-top: 3px solid #ff8f00; }
.pd-slide-card.dusme { border-top: 3px solid #c62828; }
.pd-slide-card__rank {
position: absolute; top: 8px; right: 10px;
font-size: 2rem; font-weight: 900; color: rgba(0,0,0,.06);
}
.pd-slide-card__team {
display: flex; align-items: center; gap: 8px; margin-bottom: 10px;
}
.pd-slide-card__team img { width: 32px; height: 32px; object-fit: contain; }
.pd-slide-card__ph { font-size: 1.5rem; color: #ddd; }
.pd-slide-card__team span { font-weight: 700; font-size: .8rem; color: #333; }
.pd-slide-card__stats { display: flex; gap: 8px; margin-bottom: 8px; }
.pd-mini-stat { text-align: center; flex: 1; }
.pd-mini-stat span { display: block; font-size: .6rem; color: #999; }
.pd-mini-stat strong { font-size: .8rem; color: #333; }
.pd-slide-card__points {
text-align: center; font-size: 1.4rem; font-weight: 900;
color: var(--primary-color, #e41e26);
}
.puan-scrollbar { bottom: 0 !important; } .burc-widget { margin-bottom: 10px; }
.burc-card {
display: flex; align-items: center; gap: 12px;
background: #fff; border-radius: 12px; padding: 16px;
text-decoration: none; color: #333; transition: all .2s;
box-shadow: 0 2px 8px rgba(0,0,0,.06); height: 100%;
border-left: 4px solid var(--burc-accent);
}
.burc-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.12); transform: translateY(-2px); }
.burc-card__symbol { font-size: 2.2rem; min-width: 44px; text-align: center; }
.burc-card__info { flex: 1; min-width: 0; }
.burc-card__info h4 { font-size: .9rem; font-weight: 700; margin: 0 0 2px; }
.burc-card__date { font-size: .65rem; color: #999; }
.burc-card__summary {
font-size: .75rem; color: #666; margin: 6px 0 0; line-height: 1.4;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.burc-card__arrow { color: var(--burc-accent); font-size: .8rem; opacity: .5; transition: opacity .2s; }
.burc-card:hover .burc-card__arrow { opacity: 1; } .finans-ticker-bar {
display: flex; align-items: stretch;
background: #1a1a1a; border-radius: 10px;
overflow: hidden; margin-bottom: 20px;
}
.finans-ticker__label {
display: flex; align-items: center; gap: 6px;
background: var(--primary-color, #e41e26); color: #fff;
padding: 10px 16px; font-weight: 700; font-size: .8rem;
white-space: nowrap;
}
.finans-ticker__scroll { flex: 1; overflow: hidden; position: relative; }
.finans-ticker__track {
display: flex; gap: 0;
animation: tickerScroll 40s linear infinite;
width: max-content;
}
.finans-ticker__track:hover { animation-play-state: paused; }
@keyframes tickerScroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.finans-tick {
display: flex; align-items: center; gap: 6px;
padding: 10px 16px; border-right: 1px solid rgba(255,255,255,.08);
white-space: nowrap;
}
.finans-tick__name { color: #aaa; font-size: .7rem; font-weight: 600; }
.finans-tick__value { color: #fff; font-size: .8rem; font-weight: 700; }
.finans-tick__change { font-size: .7rem; font-weight: 600; }
.finans-tick__change.up { color: #4caf50; }
.finans-tick__change.down { color: #ef5350; }
.finans-tick__change i { margin-right: 2px; } @media (max-width: 1024px) {
.burc-grid { grid-template-columns: repeat(4, 1fr); }
.pd-header, .pd-row {
grid-template-columns: 35px 1fr repeat(4, 32px) 45px;
}
.pd-hide-mobile { display: none; }
}
@media (max-width: 768px) {
.burc-grid { display: none; }
.burc-dropdown-mobile, .lig-dropdown-mobile { display: block; margin-bottom: 20px; }
.burc-dropdown-mobile select, .lig-dropdown-mobile select {
width: 100%; padding: 12px 16px; border: 2px solid #ddd;
border-radius: 10px; font-size: .9rem; font-weight: 600;
background: #fff; appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23666'/%3E%3C/svg%3E");
background-repeat: no-repeat; background-position: right 14px center;
}
.lig-tabs__scroll { display: none; }
.burc-header { flex-direction: column; gap: 16px; padding: 20px; }
.burc-header__symbol { font-size: 3rem; }
.burc-header__meta { grid-template-columns: repeat(4, 1fr); width: 100%; }
.burc-tab { min-width: 90px; padding: 10px 8px; font-size: .75rem; }
.mac-card { flex-direction: column; gap: 8px; padding: 12px; }
.mac-takimlar { width: 100%; }
.mac-saat { min-width: auto; }
.takim-adi { font-size: .75rem; }
.aktif-lig-header { padding: 12px 16px; }
.aktif-lig-header h2 { font-size: 1.1rem; }
.fikstur-prev, .fikstur-next { display: none !important; }
}
@media (max-width: 480px) {
.burc-header__meta { grid-template-columns: repeat(2, 1fr); }
.burc-tabs__content { padding: 16px; }
.mac-takim { gap: 4px; }
.takim-logo { width: 22px; height: 22px; }
.mac-skor { font-size: .95rem; }
.pd-takim { font-size: .7rem; gap: 4px; }
.pd-logo { width: 18px; height: 18px; }
}.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}