.elementor-311 .elementor-element.elementor-element-0e91d90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-archive-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-311 .elementor-element.elementor-element-cd780a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-archive-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-311 .elementor-element.elementor-element-6a7dd35{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-311 .elementor-element.elementor-element-6a7dd35:after{content:"0.66";}.elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-post__thumbnail__link{width:100%;}.elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-post__meta-data span + span:before{content:"•";}.elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-post__text{margin-top:20px;}.elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}body.elementor-page-311:not(.elementor-motion-effects-element-type-background), body.elementor-page-311 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}@media(max-width:767px){.elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-311 .elementor-element.elementor-element-6a7dd35:after{content:"0.5";}.elementor-311 .elementor-element.elementor-element-6a7dd35 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for theme-archive-title, class: .elementor-element-7bf2b0e *//* ===== Archive Header ===== */
.archive-header {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px 25px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f4f6f8; /* light gray background */
    font-family: 'Inter', Arial, sans-serif;
    text-align: left;
}

.archive-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1f2a44; /* dark blue */
    margin-bottom: 10px;
    line-height: 1.2;
}

.archive-header p {
    font-size: 18px;
    color: #6b7280; /* gray subtitle */
    margin: 0;
}

/* ===== Posts Grid ===== */
.archive-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding: 40px 20px;
    background-color: #f4f6f8;
}

.archive-posts .post-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.archive-posts .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.archive-posts .post-card img {
    width: 100%;
    height: auto;
    display: block;
}

.archive-posts .post-card h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2a44;
    padding: 15px 20px 5px;
}

.archive-posts .post-card p {
    font-size: 16px;
    color: #6b7280;
    padding: 0 20px 15px;
}

/* ===== Pagination ===== */
.archive-pagination {
    text-align: center;
    margin: 40px 0;
}

.archive-pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #e5e7eb;
    color: #1f2a44;
    text-decoration: none;
}

.archive-pagination a:hover {
    background-color: #1f2a44;
    color: #ffffff;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .archive-header h1 { font-size: 28px; }
    .archive-header p { font-size: 16px; }
    .archive-posts { gap: 20px; }
    .archive-posts .post-card h2 { font-size: 18px; }
    .archive-posts .post-card p { font-size: 14px; }
}/* End custom CSS */