.breadcrumb {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: var(--text-light);
padding: 15px 0 10px;
flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-light); font-weight: 500; }
.breadcrumb a:hover { color: var(--primary-color); }
.breadcrumb .separator { color: #ccc; font-size: 10px; }
.breadcrumb .current { color: var(--text-color); font-weight: 600; } .article-header-v3 {
padding: 0 0 5px;
} .article-figure {
margin: 0 0 24px;
border-radius: 10px;
overflow: hidden;
background: #f0f0f0;
}
.article-main-img {
width: 100%;
height: auto;
max-height: 480px;
object-fit: contain;
display: block;
background: #f0f0f0;
}
.article-figure figcaption {
font-size: 12px;
color: var(--text-light);
padding: 8px 14px;
font-style: italic;
display: flex;
align-items: center;
gap: 6px;
background: #f8f9fa;
border-top: 1px solid #eee;
}
.article-figure figcaption i { font-size: 11px; } .article-video { margin-bottom: 24px; border-radius: 10px; overflow: hidden; }
.video-responsive {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-responsive iframe,
.video-responsive embed {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
}
.article-category-badge {
display: inline-block;
background: var(--primary-color);
color: #fff;
font-size: 11px;
font-weight: 800;
padding: 4px 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 14px;
border-radius: 3px;
}
.article-title {
font-size: 30px;
font-weight: 800;
line-height: 1.3;
margin-bottom: 12px;
color: var(--secondary-color);
}
.article-subtitle {
font-size: 17px;
line-height: 1.65;
color: #555;
font-weight: 400;
margin-bottom: 0;
} .article-meta-bar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 0;
margin: 10px 0 0;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
gap: 12px;
}
.article-meta-bar__left {
display: flex;
align-items: center;
gap: 12px;
min-width: 0;
}
.article-meta-bar__avatar {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
border: 2px solid var(--border-color);
flex-shrink: 0;
}
.article-meta-bar__name {
font-size: 14px;
font-weight: 700;
color: var(--secondary-color);
display: block;
}
.article-meta-bar__info {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.article-meta-bar__info span {
font-size: 12px;
color: var(--text-light);
display: flex;
align-items: center;
gap: 4px;
white-space: nowrap;
}
.article-meta-bar__info span i { font-size: 12px; }
.update-badge {
background: #fff3cd;
color: #856404;
padding: 2px 8px;
font-size: 11px;
font-weight: 600;
border-radius: 3px;
}
.article-meta-bar__right {
display: flex;
align-items: center;
}
.article-actions {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: nowrap;
} .print-btn {
width: 34px;
height: 34px;
border: 1px solid var(--border-color);
background: #fff;
color: var(--text-light);
font-size: 14px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
transition: all 0.2s;
border-radius: 4px;
font-family: var(--font-main);
white-space: nowrap;
}
.print-btn:hover {
border-color: var(--primary-color);
color: var(--primary-color);
}
.article-bottom-share .print-btn {
width: auto;
padding: 0 14px;
height: 34px;
font-size: 13px;
font-weight: 600;
margin-left: auto;
} @media print {
.header-1, .header-2, .header-3,
.breaking-bar, .mobile-sidebar, .mobile-overlay,
.single-sidebar, .share-icons, .font-size-toggle,
.print-btn, .article-actions, .article-bottom-share,
.related-bottom, .comments-section, .article-tags,
.breadcrumb, footer, .stories-section,
.sidebar-widget, .ad-container,
.article-meta-bar__right { display: none !important; }
.single-layout { grid-template-columns: 1fr !important; }
.article-main-img { max-height: none !important; }
.article-content { font-size: 14px !important; }
.article-title { font-size: 24px !important; }
body { background: #fff !important; }
.container { max-width: 100% !important; padding: 0 !important; }
} .share-icons {
display: flex;
gap: 8px;
}
.share-icons--inline { gap: 6px; }
.share-btn {
width: 34px;
height: 34px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 14px;
transition: transform 0.2s, opacity 0.2s;
}
.share-btn:hover { transform: scale(1.12); color: #fff; opacity: 0.85; }
.share-btn--facebook { background: #1877f2; }
.share-btn--twitter { background: #000; }
.share-btn--linkedin { background: #0077b5; }
.share-btn--whatsapp { background: #25d366; } .font-size-toggle {
display: flex;
gap: 4px;
}
.font-btn {
width: 34px;
height: 34px;
border: 1px solid var(--border-color);
background: #fff;
color: var(--text-color);
font-size: 13px;
font-weight: 700;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
font-family: var(--font-main);
border-radius: 4px;
}
.font-btn:hover {
border-color: var(--primary-color);
color: var(--primary-color);
}
.font-btn.active {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
} .single-layout {
display: grid;
grid-template-columns: 1fr 340px;
gap: 30px;
padding: 10px 0 40px;
} .article-content {
font-size: 17px;
line-height: 1.85;
color: var(--text-color);
transition: font-size 0.2s ease;
}
.article-content p { margin-bottom: 20px; }
.article-content h2 { font-size: 24px; margin: 30px 0 15px; font-weight: 700; }
.article-content h3 { font-size: 20px; margin: 25px 0 12px; font-weight: 700; }
.article-content img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 6px; }
.article-content blockquote {
border-left: 4px solid var(--primary-color);
padding: 18px 24px;
margin: 25px 0;
background: #f8f9fa;
font-style: italic;
font-size: 18px;
color: #444;
border-radius: 0 8px 8px 0;
}
.article-content ul, .article-content ol {
margin: 15px 0;
padding-left: 25px;
}
.article-content li { margin-bottom: 8px; }
.article-content a { color: var(--primary-color); text-decoration: underline; }
.article-content a:hover { text-decoration: none; } .article-content.font-small { font-size: 15px; }
.article-content.font-large { font-size: 19px; }
.article-content.font-xlarge { font-size: 21px; } .article-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 25px 0;
padding-top: 20px;
border-top: 1px solid var(--border-color);
align-items: center;
}
.tags-label {
font-size: 14px;
font-weight: 700;
color: var(--text-color);
margin-right: 5px;
}
.tags-label i { color: var(--primary-color); }
.article-tags a {
display: inline-block;
padding: 5px 14px;
background: #f0f0f0;
font-size: 13px;
font-weight: 600;
color: var(--text-color);
transition: all 0.2s;
text-decoration: none;
border-radius: 4px;
}
.article-tags a:hover {
background: var(--primary-color);
color: #fff;
} .article-bottom-share {
margin: 20px 0;
padding: 18px 0;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
display: flex;
align-items: center;
gap: 15px;
flex-wrap: wrap;
}
.article-bottom-share__label {
font-size: 14px;
font-weight: 700;
color: var(--text-color);
} .related-bottom {
margin: 30px 0;
padding: 25px 0 0;
border-top: 1px solid var(--border-color);
}
.related-bottom__title {
font-size: 18px;
font-weight: 800;
text-transform: uppercase;
margin-bottom: 18px;
padding-bottom: 10px;
border-bottom: 3px solid var(--primary-color);
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--text-color);
}
.related-bottom__title i {
color: var(--primary-color);
}
.related-bottom__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.related-bottom__card {
display: block;
background: var(--white);
border-radius: 8px;
overflow: hidden;
box-shadow: 0 1px 8px rgba(0,0,0,0.06);
transition: transform 0.2s, box-shadow 0.2s;
text-decoration: none;
}
.related-bottom__card:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.related-bottom__image {
width: 100%;
height: 140px;
overflow: hidden;
}
.related-bottom__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.related-bottom__card:hover .related-bottom__image img {
transform: scale(1.06);
}
.related-bottom__placeholder {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #667eea, #764ba2);
display: flex;
align-items: center;
justify-content: center;
color: rgba(255,255,255,0.5);
font-size: 28px;
}
.related-bottom__info {
padding: 12px 14px;
}
.related-bottom__cat {
display: inline-block;
font-size: 10px;
font-weight: 700;
color: var(--primary-color);
text-transform: uppercase;
margin-bottom: 5px;
}
.related-bottom__info h4 {
font-size: 14px;
font-weight: 700;
color: var(--text-color);
line-height: 1.35;
margin: 0 0 6px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.related-bottom__date {
font-size: 11px;
color: var(--text-light);
display: flex;
align-items: center;
gap: 4px;
} .single-sidebar { position: relative; }
.sidebar-widget {
margin-bottom: 25px;
padding: 20px;
background: #f8f9fa;
border-radius: 8px;
}
.sidebar-widget--sticky {
position: sticky;
top: 80px;
}
.sidebar-widget__title {
font-size: 15px;
font-weight: 800;
color: var(--secondary-color);
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 3px solid var(--primary-color);
display: inline-block;
text-transform: uppercase;
} .sidebar-most-read {
background: var(--white);
border: 1px solid var(--border-color);
}
.sidebar-most-read__list {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-most-read__list li {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #f0f0f0;
}
.sidebar-most-read__list li:last-child { border-bottom: none; }
.sidebar-most-read__num {
flex-shrink: 0;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-color);
color: #fff;
font-size: 13px;
font-weight: 800;
border-radius: 50%;
}
.sidebar-most-read__list li a {
font-size: 14px;
font-weight: 600;
line-height: 1.4;
color: var(--text-color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.sidebar-most-read__list li a:hover {
color: var(--primary-color);
} .related-news-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.related-news-item {
display: flex;
gap: 10px;
align-items: flex-start;
padding-bottom: 12px;
border-bottom: 1px solid #e8e8e8;
}
.related-news-item:last-child { border-bottom: none; padding-bottom: 0; }
.related-news-item__time {
font-size: 12px;
font-weight: 700;
color: var(--primary-color);
flex-shrink: 0;
min-width: 40px;
}
.related-news-item__title {
font-size: 14px;
font-weight: 600;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.related-news-item__title a:hover { color: var(--primary-color); } .comments-section {
margin-top: 35px;
padding-top: 25px;
border-top: 1px solid var(--border-color);
}
.comments-section__title {
font-size: 20px;
font-weight: 800;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid var(--primary-color);
display: inline-flex;
align-items: center;
gap: 8px;
}
.comments-section__title i {
color: var(--primary-color);
}
.comment-count {
font-weight: 400;
font-size: 16px;
color: var(--text-light);
} .comment-list {
list-style: none;
padding: 0;
margin: 0 0 25px;
}
.comment-list .children {
list-style: none;
padding-left: 40px;
margin: 0;
}
.comment-item { margin-bottom: 0; }
.comment-item > .comment-body {
display: flex;
gap: 14px;
padding: 18px 0;
border-bottom: 1px solid #f0f0f0;
}
.comment-avatar img {
width: 48px;
height: 48px;
border-radius: 50%;
flex-shrink: 0;
}
.comment-content {
flex: 1;
min-width: 0;
}
.comment-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 6px;
flex-wrap: wrap;
}
.comment-author-name {
font-size: 14px;
font-weight: 700;
color: var(--text-color);
}
.comment-author-name a { color: var(--text-color); text-decoration: none; }
.comment-author-name a:hover { color: var(--primary-color); }
.author-badge {
display: inline-flex;
align-items: center;
gap: 4px;
background: var(--primary-color);
color: #fff;
font-size: 10px;
font-weight: 700;
padding: 2px 8px;
border-radius: 10px;
margin-left: 6px;
}
.comment-date {
font-size: 12px;
color: var(--text-light);
display: flex;
align-items: center;
gap: 4px;
}
.comment-moderation {
background: #fff3cd;
color: #856404;
padding: 8px 12px;
border-radius: 6px;
font-size: 13px;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 6px;
}
.comment-text {
font-size: 15px;
line-height: 1.6;
color: var(--text-color);
margin-bottom: 8px;
}
.comment-text p { margin: 0; }
.comment-actions {
display: flex;
align-items: center;
gap: 16px;
}
.comment-like-btn {
display: inline-flex;
align-items: center;
gap: 5px;
background: none;
border: 1px solid var(--border-color);
padding: 4px 12px;
border-radius: 16px;
font-size: 13px;
color: var(--text-light);
cursor: pointer;
transition: all 0.2s;
font-family: var(--font-main);
}
.comment-like-btn:hover {
border-color: var(--primary-color);
color: var(--primary-color);
}
.comment-like-btn.liked {
border-color: var(--primary-color);
color: var(--primary-color);
background: #ffeaea;
}
.comment-like-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.comment-reply { font-size: 13px; }
.comment-reply a { color: var(--text-light); font-weight: 600; text-decoration: none; }
.comment-reply a:hover { color: var(--primary-color); } .comment-form-wrapper {
background: #f8f9fa;
border-radius: 10px;
padding: 20px;
margin-bottom: 20px;
}
.comment-form-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 12px;
}
.comment-user-avatar { width: 40px; height: 40px; border-radius: 50%; }
.comment-user-name { font-size: 14px; font-weight: 700; color: var(--text-color); }
.comment-form textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid var(--border-color);
border-radius: 8px;
outline: none;
font-size: 15px;
font-family: var(--font-main);
resize: vertical;
min-height: 80px;
transition: border-color 0.2s;
background: #fff;
}
.comment-form textarea:focus { border-color: var(--primary-color); }
.comment-form__footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 10px;
gap: 12px;
flex-wrap: wrap;
}
.comment-form__rules {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: var(--text-light);
}
.comment-form__rules input[type="checkbox"] {
width: 16px;
height: 16px;
accent-color: var(--primary-color);
}
.comment-form__rules a { color: var(--primary-color); font-weight: 600; }
.comment-submit-btn {
background: var(--primary-color);
color: #fff;
padding: 10px 24px;
border: none;
border-radius: 6px;
font-size: 14px;
font-weight: 700;
cursor: pointer;
font-family: var(--font-main);
display: inline-flex;
align-items: center;
gap: 6px;
transition: background 0.2s;
}
.comment-submit-btn:hover { background: var(--secondary-color); } .comment-login-prompt {
text-align: center;
padding: 30px 20px;
background: #f8f9fa;
border-radius: 10px;
margin-bottom: 20px;
}
.comment-login-prompt i { font-size: 28px; color: var(--text-light); margin-bottom: 10px; display: block; }
.comment-login-prompt p { font-size: 15px; color: var(--text-light); margin: 0; }
.comment-login-prompt a { color: var(--primary-color); font-weight: 700; } .no-comments {
text-align: center;
padding: 30px 20px;
color: var(--text-light);
font-size: 15px;
}
.no-comments-box {
text-align: center;
padding: 30px 20px;
color: var(--text-light);
}
.no-comments-box i { font-size: 36px; margin-bottom: 10px; display: block; color: #ccc; }
.no-comments-box p { font-size: 15px; margin: 0; line-height: 1.6; } .comment-navigation {
display: flex;
justify-content: space-between;
padding: 15px 0;
border-top: 1px solid var(--border-color);
margin-bottom: 20px;
}
.comment-navigation a {
color: var(--primary-color);
font-weight: 600;
font-size: 13px;
} @media (max-width: 1024px) {
.single-layout { grid-template-columns: 1fr 280px; gap: 25px; }
.article-title { font-size: 26px; }
.related-bottom__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.single-layout { grid-template-columns: 1fr; gap: 30px; }
.article-title { font-size: 22px; }
.article-subtitle { font-size: 15px; }
.article-meta-bar { flex-direction: column; align-items: flex-start; }
.article-meta-bar__right { width: 100%; }
.article-actions { width: 100%; justify-content: space-between; }
.article-main-img { max-height: 360px; }
.article-content { font-size: 16px; }
.related-bottom__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
.related-bottom__image { height: 120px; }
.comment-list .children { padding-left: 20px; }
}
@media (max-width: 480px) {
.article-title { font-size: 20px; }
.article-subtitle { font-size: 14px; }
.article-content { font-size: 15px; }
.article-meta-bar__info { gap: 8px; }
.article-meta-bar__info span { font-size: 11px; }
.article-figure { border-radius: 0; margin-left: -16px; margin-right: -16px; }
.related-bottom__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.related-bottom__image { height: 100px; }
.related-bottom__info h4 { font-size: 13px; }
.share-btn { width: 32px; height: 32px; font-size: 13px; }
.sidebar-widget { padding: 16px; }
}.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; }
}.wpd-tepkiler {
margin: 28px 0;
padding: 20px;
background: #f7f8fa;
border: 1px solid #eaecef;
border-radius: 12px;
}
.wpd-tepkiler__baslik {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 14px;
font-size: 15px;
font-weight: 700;
color: #333;
}
.wpd-tepkiler__toplam { font-size: 13px; font-weight: 500; color: #888; }
.wpd-tepkiler__liste {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 10px;
}
.wpd-tepki {
display: flex;
flex-direction: column;
align-items: center;
gap: 5px;
padding: 12px 6px;
background: #fff;
border: 1px solid #e4e6ea;
border-radius: 10px;
cursor: pointer;
transition: transform .12s ease, border-color .12s, background .12s;
}
.wpd-tepki:hover { transform: translateY(-3px); border-color: #d0d3d8; }
.wpd-tepki.is-aktif { border-color: var(--primary-color, #d32f2f); background: #fff5f5; }
.wpd-tepki__emoji { font-size: 26px; line-height: 1; }
.wpd-tepki__ad { font-size: 11.5px; color: #666; font-weight: 600; }
.wpd-tepki__sayi { font-size: 13px; font-weight: 800; color: #333; font-variant-numeric: tabular-nums; }
.wpd-tepki.is-aktif .wpd-tepki__sayi { color: var(--primary-color, #d32f2f); } .article-gallery { margin: 18px 0 24px; }
.article-gallery__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
}
.article-gallery__item {
display: block;
aspect-ratio: 4 / 3;
border-radius: 8px;
overflow: hidden;
cursor: zoom-in;
}
.article-gallery__item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .25s ease;
}
.article-gallery__item:hover img { transform: scale(1.06); }
.article-gallery__sayi {
display: inline-block;
margin-top: 8px;
font-size: 13px;
color: #888;
}
.wpd-lightbox {
position: fixed;
inset: 0;
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, .92);
}
.wpd-lightbox.is-acik { display: flex; }
.wpd-lightbox__img {
max-width: 92vw;
max-height: 86vh;
border-radius: 6px;
box-shadow: 0 10px 40px rgba(0,0,0,.5);
}
.wpd-lightbox__kapat,
.wpd-lightbox__nav {
position: absolute;
background: rgba(255,255,255,.12);
color: #fff;
border: 0;
cursor: pointer;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: background .15s;
}
.wpd-lightbox__kapat:hover,
.wpd-lightbox__nav:hover { background: rgba(255,255,255,.28); }
.wpd-lightbox__kapat { top: 20px; right: 20px; width: 46px; height: 46px; font-size: 22px; }
.wpd-lightbox__nav { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 22px; }
.wpd-lightbox__nav--prev { left: 18px; }
.wpd-lightbox__nav--next { right: 18px; }
.wpd-lightbox__sayac {
position: absolute;
bottom: 22px;
left: 50%;
transform: translateX(-50%);
color: #fff;
font-size: 14px;
background: rgba(0,0,0,.5);
padding: 5px 14px;
border-radius: 20px;
} .wpd-aktif-yorumcular__baslik {
font-size: 15px;
font-weight: 700;
margin: 0 0 14px;
color: #111;
}
.wpd-aktif-yorumcular__baslik i { color: #f5a623; margin-right: 6px; }
.wpd-aktif-yorumcular__liste {
list-style: none;
margin: 0;
padding: 0;
counter-reset: yorumcu;
}
.wpd-aktif-yorumcular__kisi {
display: flex;
align-items: center;
gap: 10px;
padding: 8px 0;
border-bottom: 1px solid #f0f0f0;
counter-increment: yorumcu;
}
.wpd-aktif-yorumcular__kisi::before {
content: counter(yorumcu);
flex-shrink: 0;
width: 22px;
font-weight: 800;
color: #bbb;
font-size: 13px;
text-align: center;
}
.wpd-aktif-yorumcular__kisi:nth-child(1)::before { color: #f5a623; }
.wpd-aktif-yorumcular__kisi:nth-child(2)::before { color: #9aa0a6; }
.wpd-aktif-yorumcular__kisi:nth-child(3)::before { color: #cd7f32; }
.wpd-aktif-yorumcular__kisi img { width: 34px; height: 34px; border-radius: 50%; }
.wpd-aktif-yorumcular__ad { flex: 1; font-size: 14px; color: #333; }
.wpd-aktif-yorumcular__sayi {
font-size: 12px;
font-weight: 700;
color: #888;
background: #f2f3f5;
padding: 2px 9px;
border-radius: 12px;
} .comment-guest-note {
background: #f7f8fa;
border: 1px solid #eaecef;
border-radius: 8px;
padding: 10px 14px;
font-size: 13.5px;
color: #666;
margin-bottom: 14px;
}
.comment-guest-note i { color: var(--primary-color, #d32f2f); margin-right: 6px; }
.comment-guest-note a { color: var(--primary-color, #d32f2f); font-weight: 600; }
.comment-form-author,
.comment-form-email { display: inline-block; width: calc(50% - 8px); }
.comment-form-author { margin-right: 12px; }
.comment-form-author label,
.comment-form-email label { display: block; font-size: 13px; font-weight: 600; color: #555; margin-bottom: 5px; }
.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
width: 100%;
padding: 10px 12px;
border: 1px solid #d5d8dd;
border-radius: 8px;
font-size: 14px;
font-family: inherit;
}
.comment-form-hint { font-size: 11.5px; color: #aaa; }
.comment-report-btn {
background: none;
border: 0;
color: #aaa;
cursor: pointer;
font-size: 12.5px;
padding: 4px 8px;
transition: color .15s;
}
.comment-report-btn:hover { color: var(--primary-color, #d32f2f); }
.comment-report-btn.is-reported { color: var(--primary-color, #d32f2f); cursor: default; } .yorum-yap {
margin-top: 26px;
padding: 24px;
background: #fff;
border: 1px solid #e8eaed;
border-radius: 14px;
box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.yorum-yap__baslik {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 10px;
font-size: 18px;
font-weight: 700;
color: #111;
margin: 0 0 18px;
padding-bottom: 14px;
border-bottom: 1px solid #eef0f2;
}
.yorum-yap__baslik i { color: var(--primary-color, #d32f2f); }
.yorum-yap__baslik-kucuk { font-size: 12.5px; font-weight: 400; color: #999; margin-left: auto; } .yorum-yap__kimlik {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 14px;
background: #f7f8fa;
border-radius: 10px;
margin-bottom: 16px;
}
.yorum-yap__avatar { width: 44px; height: 44px; border-radius: 50%; }
.yorum-yap__ad { font-weight: 700; color: #111; display: block; font-size: 14.5px; }
.yorum-yap__rol { font-size: 12.5px; color: #888; } .yorum-yap__misafir {
display: flex;
align-items: center;
gap: 8px;
padding: 12px 14px;
background: #eff6ff;
border: 1px solid #dbeafe;
border-radius: 10px;
font-size: 13.5px;
color: #475569;
margin: 0 0 16px;
}
.yorum-yap__misafir i { color: #3b82f6; }
.yorum-yap__misafir a { color: var(--primary-color, #d32f2f); font-weight: 600; } .yorum-yap__satir { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.yorum-yap__alan { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.yorum-yap__satir .yorum-yap__alan { margin-bottom: 0; }
.yorum-yap__alan label { font-size: 13px; font-weight: 600; color: #444; }
.yorum-yap__alan label span { color: var(--primary-color, #d32f2f); }
.yorum-yap__alan small { font-size: 11.5px; color: #aaa; }
.yorum-yap__alan input,
.yorum-yap__alan textarea {
width: 100%;
padding: 12px 14px;
border: 1px solid #d9dce1;
border-radius: 9px;
font-size: 14px;
font-family: inherit;
background: #fcfcfd;
transition: border-color .15s, background .15s, box-shadow .15s;
}
.yorum-yap__alan input:focus,
.yorum-yap__alan textarea:focus {
outline: none;
border-color: var(--primary-color, #d32f2f);
background: #fff;
box-shadow: 0 0 0 3px rgba(211,47,47,.08);
}
.yorum-yap__alan textarea { resize: vertical; min-height: 110px; line-height: 1.6; } .yorum-yap__alt {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
margin-top: 4px;
}
.yorum-yap__kvkk { font-size: 12px; color: #999; margin: 0; max-width: 60%; line-height: 1.5; }
.yorum-yap__kvkk a { color: var(--primary-color, #d32f2f); }
.yorum-yap__btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--primary-color, #d32f2f);
color: #fff;
border: 0;
padding: 13px 26px;
border-radius: 24px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: filter .15s, transform .1s;
}
.yorum-yap__btn:hover { filter: brightness(1.08); }
.yorum-yap__btn:active { transform: scale(.98); } #respond.yorum-yap { scroll-margin-top: 90px; } @media (max-width: 640px) {
.wpd-tepkiler__liste { grid-template-columns: repeat(3, 1fr); }
.article-gallery__grid { grid-template-columns: repeat(3, 1fr); }
.yorum-yap { padding: 18px; }
.yorum-yap__satir { grid-template-columns: 1fr; gap: 0; }
.yorum-yap__satir .yorum-yap__alan { margin-bottom: 14px; }
.yorum-yap__baslik-kucuk { margin-left: 0; width: 100%; }
.yorum-yap__kvkk { max-width: 100%; }
.yorum-yap__alt { flex-direction: column; align-items: stretch; }
.yorum-yap__btn { justify-content: center; }
}.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}