#main-content{
	margin:0;
	padding:0;
}
/* Layout & Container */
.hc-blog-wrapper { background-color: #f9f9f9; padding: 60px 0; border-top: 1px solid #dfdfdf;}
.hc-container { max-width: 1140px; margin: 0 auto; padding: 0 15px; }
.hc-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.hc-col-lg-8 { width: 66.66%; padding: 0 15px; box-sizing: border-box; }
.hc-col-lg-4 { width: 33.33%; padding: 0 15px; box-sizing: border-box; }

/* Article Design */
.hc-single-post { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 30px; }
.hc-post-header { margin-bottom: 30px; }
.hc-post-cat-links { margin-bottom: 10px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; color: #ff6600; } /* Turuncu yapıldı */
.hc-post-cat-links a { color: #ff6600; text-decoration: none; transition: 0.3s; }
.hc-post-cat-links a:hover { color: #e65c00; }
.hc-entry-title { font-size: 2.8rem; line-height: 1.2; color: #1a1a1a; margin-bottom: 20px; font-weight: 800; }
.hc-post-meta { display: flex; gap: 20px; color: #888; font-size: 0.9rem; }
.hc-meta-item i { margin-right: 5px; color: #ff6600; } /* Turuncu yapıldı */

.hc-post-thumbnail { margin: 0 -40px 30px -40px; }
.hc-post-thumbnail img { width: 100%; height: auto; display: block; border-radius: 4px; }

.hc-entry-content { font-size: 1.15rem; line-height: 1.8; color: #444; }
.hc-entry-content p { margin-bottom: 25px; }
.hc-entry-content a {    color: #ff6600; }
/* Widgets & Sidebar */
.hc-sticky-sidebar { position: sticky; top: 120px; }
.hc-widget { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 30px; }
.hc-widget-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid #f0f0f0; position: relative; }
.hc-widget-title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 50px; height: 2px; background: #ff6600; } /* Turuncu Alt Çizgi */

/* Category List */
.hc-category-list { list-style: none; padding: 0; }
.hc-category-list li a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f5f5f5; text-decoration: none; color: #333; transition: all 0.3s; font-weight: 500; }
.hc-category-list li a:hover { color: #ff6600; padding-left: 5px; } /* Hover Turuncu */
.hc-category-list mark { background: #f0f0f0; color: #666; font-size: 0.75rem; padding: 2px 8px; border-radius: 4px; transition: 0.3s; }
.hc-category-list li a:hover mark { background: #ff6600; color: #fff; }

/* Recent Posts */
.hc-recent-post-item { display: flex; gap: 15px; margin-bottom: 20px; align-items: center; }
.hc-recent-thumb { width: 70px; height: 70px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.hc-recent-thumb img { width: 100%; height: 100%; object-fit: cover; }
.hc-recent-details a { display: block; font-weight: 600; font-size: 0.95rem; color: #1a1a1a; text-decoration: none; line-height: 1.4; margin-bottom: 5px; transition: 0.3s; }
.hc-recent-details a:hover { color: #ff6600; }
.hc-recent-details time { font-size: 0.8rem; color: #aaa; }


/* Archive Header */
.hc-archive-header { text-align: center; margin-bottom: 50px; }
.hc-archive-title { font-size: 3rem; font-weight: 800; color: #1a1a1a; margin-bottom: 15px; }
.hc-archive-description { color: #666; font-size: 1.1rem; max-width: 700px; margin: 0 auto; }

/* Blog Grid */
.hc-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* Blog Card */
.hc-blog-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.hc-blog-card:hover { transform: translateY(-5px); }
.hc-card-thumb img { width: 100%; height: 220px; object-fit: cover; display: block; }

.hc-card-content { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
.hc-card-meta { display: flex; justify-content: space-between; font-size: 0.8rem; color: #999; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.hc-card-cat { color: #ff6600; font-weight: 700; }

.hc-card-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 15px; line-height: 1.3; }
.hc-card-title a { text-decoration: none; color: #1a1a1a; transition: 0.3s; }
.hc-card-title a:hover { color: #ff6600; }

.hc-card-excerpt { color: #555; font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; }
.hc-read-more { color: #ff6600; text-decoration: none; font-weight: 700; font-size: 0.9rem; margin-top: auto; transition: 0.3s; }
.hc-read-more:hover { color: #e65c00; padding-left: 5px; }

/* Pagination */
.hc-pagination { text-align: center; margin-top: 50px; }
.hc-pagination .page-numbers { display: inline-block; padding: 8px 16px; margin: 0 4px; background: #fff; border-radius: 6px; text-decoration: none; color: #333; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.hc-pagination .page-numbers.current { background: #ff6600; color: #fff; }

/* Responsive Grid */
@media (max-width: 991px) { .hc-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .hc-blog-grid { grid-template-columns: 1fr; } .hc-archive-title { font-size: 2.2rem; } }

/* Responsive */
@media (max-width: 991px) {
    .hc-col-lg-8, .hc-col-lg-4 { width: 100%; }
    .hc-single-post { padding: 25px; }
    .hc-post-thumbnail { margin: 0 -25px 30px -25px; }
    .hc-entry-title { font-size: 2rem; }
}