/* ========================================
   AysimaPOS Blog Post Detail CSS
   Version: 2.6.0 - Clean Compact Design
   ======================================== */

/* ========================================
   IMPORT Landing Page Design System
   ======================================== */
@import url('./landing/variables.css');

/* Breadcrumb Section */
.post-breadcrumb-section {
    background: var(--gray-50);
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--gray-200);
}

.post-breadcrumb-section .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    font-size: 0.8125rem;
}

.post-breadcrumb-section .breadcrumb-item a {
    color: var(--primary-600);
    text-decoration: none;
    transition: color 0.2s;
}

.post-breadcrumb-section .breadcrumb-item a:hover {
    color: var(--primary-700);
    text-decoration: underline;
}

.post-breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    color: var(--gray-600);
}

.post-breadcrumb-section .breadcrumb-item.active {
    color: var(--gray-600);
}

/* Post Header - Compact */
.post-header-compact {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray-200);
}

.post-header-compact .post-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    color: var(--gray-800);
    text-align: center;
}

.post-header-compact .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: var(--gray-600);
}

.post-header-compact .meta-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.post-header-compact .meta-divider {
    color: var(--gray-300);
    font-weight: 300;
}

.post-header-compact .author-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--primary-600);
}

.post-header-compact .author-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.post-header-compact .author-link:hover {
    opacity: 0.8;
}

.post-header-compact .author-link:hover .author-name {
    color: var(--primary-600);
}

.post-header-compact .author-name {
    font-weight: 600;
    color: var(--gray-700);
    transition: color 0.2s ease;
}

.post-header-compact .post-meta i {
    color: var(--primary-600);
    font-size: 0.8125rem;
}

/* Featured Image */
.post-featured-image {
    margin-bottom: 1.75rem;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: block;
}

.post-featured-image figcaption {
    font-size: 0.8125rem;
    font-style: italic;
}

/* Post Body - Compact Design */
.post-body {
    background: white;
    padding: 2rem 0 1.5rem;
}

/* Grid pattern only on main content column (not sidebar) */
.post-body .col-lg-8 {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    padding: 1.5rem;
    border-radius: 12px;
}

.post-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
    padding: 0.75rem;
    border-radius: 12px;
}

.post-content h1 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.875rem;
    color: var(--gray-900);
    line-height: 1.2;
    border-bottom: 2px solid var(--primary-600);
    padding-bottom: 0.375rem;
}

.post-content h2 {
    font-size: 1.625rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--gray-900);
    line-height: 1.3;
}

.post-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    color: var(--gray-900);
    line-height: 1.4;
}

.post-content h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--gray-900);
    line-height: 1.4;
}

.post-content p {
    margin-bottom: 0.875rem;
}

.post-content ul,
.post-content ol {
    margin-bottom: 1.125rem;
    padding-left: 1.75rem;
}

.post-content li {
    margin-bottom: 0.375rem;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem auto;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Blog Image Figure - SEO friendly with styled caption */
.post-content figure.blog-image {
    margin: 2rem 0;
    text-align: center;
}

.post-content figure.blog-image img {
    margin: 0 auto 0.75rem;
}

.post-content figure.blog-image figcaption {
    font-size: 0.875rem;
    font-style: italic;
    color: var(--gray-600);
    line-height: 1.5;
    padding: 0 1rem;
    margin-top: 0.5rem;
}

.dark-mode .post-content figure.blog-image figcaption {
    color: var(--gray-400);
}

.post-content blockquote {
    border-left: 4px solid var(--primary-600);
    padding: 1.25rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: var(--gray-600);
    background-color: var(--gray-50);
    border-radius: 8px;
}

/* Formula Boxes - Renkli Formül Kutuları */
.post-content blockquote[style*="background-color"] {
    font-style: normal;
    font-weight: 600;
    font-size: 1.05em;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.post-content blockquote[style*="#f0f8ff"] {
    background-color: #f0f8ff !important;
    border-left-color: #2c5aa0 !important;
    color: #1a365d !important;
}

.post-content blockquote[style*="#fff3e0"] {
    background-color: #fff3e0 !important;
    border-left-color: #ff9800 !important;
    color: #e65100 !important;
}

.post-content blockquote[style*="background"] strong {
    display: block;
    margin: 0;
    font-size: 1.1em;
}

.post-content pre {
    background: var(--gray-50);
    border-radius: 8px;
    padding: 1.125rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.post-content code {
    background: var(--gray-50);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.post-content pre code {
    background: transparent;
    padding: 0;
}

/* Post Tags */
.post-tags {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-200);
}

.post-tags h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

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

.tag-badge {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    background: var(--gray-50);
    color: var(--gray-700);
    border-radius: 20px;
    font-size: 0.8125rem;
    transition: background 0.2s ease;
}

.tag-badge:hover {
    background: var(--gray-200);
}

/* Post Actions */
.post-actions {
    margin-top: 1.5rem;
    padding: 1.125rem;
    background: var(--gray-50);
    border-radius: 8px;
}

.category-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1.125rem;
    background: white;
    border: 2px solid var(--primary-600);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9375rem;
}

.category-badge a {
    color: var(--primary-600);
    text-decoration: none;
}

.category-badge a:hover {
    text-decoration: underline;
}

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

.share-buttons.justify-content-md-end {
    justify-content: flex-end;
}

.share-buttons span {
    font-weight: 600;
    color: var(--gray-600);
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: white;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn.whatsapp {
    background: #25d366;
}

/* Author Box - E-E-A-T SEO Optimized (Modern Table Design) */
.author-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Author Card Table Layout */
.author-card-table {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Avatar Cell */
.author-avatar-cell {
    flex-shrink: 0;
}

.author-box .author-avatar-link {
    display: block;
    position: relative;
}

.author-box .author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e5e7eb;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.author-box .author-avatar:hover {
    transform: scale(1.05);
    border-color: #2563eb;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
}

/* Details Cell */
.author-details-cell {
    flex: 1;
    min-width: 0;
}

.author-box .author-name-link {
    text-decoration: none;
}

.author-box .author-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    color: #1f2937;
    transition: color 0.3s ease;
}

.author-box .author-name-link:hover .author-name {
    color: #2563eb;
}

/* Author Profession (Real Job + Company) */
.author-box .author-profession {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.375rem;
    font-size: 0.9375rem;
    color: #4b5563;
    margin-bottom: 0.125rem;
}

.author-box .author-job {
    font-weight: 600;
    color: #374151;
}

.author-box .author-company {
    color: #6b7280;
}

/* Role Badge - Inline Style (under job title) */
.author-role-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border: 1px solid #fecaca;
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #dc2626;
    white-space: nowrap;
}

.author-role-badge i {
    font-size: 0.75rem;
    opacity: 0.85;
}

/* Social Cell */
.author-social-cell {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.author-box .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.author-box .social-btn.email {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.author-box .social-btn.linkedin {
    background: linear-gradient(135deg, #0077b5 0%, #005582 100%);
}

.author-box .social-btn.twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #0c85d0 100%);
}

.author-box .social-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Quick Stats Row */
.author-box .author-quick-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.author-box .quick-stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.author-box .quick-stat i {
    color: #2563eb;
    font-size: 0.875rem;
    opacity: 0.8;
}

.author-box .quick-stat strong {
    color: #1f2937;
    font-weight: 700;
}

.author-box .quick-stat.expertise {
    color: #059669;
}

.author-box .quick-stat.expertise i {
    color: #059669;
}

/* Short Bio */
.author-box .author-bio-short {
    margin: 0;
    padding: 1rem 0 0 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6b7280;
    border-top: 1px solid #f3f4f6;
}

/* Profile Button */
.author-box .author-profile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.author-box .author-profile-btn:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
    color: white;
}

/* Responsive Design */
@media (max-width: 992px) {
    .author-card-table {
        flex-wrap: wrap;
    }
    
    .author-social-cell {
        margin-left: auto;
    }
    
    .author-role-badge {
        margin-top: 0.5rem;
    }
}

@media (max-width: 576px) {
    .author-box {
        padding: 1.25rem;
    }
    
    .author-card-table {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .author-avatar-cell {
        margin: 0 auto;
    }
    
    .author-box .author-avatar {
        width: 72px;
        height: 72px;
    }
    
    .author-details-cell {
        text-align: center;
    }
    
    .author-box .author-profession {
        justify-content: center;
    }
    
    .author-role-badge {
        margin-top: 0.5rem;
    }
    
    .author-social-cell {
        margin-left: 0;
        justify-content: center;
    }
    
    .author-box .author-quick-stats {
        justify-content: center;
    }
}
}

.author-box .author-profile-btn i {
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 576px) {
    .author-box-header {
        flex-wrap: wrap;
    }
    
    .author-box .author-social-inline {
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
        justify-content: flex-start;
    }
    
    .author-box .author-quick-stats {
        gap: 0.75rem;
    }
    
    .author-box .quick-stat.expertise {
        width: 100%;
    }
}

/* Related Posts */
.related-posts {
    background: var(--gray-50);
    padding: 0rem 0;
}

/* Grid pattern for related posts container (same as post content) */
.related-posts .container {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    padding: 2rem;
    border-radius: 12px;
}

.related-posts .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.related-post-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.related-post-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    background-color: var(--gray-50);
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 5 / 3) {
    .related-post-image {
        padding-top: 60%;
    }
    
    .related-post-image img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    display: block;
}

.related-post-card:hover .related-post-image img {
    transform: scale(1.05);
}

.related-post-content {
    padding: 1.125rem;
}

.related-post-title {
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.related-post-title a {
    color: var(--gray-900);
    text-decoration: none;
    transition: color 0.2s ease;
}

.related-post-title a:hover {
    color: var(--primary-600);
}

.related-post-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.875rem;
    color: var(--gray-600);
}

/* Responsive */
@media (max-width: 991px) {
    .post-header-compact .post-title {
        font-size: 1.75rem;
    }
    
    .post-header-compact .post-meta {
        font-size: 0.75rem;
        gap: 0.5rem;
    }
    
    .post-header-compact .author-avatar {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 767px) {
    .post-breadcrumb-section .breadcrumb {
        font-size: 0.75rem;
    }
    
    .post-header-compact {
        margin-bottom: 1.25rem;
        padding-bottom: 0.875rem;
    }
    
    .post-header-compact .post-title {
        font-size: 1.5rem;
        margin-bottom: 0.625rem;
    }
    
    .post-header-compact .post-meta {
        font-size: 0.75rem;
        gap: 0.5rem;
    }
    
    .post-header-compact .meta-divider {
        display: none;
    }
    
    .post-body {
        padding: 1.5rem 0 1rem;
    }
    
    .post-content {
        font-size: 1rem;
    }
    
    .post-content h1 {
        font-size: 1.5rem;
    }
    
    .post-content h2 {
        font-size: 1.375rem;
    }
    
    .post-content h3 {
        font-size: 1.125rem;
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }
    
    .share-buttons {
        justify-content: center;
    }
    
    .post-actions .col-md-6 {
        text-align: center !important;
        margin-bottom: 0.875rem;
    }
}

/* ========================================
   Post CTA Box (Conversion Optimization)
   ======================================== */
.post-cta-box {
    margin-top: 2.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%);
    border-radius: var(--border-radius-xl);
    border: 2px solid var(--primary-200);
    position: relative;
    overflow: hidden;
}

.post-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(16, 185, 129, 0.03) 100%);
    pointer-events: none;
}

.post-cta-content {
    position: relative;
    z-index: 1;
}

.post-cta-title {
    font-size: 1.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--gray-900);
    margin-bottom: 0.875rem;
    display: flex;
    align-items: center;
}

.post-cta-title i {
    color: var(--cta-500);
}

.post-cta-description {
    font-size: 1rem;
    color: var(--gray-700);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.post-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.post-cta-buttons .btn-cta {
    background: var(--gradient-cta);
    color: #ffffff;
    border: none;
    font-weight: var(--font-weight-semibold);
    padding: 0.75rem 1.75rem;
    border-radius: var(--border-radius-lg);
    transition: all var(--transition-duration-300);
    box-shadow: 0 4px 12px rgba(178, 66, 25, 0.3);
}

.post-cta-buttons .btn-cta:hover {
    background: var(--gradient-cta-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(178, 66, 25, 0.4);
    color: #ffffff;
}

.post-cta-buttons .btn-outline-primary {
    color: var(--primary-600);
    border: 2px solid var(--primary-300);
    background: transparent;
    font-weight: var(--font-weight-semibold);
    padding: 0.75rem 1.75rem;
    border-radius: var(--border-radius-lg);
    transition: all var(--transition-duration-300);
}

.post-cta-buttons .btn-outline-primary:hover {
    background: var(--primary-50);
    border-color: var(--primary-600);
    color: var(--primary-700);
}

.post-cta-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 0.875rem;
    color: var(--gray-600);
}

.post-cta-trust span {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.post-cta-trust i {
    color: var(--success-500);
    font-size: 1rem;
}

/* Responsive Post CTA */
@media (max-width: 767px) {
    .post-cta-box {
        padding: 1.5rem;
        margin-top: 2rem;
    }
    
    .post-cta-title {
        font-size: 1.25rem;
    }
    
    .post-cta-buttons {
        flex-direction: column;
    }
    
    .post-cta-buttons .btn {
        width: 100%;
    }
    
    .post-cta-trust {
        flex-direction: column;
        gap: 0.75rem;
    }
}

/* ========================================
   Mobile Optimization (Touch-First Design)
   ======================================== */

@media (max-width: 767px) {
    /* Body Mobile */
    body {
        overflow-x: hidden;
        font-size: 16px !important;
    }
    
    /* Post Header Mobile */
    .post-header-compact .post-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .post-header-compact .post-meta {
        font-size: 0.875rem;
        flex-wrap: wrap;
    }
    
    /* Post Content Mobile */
    .post-content {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .post-content h2 {
        font-size: 1.5rem;
    }
    
    .post-content h3 {
        font-size: 1.25rem;
    }
    
    .post-content h4 {
        font-size: 1.125rem;
    }
    
    /* Post Featured Image Mobile */
    .post-featured-image {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
    
    /* Post Actions Mobile */
    .post-actions {
        flex-direction: column;
    }
    
    .post-actions .row {
        flex-direction: column;
    }
    
    .post-actions .col-md-6 {
        width: 100%;
        text-align: center !important;
        margin-bottom: 1rem;
    }
    
    /* Share Buttons Mobile - Larger Touch Targets */
    .share-btn {
        min-width: 48px;
        min-height: 48px;
        font-size: 1.125rem;
    }
    
    /* Author Box Mobile */
    .author-box {
        flex-direction: column;
        text-align: center;
    }
    
    .author-box .author-avatar {
        margin-bottom: 1rem;
    }
    
    /* Related Posts Mobile */
    .related-post-card {
        margin-bottom: 1.5rem;
    }
    
    /* TOC Mobile - Sticky/Collapsible */
    .table-of-contents {
        position: static;
        max-height: 400px;
        overflow-y: auto;
    }
    
    /* Post Tags Mobile */
    .post-tags {
        text-align: center;
    }
    
    .tags-list {
        justify-content: center;
    }
    
    /* Category Badge Mobile */
    .category-badge {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
}

/* Tablet Post Optimization */
@media (min-width: 768px) and (max-width: 991px) {
    .post-header-compact .post-title {
        font-size: 2rem;
    }
    
    .post-content {
        font-size: 1.0625rem;
    }
}

/* Landscape Mobile for Posts */
@media (max-width: 767px) and (orientation: landscape) {
    .post-featured-image {
        max-height: 50vh;
        overflow: hidden;
    }
    
    .post-featured-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
