.gentech-blog-archive {
    padding: 28px 0 56px;
    overflow: visible;
}

.gentech-blog-archive .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.gentech-blog-header {
    margin-bottom: 24px;
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    overflow: visible !important;
    padding: 0;
}

.gentech-blog-title {
    margin: 0;
    color: #0f1720;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
}

.gentech-blog-description {
    margin: 14px 0 0;
    max-width: 760px;
    color: #5f6b79;
    font-size: 16px;
    line-height: 1.65;
}

.gentech-blog-badges {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
}

.gentech-blog-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #d5e4ef;
    background: #ffffff;
    color: #0f1720;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gentech-blog-badge:hover {
    border-color: #1cb1ea;
    background: #edf8fd;
    color: #0b6ea6;
    transform: translateY(-1px);
}

.gentech-blog-badge.is-active {
    border-color: #1cb1ea;
    background: #1cb1ea;
    color: #ffffff;
}

.gentech-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 384px));
    justify-content: start;
    align-items: start;
    gap: 20px;
}

.gentech-blog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 384px;
    min-height: 368px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e4edf3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(15, 23, 32, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gentech-blog-card:hover {
    transform: translateY(-3px);
    border-color: #c5deec;
    box-shadow: 0 14px 36px rgba(15, 23, 32, 0.12);
}

.gentech-blog-card-media {
    display: block;
}

.gentech-blog-card-image-wrap {
    position: relative;
    aspect-ratio: 382 / 213;
    overflow: hidden;
    background: #eaf2f7;
}

.gentech-blog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.gentech-blog-card-image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #edf3f8 0%, #dbe8f2 100%);
}

.gentech-blog-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
    padding: 14px;
    min-height: 146px;
}

.gentech-blog-card-category {
    display: inline-flex;
    align-self: flex-start;
    padding: 5px 11px;
    border-radius: 999px;
    background: #eaf6fc;
    color: #0b6ea6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.gentech-blog-card-title {
    margin: 0;
    color: #0f1720;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gentech-blog-card-title a {
    color: inherit;
    text-decoration: none;
}

.gentech-blog-card-title a:hover {
    color: #0b6ea6;
}

.gentech-blog-card-excerpt {
    margin: 0;
    color: #5f6b79;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gentech-blog-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gentech-blog-card-date {
    color: #6b7280;
    font-size: 13px;
}

.gentech-blog-card-readmore {
    color: #0b6ea6;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.gentech-blog-card-readmore:hover {
    color: #075985;
    transform: translateX(2px);
}

.gentech-blog-pagination {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

.gentech-blog-pagination-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gentech-blog-pagination-item {
    margin: 0;
}

.gentech-blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #d5e4ef;
    background: #ffffff;
    color: #0f1720;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.gentech-blog-pagination .page-numbers:hover {
    border-color: #1cb1ea;
    color: #0b6ea6;
}

.gentech-blog-pagination .page-numbers.current {
    border-color: #1cb1ea;
    background: #1cb1ea;
    color: #ffffff;
}

.gentech-blog-empty,
.gentech-posts-empty {
    margin: 30px 0 0;
    color: #6b7280;
    text-align: center;
}

@media (max-width: 1200px) {
    .gentech-blog-title {
        font-size: 34px;
    }

    .gentech-blog-card-title {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .gentech-blog-archive .container {
        padding: 0 26px;
    }

    .gentech-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 384px));
        justify-content: start;
    }
}

@media (max-width: 767px) {
    .gentech-blog-archive {
        padding: 18px 0 40px;
    }

    .gentech-blog-archive .container {
        padding: 0 10px;
    }

    .gentech-blog-title {
        font-size: 28px;
    }

    .gentech-blog-description {
        font-size: 15px;
    }

    .gentech-blog-grid {
        grid-template-columns: minmax(0, 384px);
        justify-content: start;
    }

    .gentech-blog-card-content {
        min-height: 0;
    }
}
