/* Critical Article Image Styles - High specificity to prevent flash */
.blog-content .article-image,
.article-container .article-image,
body .article-image {
    width: 100% !important;
    height: 400px !important;
    border-radius: 1rem !important;
    overflow: hidden !important;
    margin-bottom: 2rem !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)) !important;
}

.blog-content .article-image img,
.article-container .article-image img,
body .article-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

/* Critical Blog Post Image Styles - Prevent layout shifts */
.blog-post-card .post-image {
    width: 100% !important;
    height: 200px !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    position: relative !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)) !important;
}

.blog-post-card .post-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

/* Mobile responsive image sizes */
@media (max-width: 768px) {
    .blog-content .article-image,
    .article-container .article-image,
    body .article-image {
        height: 250px !important;
        margin-bottom: 1.5rem !important;
    }
    
    .blog-post-card .post-image {
        height: 180px !important;
    }
}

@media (max-width: 480px) {
    .blog-content .article-image,
    .article-container .article-image,
    body .article-image {
        height: 200px !important;
        margin-bottom: 1rem !important;
    }
    
    .blog-post-card .post-image {
        height: 160px !important;
    }
}

/* Blog Styles - Dedicated CSS for blog pages */
.blog-content {
    margin-top: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Featured Post Styles */
.featured-post {
    margin-bottom: 3rem;
}

.featured-post-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.featured-post-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #fbbf24, #000000);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-post-card:hover::before {
    opacity: 1;
}

.featured-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.post-image {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

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

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-post-card:hover .image-overlay {
    opacity: 1;
}

.image-overlay i {
    color: white;
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.post-content {
    flex: 1;
}

.post-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.post-category {
    background: rgba(147, 197, 253, 0.2);
    color: #93c5fd;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(147, 197, 253, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Category Icons */
.post-category[data-category="Weather Alert"]::before {
    content: '\f0f0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ef4444;
    font-size: 1rem;
}

.post-category[data-category="Climate News"]::before {
    content: '\f185';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f59e0b;
    font-size: 1rem;
}

.post-category[data-category="Technology"]::before {
    content: '\f109';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #3b82f6;
    font-size: 1rem;
}

.post-category[data-category="Tourism"]::before {
    content: '\f5a0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #10b981;
    font-size: 1rem;
}

.post-category[data-category="Agriculture"]::before {
    content: '\f06c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #059669;
    font-size: 1rem;
}

.post-category[data-category="Environment"]::before {
    content: '\f1bb';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #059669;
    font-size: 1rem;
}

.post-category[data-category="Energy"]::before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f59e0b;
    font-size: 1rem;
}

.post-category[data-category="Transportation"]::before {
    content: '\f5af';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #6366f1;
    font-size: 1rem;
}

.post-category[data-category="Wildlife"]::before {
    content: '\f06d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #8b5cf6;
    font-size: 1rem;
}

.post-category[data-category="Food"]::before {
    content: '🍽️';
    font-size: 1rem;
    display: inline-block;
    margin-right: 0.5rem;
}

.post-category[data-category="Culture"]::before {
    content: '\f19c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #8b5a2b;
    font-size: 1rem;
}

.post-category[data-category="Health"]::before {
    content: '\f0fa';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ef4444;
    font-size: 1rem;
}

.post-category[data-category="Travel"]::before {
    content: '\f5b0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #06b6d4;
    font-size: 1rem;
}

.post-category:hover {
    background: rgba(147, 197, 253, 0.3);
    transform: scale(1.05);
}

.post-date, .post-read-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.post-date::before {
    content: '📅';
    font-size: 0.75rem;
}

.post-read-time::before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fbbf24;
    font-size: 0.75rem;
}

.post-content h2 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.post-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.post-author i {
    color: #fbbf24;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

/* Blog Grid Styles */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-post-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.blog-post-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.blog-post-card:hover::before {
    transform: scaleX(1);
}

.blog-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.blog-post-card .post-image {
    width: 100%;
    height: 250px;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

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

.blog-post-card .post-header {
    padding: 1.5rem;
}

.blog-post-card h3 {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.post-excerpt {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.post-content-full {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.post-content-full.expanded {
    max-height: 2000px;
}

.post-body {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.post-body strong {
    color: white;
    font-weight: 600;
}

.post-body h4 {
    color: white;
    font-size: 1.1rem;
    margin: 1.5rem 0 0.75rem 0;
    font-weight: 600;
}

.post-body ul {
    margin: 0.75rem 0;
    padding-left: 1.5rem;
}

.post-body li {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.post-stats {
    display: flex;
    gap: 1rem;
}

.read-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.post-actions {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.read-full-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
}

.read-full-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
}

.toggle-content-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.toggle-content-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.toggle-content-btn i {
    transition: transform 0.3s ease;
}

.toggle-content-btn:hover i {
    transform: translateY(2px);
}

/* Featured Post Full Content */
.featured-post-full {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.featured-post-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #fbbf24, #000000);
    border-radius: 1rem 1rem 0 0;
}

.featured-post-full h2 {
    color: white;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.featured-post-full .post-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.featured-post-full .post-body h4 {
    color: #fbbf24;
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
}

/* Blog Page Header */
.blog-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.blog-header h1 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #fbbf24, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Article Page Styles */
.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.article-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.article-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #fbbf24, #000000);
    border-radius: 1rem 1rem 0 0;
}

.article-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-header-content {
    padding: 2rem;
}

.article-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.article-category {
    background: rgba(147, 197, 253, 0.2);
    color: #93c5fd;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid rgba(147, 197, 253, 0.3);
}

.article-date, .article-read-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.article-author {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.article-author i {
    color: #fbbf24;
}

.article-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    line-height: 1.8;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
}

.article-content h2 {
    color: white;
    font-size: 1.8rem;
    margin: 2rem 0 1rem 0;
    font-weight: 600;
}

.article-content h3 {
    color: #fbbf24;
    font-size: 1.4rem;
    margin: 1.5rem 0 0.75rem 0;
    font-weight: 600;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.75rem;
}

.article-content strong {
    color: white;
    font-weight: 600;
}

.back-to-blog {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 2rem;
}

.back-to-blog:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.back-to-blog i {
    transition: transform 0.3s ease;
}

.back-to-blog:hover i {
    transform: translateX(-3px);
}

/* Page Numbers Styles */
.page-numbers-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.page-number:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.page-number.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.page-number.active:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: translateY(-2px);
}

/* Mobile Responsive Page Numbers */
@media (max-width: 768px) {
    .page-numbers {
        gap: 0.5rem;
    }
    
    .page-number {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .page-numbers {
        gap: 0.25rem;
    }
    
    .page-number {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }
}



/* Mobile Blog Styles */
@media (max-width: 768px) {
    .featured-post-card {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .post-image {
        width: 100%;
        height: 200px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* Blog grid images on mobile */
    .blog-post-card .post-image {
        height: 200px;
    }

    .article-title {
        font-size: 2rem;
    }

    .article-meta {
        flex-direction: column;
        gap: 1rem;
    }

    .post-actions {
        flex-direction: column;
        gap: 0.75rem;
    }

    .read-full-btn {
        width: 100%;
        justify-content: center;
    }

    /* Article page mobile styles */
    .article-image {
        height: 200px !important;
        margin-bottom: 1.5rem;
        width: 100% !important;
        display: block !important;
    }

    .article-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    .article-header {
        padding: 1.5rem;
    }

    .article-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .featured-post-card {
        padding: 1.5rem;
    }

    .post-content h2 {
        font-size: 1.25rem;
    }

    .blog-post-card .post-header {
        padding: 1rem;
    }

    .blog-post-card h3 {
        font-size: 1.1rem;
    }

    .article-content {
        padding: 1.5rem;
        font-size: 1rem;
    }

    .article-title {
        font-size: 1.5rem;
    }

    /* Blog grid images on small mobile */
    .blog-post-card .post-image {
        height: 180px;
    }

    /* Article page small mobile styles */
    .article-image {
        height: 180px !important;
        margin-bottom: 1rem;
        width: 100% !important;
        display: block !important;
    }

    .article-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    .article-header {
        padding: 1rem;
    }
}

/* Enhanced Article Page Styles */
.main-content {
    padding-top: 100px;
}

.article-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    animation: fadeInUp 0.6s ease both;
}

.article-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    padding: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.article-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #fbbf24, #000000);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.article-header:hover::before {
    opacity: 1;
}

.article-image {
    width: 100%;
    height: 400px;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-header:hover .article-image img {
    transform: scale(1.02);
}

.article-header-content {
    text-align: center;
    padding: 0;
}

.article-title {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.article-category {
    background: rgba(147, 197, 253, 0.2);
    color: #93c5fd;
    padding: 0.75rem 1.5rem;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid rgba(147, 197, 253, 0.3);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(147, 197, 253, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Article Category Icons */
.article-category[data-category="Weather Alert"]::before {
    content: '\f0f0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ef4444;
    font-size: 1.1rem;
}

.article-category[data-category="Climate News"]::before {
    content: '\f185';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f59e0b;
    font-size: 1.1rem;
}

.article-category[data-category="Technology"]::before {
    content: '\f109';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #3b82f6;
    font-size: 1.1rem;
}

.article-category[data-category="Tourism"]::before {
    content: '\f5a0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #10b981;
    font-size: 1.1rem;
}

.article-category[data-category="Agriculture"]::before {
    content: '\f06c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #059669;
    font-size: 1.1rem;
}

.article-category[data-category="Environment"]::before {
    content: '\f1bb';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #059669;
    font-size: 1.1rem;
}

.article-category[data-category="Energy"]::before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f59e0b;
    font-size: 1.1rem;
}

.article-category[data-category="Transportation"]::before {
    content: '\f5af';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #6366f1;
    font-size: 1.1rem;
}

.article-category[data-category="Wildlife"]::before {
    content: '\f06d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #8b5cf6;
    font-size: 1.1rem;
}

.article-category[data-category="Food"]::before {
    content: '🍽️';
    font-size: 1.1rem;
    display: inline-block;
    margin-right: 0.5rem;
}

.article-category[data-category="Culture"]::before {
    content: '\f19c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #8b5a2b;
    font-size: 1.1rem;
}

.article-category[data-category="Health"]::before {
    content: '\f0fa';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ef4444;
    font-size: 1.1rem;
}

.article-category[data-category="Travel"]::before {
    content: '\f5b0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #06b6d4;
    font-size: 1.1rem;
}

.article-category:hover {
    background: rgba(147, 197, 253, 0.3);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(147, 197, 253, 0.3);
}

.article-date, .article-read-time {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.article-read-time::before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fbbf24;
    font-size: 0.9rem;
}

.article-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 1rem;
}

.article-author i {
    color: #fbbf24;
    font-size: 1.25rem;
}

.article-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    padding: 3rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 1.2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.article-content h2 {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin: 2.5rem 0 1.5rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.article-content h3 {
    color: white;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.article-content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.article-content ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.article-content li {
    margin-bottom: 0.75rem;
    position: relative;
}

.article-content li::before {
    content: "•";
    color: #fbbf24;
    font-weight: bold;
    position: absolute;
    left: -1.5rem;
    top: 0;
}

.article-content strong {
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.back-to-blog {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.back-to-blog:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    color: white;
}

.back-to-blog i {
    transition: transform 0.3s ease;
    font-size: 1.25rem;
}

.back-to-blog:hover i {
    transform: translateX(-5px);
} 