

body.blog-single .u-header,
body.blog-single .u-header *,
body.tekiner-blog .u-header,
body.tekiner-blog .u-header * {
}

body.blog-single .u-header,
body.tekiner-blog .u-header,
body.blog-single .u-header .u-sheet,
body.tekiner-blog .u-header .u-sheet,
body.blog-single .u-header .u-container-layout,
body.tekiner-blog .u-header .u-container-layout {
    max-width: 100% !important;
    width: 100% !important;
}

body.blog-single .tekiner-kategori-page .container,
body.tekiner-blog .tekiner-kategori-page .container {
    max-width: 100%;
    padding: 1.5rem 3cm 0;
    padding-bottom: 50px; 
}

.tekiner-blog-single {
    max-width: 100%;
    margin: 1.5rem 0 0;
    padding: 0;
    width: 100%;
}

.blog-single-header {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e0e0e0;
}

.blog-single-title,
.tekiner-blog-single .blog-single-title,
h1.blog-single-title {
    font-size: 25px !important;
    font-weight: 700 !important;
    color: #333;
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.4px;
    line-height: 1.35;
}

.blog-single-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.blog-single-date {
    margin-right: 0.5rem;
}

.blog-single-separator {
    margin: 0 0.5rem;
    color: #ccc;
}

.blog-single-author {
    color: #666;
}

.blog-single-image {
    margin: 2rem 0 2.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    margin-left: 0;
    margin-right: 0;
}

.blog-single-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.blog-single-content,
.tekiner-blog-single .blog-single-content,
.blog-single-content p,
.blog-single-content div {
    font-size: 15px !important;
    line-height: 1.75;
    color: #555;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.blog-single-header {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.blog-single-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 2.25rem 0 1rem 0;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.blog-single-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 1.875rem 0 0.875rem 0;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.blog-single-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 1.5rem 0 0.75rem 0;
    letter-spacing: -0.3px;
    line-height: 1.4;
}

.blog-single-content p {
    margin-bottom: 1.125rem;
}

.blog-single-content ul,
.blog-single-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-single-content li {
    margin-bottom: 0.5rem;
}

.blog-single-content a {
    color: #002741;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.blog-single-content a:hover {
    color: #003d5c;
}

.blog-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
}

.blog-single-content blockquote {
    border-left: 4px solid #002741;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #666;
}

.blog-single-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.blog-single-tags {
    margin-bottom: 2rem;
}

.tags-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-right: 1rem;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.tag-item {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tag-item:hover {
    background: #002741;
    color: #ffffff;
    border-color: #002741;
}

.blog-single-share {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.share-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.share-buttons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #ffffff;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.share-btn:hover {
    background: #002741;
    color: #ffffff;
    border-color: #002741;
    transform: translateY(-2px);
}

.share-btn.copied {
    background: #16a34a;
    border-color: #16a34a;
    color: #ffffff;
}

.share-facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.share-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.share-linkedin:hover {
    background: #0a66c2;
    border-color: #0a66c2;
}

.blog-related-posts {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.related-posts-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 2rem 0;
    letter-spacing: -0.3px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    width: 100%;
    margin: 0;
    padding: 0;
}

.related-posts-grid .tekiner-blog-card {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 0; 
    overflow: hidden;
    border: 2px solid #e8e8e8; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.related-posts-grid .tekiner-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    border-color: #002741; 
}

.related-posts-grid .blog-card-image {
    width: 100%;
    height: 280px; 
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #e8e8e8; 
}

.related-posts-grid .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-posts-grid .tekiner-blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.related-posts-grid .blog-card-content {
    padding: 1.75rem; 
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem; 
}

.related-posts-grid .blog-card-category {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    background: transparent; 
    color: #002741;
    font-size: 12px;
    font-weight: 500; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    border-radius: 0; 
    border: 1px solid #002741; 
    align-self: flex-start;
    transition: all 0.2s ease;
}

.related-posts-grid .blog-card-category:hover {
    background: #002741;
    color: #ffffff;
}

.related-posts-grid .blog-card-title {
    font-size: 22px; 
    font-weight: 400; 
    color: #1a1a1a; 
    margin: 0; 
    line-height: 1.35; 
    letter-spacing: -0.4px; 
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.related-posts-grid .blog-card-excerpt {
    font-size: 15px;
    line-height: 1.7; 
    color: #555; 
    margin: 0; 
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.related-posts-grid .blog-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 2px solid #e8e8e8; 
}

.related-posts-grid .blog-card-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.related-posts-grid .blog-card-meta-label {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.related-posts-grid .blog-card-date,
.related-posts-grid .blog-card-author {
    font-size: 15px;
    font-weight: 600;
    color: #002741;
    letter-spacing: -0.2px;
}

.related-posts-grid .blog-card-date {
    margin: 0;
}

.related-posts-grid .blog-card-author {
    color: #002741;
    margin: 0;
}

@media (max-width: 1200px) {
    .related-posts-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.75rem;
    }
}

@media (max-width: 992px) {
    .related-posts-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .blog-related-posts {
        margin-top: 3rem;
        padding-top: 2rem;
    }
    
    .related-posts-title {
        font-size: 22px;
        margin-bottom: 1.5rem;
    }
    
    .related-posts-grid .blog-card-image {
        height: 220px;
    }
    
    .related-posts-grid .blog-card-content {
        padding: 1.5rem; 
        gap: 0.875rem; 
    }
    
    .related-posts-grid .blog-card-category {
        background: transparent; 
        border: 1px solid #002741; 
        color: #002741;
    }
    
    .related-posts-grid .blog-card-title {
        font-size: 18px;
        font-weight: 400; 
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    
    .related-posts-grid .blog-card-excerpt {
        font-size: 14px;
        margin-bottom: 0;
        -webkit-line-clamp: 2; 
    }
    
    .related-posts-grid .blog-card-meta {
        gap: 0.75rem; 
        padding-top: 1rem; 
    }
    
    .related-posts-grid .blog-card-meta-label {
        font-size: 10px; 
    }
    
    .related-posts-grid .blog-card-date,
    .related-posts-grid .blog-card-author {
        font-size: 14px; 
    }
}

@media (max-width: 768px) {
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .blog-related-posts {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    
    .related-posts-title {
        font-size: 20px;
        margin-bottom: 1.25rem;
    }
    
    .related-posts-grid .blog-card-image {
        height: 220px;
    }
    
    .related-posts-grid .blog-card-content {
        padding: 1.25rem; 
        gap: 0.75rem; 
    }
    
    .related-posts-grid .blog-card-category {
        background: transparent; 
        border: 1px solid #002741; 
        color: #002741;
    }
    
    .related-posts-grid .blog-card-title {
        font-size: 17px;
        font-weight: 400; 
        margin-bottom: 0;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    
    .related-posts-grid .blog-card-excerpt {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 0;
        -webkit-line-clamp: 2; 
    }
    
    .related-posts-grid .blog-card-meta {
        gap: 0.625rem; 
        padding-top: 0.875rem; 
    }
    
    .related-posts-grid .blog-card-meta-label {
        font-size: 10px; 
    }
    
    .related-posts-grid .blog-card-date,
    .related-posts-grid .blog-card-author {
        font-size: 13px; 
    }
    
    .blog-single-footer {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }
    
    .blog-single-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .tags-list {
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .related-posts-grid .blog-card-image {
        height: 200px;
    }
    
    .related-posts-grid .blog-card-category {
        background: transparent; 
        border: 1px solid #002741; 
        color: #002741;
    }
    
    .related-posts-grid .blog-card-title {
        font-size: 16px;
        font-weight: 400; 
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    
    .related-posts-grid .blog-card-excerpt {
        font-size: 13px;
        -webkit-line-clamp: 2; 
    }
}

@media (max-width: 1200px) {
    body.blog-single .tekiner-kategori-page .container,
    body.tekiner-blog .tekiner-kategori-page .container {
        padding: 1.5rem 2.5cm 0;
        padding-bottom: 50px; 
    }
}

@media (max-width: 992px) {
    body.blog-single .tekiner-kategori-page .container,
    body.tekiner-blog .tekiner-kategori-page .container {
        padding: 1.5rem 2cm 0;
        padding-bottom: 50px; 
    }
    
    .tekiner-blog-single {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1.25rem;
    }
    
    .blog-single-header {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
    
    .blog-single-title,
    .tekiner-blog-single .blog-single-title,
    h1.blog-single-title {
        font-size: 23px !important;
    }
    
    .blog-single-content,
    .blog-single-content p,
    .blog-single-content div {
        font-size: 15px !important;
    }
    
    .blog-single-content h2 {
        font-size: 21px;
        margin: 2rem 0 0.875rem 0;
    }
    
    .blog-single-content h3 {
        font-size: 19px;
        margin: 1.75rem 0 0.75rem 0;
    }
    
    .blog-single-image {
        margin: 1.75rem 0 2rem 0;
        max-height: 450px;
    }
    
    .blog-single-image img {
        max-height: 450px;
    }
}

@media (max-width: 768px) {
    body.blog-single .tekiner-kategori-page .container,
    body.tekiner-blog .tekiner-kategori-page .container {
        padding: 1.25rem 1.5rem 0;
        padding-bottom: 50px; 
    }
    
    .tekiner-blog-single {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1rem;
    }
    
    .blog-single-header {
        margin-bottom: 1.25rem;
        padding-bottom: 0.875rem;
    }
    
    .blog-single-title,
    .tekiner-blog-single .blog-single-title,
    h1.blog-single-title {
        font-size: 22px !important;
        line-height: 1.3;
    }
    
    .blog-single-meta {
        font-size: 13px;
    }
    
    .blog-single-content,
    .blog-single-content p,
    .blog-single-content div {
        font-size: 15px !important;
        line-height: 1.7;
    }
    
    .blog-single-content h2 {
        font-size: 20px;
        margin: 1.75rem 0 0.75rem 0;
    }
    
    .blog-single-content h3 {
        font-size: 18px;
        margin: 1.5rem 0 0.625rem 0;
    }
    
    .blog-single-content h4 {
        font-size: 17px;
        margin: 1.25rem 0 0.625rem 0;
    }
    
    .blog-single-content p {
        margin-bottom: 1rem;
    }
    
    .blog-single-image {
        margin: 1.5rem 0 1.75rem 0;
        max-height: 350px;
        border-radius: 6px;
    }
    
    .blog-single-image img {
        max-height: 350px;
        border-radius: 6px;
    }
    
    .blog-single-content img {
        margin: 1.5rem 0;
        border-radius: 6px;
    }
    
    .blog-single-content ul,
    .blog-single-content ol {
        padding-left: 1.5rem;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 480px) {
    body.blog-single .tekiner-kategori-page .container,
    body.tekiner-blog .tekiner-kategori-page .container {
        padding: 1rem 1.25rem 0;
        padding-bottom: 50px; 
    }
    
    .blog-single-title,
    .tekiner-blog-single .blog-single-title,
    h1.blog-single-title {
        font-size: 20px !important;
    }
    
    .blog-single-image {
        max-height: 280px;
    }
    
    .blog-single-image img {
        max-height: 280px;
    }
}

