/* blog/assets/css/style.css */

/* Genel Sayfa Stilleri */
body {	margin: 0; padding: 0; background-color: #eef1f5; color: #4a4a4a;   overflow-x: hidden; }
.blog-overall-container { max-width: 1180px; margin: 0 auto; padding: 25px 15px; display: flex; flex-wrap: wrap; gap: 30px; }
.blog-main-content { flex: 1; min-width: 0; background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); word-wrap: break-word; overflow-wrap: break-word; }
.blog-main-content img, .blog-main-content pre, .blog-main-content code, .blog-main-content table, .blog-main-content embed, .blog-main-content object, .blog-main-content video { max-width: 100%; height: auto; }
.blog-main-content pre { white-space: pre-wrap; word-break: break-all; }
.blog-sidebar { flex-basis: 300px; flex-grow: 0; min-width: 280px; }
@media (max-width: 992px) { .blog-main-content { order: 1; flex-basis: 100%;} .blog-sidebar { order: 2; flex-basis: 100%; margin-top: 20px;} }
@media (max-width: 767px) { .blog-main-content { padding: 20px; } }
h1, h2, h3, h4, h5, h6, .post-title-single, .widget-title, .comments-title, .comment-reply-title { color: #2c3e50; margin-top: 0; line-height: 1.3; font-weight: 600; }
h1, .post-title-single { font-size: 2.2em; border-bottom: 2px solid #3498db; padding-bottom: 0.5em; margin-bottom: 0.8em;}
.post-list .post-item { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.post-list .post-item:last-child { border-bottom: none; }
.post-list .post-thumbnail { flex-basis: 200px; flex-grow: 0; }
.post-list .post-thumbnail img { width: 100%; height: auto; border-radius: 5px; }
.post-list .post-content-wrap { flex: 1; min-width: 0; }
.post-list .post-item h2.post-title { font-size: 1.8em; margin-top:0; margin-bottom: 0.3em; }
.post-list .post-item h2.post-title a { color: #34495e; text-decoration: none; }
.post-list .post-item h2.post-title a:hover { color: #3498db; }
.widget-title { font-size: 1.3em; border-bottom: 1px solid #dfe6e9; padding-bottom: 0.6em; margin-bottom: 1em; }
.comments-title, .comment-reply-title { font-size: 1.5em; margin-bottom: 1em; padding-bottom: 0.5em; border-bottom: 1px solid #dfe6e9;}
.post-meta, .post-meta-single, .comment-metadata { font-size: 0.88em; color: #7f8c8d; margin-bottom: 1em; }
.comment-metadata time { margin-right: 0.8em; }
.post-excerpt p, .post-full-content p { margin-bottom: 1.2em; }
.post-full-content img { max-width: 100%; height: auto; border-radius: 6px; margin: 1em 0; display:block; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.post-full-content ul, .post-full-content ol { margin-left: 25px; margin-bottom: 1.2em; padding-left: 0; }
.post-full-content blockquote { border-left: 5px solid #3498db; padding: 10px 20px; margin: 1.5em 0; background-color: #f9f9f9; font-style: italic; color: #555; }
a { color: #3498db; text-decoration: none; }
a:hover { text-decoration: underline; color: #2980b9; }
.read-more-link { display: inline-block; margin-top: 0.8em; font-weight: bold; }
.comment-form .submit, .sidebar-widget form button[type="submit"] { background-color: #3498db; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; transition: background-color 0.2s ease; }
.comment-form .submit:hover, .sidebar-widget form button[type="submit"]:hover { background-color: #2980b9; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea, .comment-form select, .sidebar-widget form input[type="search"] { width: 100%; padding: 10px; border: 1px solid #ced4da; border-radius: 5px; box-sizing: border-box; font-size: 0.95em; margin-bottom: 15px; }
.comment-form textarea { min-height: 120px; resize: vertical; }
.comment-form label { display: block; margin-bottom: 6px; font-weight: 600; color: #495057; }
.comment-form .required { color: #e74c3c; }
.comment-notes { font-size: 0.85em; color: #6c757d; margin-bottom: 20px; }
.comment-form-rating { margin-bottom: 15px; }
.comment-form-rating-stars { display: inline-block; font-size: 1.6em; line-height: 1; }
.comment-form-rating-stars .star { cursor: pointer; color: #bdc3c7; margin-right: 2px; }
.comment-form-rating-stars .star.selected, .comment-form-rating-stars .star.hover { color: #f39c12 !important; }
.sidebar-widget { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.07); margin-bottom: 30px; }
.sidebar-widget ul { list-style-type: none; padding-left: 0; margin-bottom: 0; }
.sidebar-widget ul li { margin-bottom: 0.6em; }
.sidebar-widget ul li a { font-size: 0.95em; display: flex; justify-content: space-between; align-items: center; }
.sidebar-widget .post-count { font-size: 0.9em; background-color: #e9ecef; color: #6c757d; padding: 2px 6px; border-radius: 4px; }
.sidebar-widget .post-date { display: block; font-size: 0.8em; color: #95a5a6; margin-top: 2px; }
.sidebar-widget form { display: flex; }
.sidebar-widget form input[type="search"] { flex-grow: 1; border-radius: 5px 0 0 5px; margin-bottom:0;}
.sidebar-widget form button[type="submit"] { border-radius: 0 5px 5px 0; margin-left: -1px; width: auto; padding: 10px 15px; margin-bottom:0;}
.comments-list { margin-top: 2.5em; }
.commentlist { list-style-type: none; padding-left: 0; }
.commentlist li.comment { margin-bottom: 1.8em; padding: 20px; background-color: #fdfdfd; border: 1px solid #e7e7e7; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.commentlist .comment-author { font-weight: bold; color: #34495e; margin-bottom: 0.3em; }
.commentlist .comment-rating { margin-left: 0.8em; color: #f39c12; font-size: 0.9em; }
.commentlist .comment-content p { margin-bottom: 0.5em; font-size: 0.95em; }
.commentlist ol.children { list-style-type: none; padding-left: 0; }
.commentlist ol.children > li.comment { margin-left: 30px; border-left: 3px dotted #c0c0c0; padding-left: 15px; margin-top: 15px; background-color: #f9f9f9; }
.commentlist .reply { font-size: 0.85em; font-weight: bold; margin-top: 8px; text-align: right; }
.commentlist .reply a { color: #007bff; text-decoration: none; padding: 4px 8px; border-radius: 3px; }
.commentlist .reply a:hover { background-color: #007bff; color: white; }
#cancel-comment-reply-link { font-size: 0.8em; text-decoration: none; color: #e74c3c; margin-left: 10px; font-weight: normal; }
#cancel-comment-reply-link:hover { text-decoration: underline; }
.comment-flash-message { padding: 12px 18px; margin-bottom: 20px; border-radius: 5px; border: 1px solid transparent; text-align:center; font-weight:500;}
.comment-flash-message.success { color: #27ae60; background-color: #e9f7ef; border-color: #a7dfbe; }
.comment-flash-message.danger { color: #e74c3c; background-color: #fbecec; border-color: #f5c6cb; }
code { background-color: #f0f2f5; padding: 0.2em 0.5em; border-radius: 4px; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 90%; color: #2c3e50;}
.pagination-container { text-align: center; margin-top: 30px; }
.pagination { list-style: none; display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.pagination li { display: inline; }
.pagination li a, .pagination li span { position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #3498db; background-color: #fff; border: 1px solid #dee2e6; text-decoration: none; }
.pagination li:first-child a, .pagination li:first-child span { margin-left: 0; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; }
.pagination li:last-child a, .pagination li:last-child span { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; }
.pagination li.active a, .pagination li.active span { z-index: 1; color: #fff; background-color: #3498db; border-color: #3498db; }
.pagination li.disabled span { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6; }
.pagination li a:hover { color: #2980b9; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }
.archive-header { margin-bottom: 2em; }
.archive-title { border-bottom: none; padding-bottom: 0; margin-bottom: 0.2em; }
.archive-description { font-size: 1.1em; color: #6c757d; }