/*
 Theme Name:   Sawaftech Theme
 Description:  From Astra Child Theme
 Author:       MotasemKD
 Author URI:   https://sawaftech.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra
*/



.custom-page-title {
	position: relative;
	text-align: center;
	background-color: #283A35; 
	padding: 100px 0;
	margin-top: -6%;
	margin-bottom: 60px;
	color: #fff !important;
	background-image: url('https://noblescapital.sawaftech.com/wp-content/uploads/2025/10/background-nobles-3333-ALpP5wwoWBcgoE49.avif');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.custom-page-title {
		margin-top: -16%;
	}
}

.custom-page-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 58, 53, 0.4); 
	z-index: 1;
}

.custom-page-title h1 {
	position: relative;
	z-index: 2;
	color: #fff !important;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
}


/* ===================================
   Modern Single Post Redesign Styles
   =================================== */

/* Hero Section */
.post-hero-section {
    position: relative;
    height: 60vh;
    min-height: 500px;
    max-height: 700px;
    overflow: hidden;
    margin-bottom: 60px;
     background: #152B23;
}

.post-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: 1;
}

.post-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 60px 0;
    color: #fff;
}

.post-hero-title {
    font-size: 2rem;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color:#fff;
}

.post-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.post-category-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.post-category-badge:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.post-hero-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.post-hero-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
}

.post-hero-meta .post-author img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.post-hero-meta svg {
    opacity: 0.9;
}

/* Simple Header (no featured image) */
.post-header-simple {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.post-header-simple .post-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 700;
    color: #1a1a1a;
}


.post-meta-simple {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    color: #666;
    font-size: 0.9rem;
    margin-top: 20px;
}

.post-meta-simple .post-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-meta-simple .post-author img {
    border-radius: 50%;
}

/* Content Layout */
.post-content-wrapper {
    padding: 0 0 60px;
}

.post-layout-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.post-layout-grid.has-left-sidebar {
    grid-template-columns: 280px 1fr;
}

.post-layout-grid.has-right-sidebar {
    grid-template-columns: 1fr 280px;
}

.post-main-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Content Body */
.post-content-body {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
}

.post-content-body h2 {
    font-size: 2rem;
    margin: 40px 0 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.post-content-body h3 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.post-content-body p {
    margin-bottom: 24px;
}

.post-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
}

.post-content-body blockquote {
    border-left: 4px solid #152b23;
    padding: 20px 30px;
    margin: 30px 0;
    background: #f7f9fc;
    font-style: italic;
    border-radius: 4px;
}

.post-content-body ul,
.post-content-body ol {
    margin: 24px 0;
    padding-left: 30px;
}

.post-content-body li {
    margin-bottom: 12px;
}

.post-content-body a {
    color: #152b23;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.post-content-body a:hover {
    color: #198A65;
}

/* Tags Section */
.post-tags-section {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 40px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
}

.post-tags-section svg {
    flex-shrink: 0;
    margin-top: 4px;
    color: #666;
}

.post-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tag {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
}

.post-tag:hover {
    background: #152b23;
    color: #fff;
    border-color: #152b23;
    transform: translateY(-2px);
}

/* Author Bio */
.post-author-bio {
    display: flex;
    gap: 20px;
    padding: 30px;
    margin: 40px 0;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #152b23;
}

.author-bio-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.author-bio-content {
    flex: 1;
}

.author-bio-name {
    font-size: 1.25rem;
    margin: 0 0 10px;
    font-weight: 600;
    color: #1a1a1a;
}

.author-bio-description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
}

.author-posts-link {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: #152b23;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.author-posts-link:hover {
    color: #198A65;
}

/* Post Navigation */
.post-navigation-wrapper {
    margin: 50px 0;
}

.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nav-previous,
.nav-next {
    padding: 25px;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-previous:hover,
.nav-next:hover {
    border-color: #152b23;
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.1);
    transform: translateY(-2px);
}

.nav-next {
    text-align: right;
}

.nav-subtitle {
    display: block;
    font-size: 0.875rem;
    color: #999;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.nav-link {
    display: block;
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
}

.nav-link:hover {
    color: #152b23;
}

/* Related Posts */
.related-posts-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.related-posts-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-post-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.related-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.related-post-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-image img {
    transform: scale(1.05);
}

.related-post-content {
    padding: 24px;
}

.related-post-category {
    display: inline-block;
    padding: 4px 12px;
    background: #e8f4f8;
    color: #152b23;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.related-post-title {
    margin: 0 0 12px;
    font-size: 1.125rem;
    line-height: 1.4;
}

.related-post-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-post-title a:hover {
    color: #152b23;
}

.related-post-meta {
    display: flex;
    gap: 15px;
    color: #999;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .post-layout-grid.has-left-sidebar,
    .post-layout-grid.has-right-sidebar {
        grid-template-columns: 1fr;
    }
    
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .post-hero-section {
        height: 50vh;
        min-height: 400px;
    }
    
    .post-hero-title {
        font-size: 2rem;
    }
    
    .post-hero-meta {
        gap: 15px;
    }
    
    .post-header-simple .post-title {
        font-size: 2rem;
    }
    
    .post-content-body {
        font-size: 1rem;
    }
    
    .post-author-bio {
        flex-direction: column;
        text-align: center;
    }
    
    .post-navigation {
        grid-template-columns: 1fr;
    }
    
    .nav-next {
        text-align: left;
    }
    
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .post-hero-title {
        font-size: 1.5rem;
    }
    
    .post-hero-content {
        padding: 30px 0;
    }
    
    .post-tags-section {
        flex-direction: column;
    }
}



/* ===================================
   Perfect Archive Page Design
   =================================== */

/* Archive Hero Section */
.archive-hero-section {
    background: linear-gradient(135deg, #152B23 0%, #1a3d32 100%);
    padding: 100px 0;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.archive-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.03) 100%);
    pointer-events: none;
}

.archive-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.archive-type-badge {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.archive-type-badge:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.archive-title {
    font-size: 3.5rem;
    line-height: 1.15;
    margin: 0 0 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.archive-description {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.archive-meta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.archive-meta svg {
    opacity: 0.9;
}

/* Content Layout */
.archive-content-wrapper {
    padding: 0 0 100px;
    background: #fafafa;
}

.archive-layout-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

.archive-layout-grid.has-left-sidebar {
    grid-template-columns: 300px 1fr;
}

.archive-layout-grid.has-right-sidebar {
    grid-template-columns: 1fr 300px;
}

.archive-sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    height: fit-content;
    position: sticky;
    top: 30px;
}

/* Posts Grid */
.archive-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* Featured Post (First Post) */
.archive-post-card.featured-post {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.archive-post-card.featured-post:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.archive-post-card.featured-post .post-thumbnail-wrapper {
    height: 100%;
    min-height: 450px;
}

.archive-post-card.featured-post .post-card-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #fff 0%, #f9fafb 100%);
}

.archive-post-card.featured-post .post-card-title {
    font-size: 2.25rem;
    line-height: 1.25;
    margin-bottom: 20px;
}

.archive-post-card.featured-post .post-card-excerpt {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 24px;
}

/* Regular Post Cards */
.archive-post-card.regular-post {
        padding: 0px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.archive-post-card.regular-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #152b23 0%, #198A65 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.archive-post-card.regular-post:hover::before {
    transform: scaleX(1);
}

.archive-post-card.regular-post:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Post Thumbnail */
.post-thumbnail-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.post-thumbnail-wrapper {
    border-radius: 8px;
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.post-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.archive-post-card:hover .post-thumbnail-wrapper img {
    transform: scale(1.08) rotate(1deg);
}

.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(21, 43, 35, 0.5) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.archive-post-card:hover .post-overlay {
    opacity: 1;
}

/* Post Card Content */
.post-card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-card-category {
    display: inline-block;
    padding: 7px 18px;
    background: linear-gradient(135deg, #e8f4f8 0%, #d0e9f2 100%);
    color: #152b23;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 16px;
    align-self: flex-start;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.post-card-category:hover {
    background: linear-gradient(135deg, #152b23 0%, #198A65 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
}

.post-card-title {
    font-size: 1.35rem;
    line-height: 1.4;
    margin: 0 0 14px;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.post-card-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
    background: linear-gradient(to right, #152b23, #152b23) no-repeat;
    background-size: 0% 2px;
    background-position: left bottom;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.post-card-title a:hover {
    color: #152b23;
    background-size: 100% 2px;
}

.post-card-excerpt {
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
    flex: 1;
    font-size: 0.95rem;
}

.post-card-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #999;
    font-size: 0.85rem;
    margin-bottom: 18px;
    padding-top: 16px;
    border-top: 2px solid #f0f0f0;
    font-weight: 500;
}

.post-card-meta span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.post-card-meta svg {
    flex-shrink: 0;
    opacity: 0.7;
}

.post-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #152b23;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    background: linear-gradient(135deg, #f0f8fc 0%, #e6f3f9 100%);
    border-radius: 10px;
    align-self: flex-start;
    border: 2px solid transparent;
}

.post-read-more:hover {
    gap: 14px;
    color: #fff;
    background: linear-gradient(135deg, #152b23 0%, #198A65 100%);
    border-color: #152b23;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
}

.post-read-more svg {
    transition: transform 0.3s ease;
}

.post-read-more:hover svg {
    transform: translateX(3px);
}

/* Pagination */
.archive-pagination {
    margin-top: 80px;
}

.archive-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding: 0 18px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.archive-pagination .page-numbers:hover {
    background: linear-gradient(135deg, #f0f8fc 0%, #e6f3f9 100%);
    color: #152b23;
    border-color: #152b23;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 115, 170, 0.15);
}

.archive-pagination .page-numbers.current {
    background: linear-gradient(135deg, #152b23 0%, #198A65 100%);
    color: #fff;
    border-color: #152b23;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 115, 170, 0.3);
}

.archive-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    box-shadow: none;
}

.archive-pagination .page-numbers.dots:hover {
    transform: none;
    background: transparent;
}

.archive-pagination .prev,
.archive-pagination .next {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
}

/* No Posts Found */
.no-posts-found {
    text-align: center;
    padding: 100px 40px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 2px dashed #e0e0e0;
}

.no-posts-found svg {
    opacity: 0.25;
    margin-bottom: 30px;
    color: #152b23;
}

.no-posts-found h2 {
    font-size: 2.25rem;
    margin: 0 0 18px;
    color: #1a1a1a;
    font-weight: 800;
}

.no-posts-found p {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.6;
}

.btn-back-home {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #152b23 0%, #198A65 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 16px rgba(0, 115, 170, 0.25);
}

.btn-back-home:hover {
    background: linear-gradient(135deg, #198A65 0%, #004266 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 115, 170, 0.35);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .archive-posts-grid {
        gap: 28px;
    }
}

@media (max-width: 1024px) {
    .archive-layout-grid.has-left-sidebar,
    .archive-layout-grid.has-right-sidebar {
        grid-template-columns: 1fr;
    }
    
    .archive-sidebar {
        position: static;
        margin-top: 40px;
    }
    
    .archive-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .archive-post-card.featured-post {
        grid-template-columns: 1fr;
    }
    
    .archive-post-card.featured-post .post-thumbnail-wrapper {
        min-height: 350px;
    }
    
    .archive-post-card.featured-post .post-card-content {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .archive-hero-section {
        padding: 70px 0;
    }
    
    .archive-title {
        font-size: 2.5rem;
    }
    
    .archive-description {
        font-size: 1.05rem;
    }
    
    .archive-posts-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .archive-post-card.featured-post .post-card-content {
        padding: 30px;
    }
    
    .archive-post-card.featured-post .post-card-title {
        font-size: 1.75rem;
    }
    
    .post-card-content {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .archive-hero-section {
        padding: 50px 0;
    }
    
    .archive-title {
        font-size: 2rem;
    }
    
    .archive-description {
        font-size: 1rem;
    }
    
    .archive-post-card.featured-post .post-card-title {
        font-size: 1.5rem;
    }
    
    .post-card-title {
        font-size: 1.2rem;
    }
    
    .archive-pagination .page-numbers {
        min-width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }
    
    .archive-pagination .prev span,
    .archive-pagination .next span {
        display: none;
    }
    
    .archive-pagination .prev,
    .archive-pagination .next {
        padding: 0 15px;
    }
    
    .no-posts-found {
        padding: 60px 24px;
    }
    
    .no-posts-found h2 {
        font-size: 1.75rem;
    }
}