.category-articles-wrapper-b147d6dd {
    font-family: inherit;
}

.articles-grid-b147d6dd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.article-item-b147d6dd {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.article-item-b147d6dd:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.article-item-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.article-item-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-item-title {
    margin: 0 0 10px 0;
    font-size: 1.15rem;
    line-height: 1.4;
}

.article-item-title a {
    text-decoration: none;
    color: #1f2937;
    font-weight: 600;
}

.article-item-title a:hover {
    color: #3b82f6;
}

.article-item-excerpt {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
}

.articles-pagination-b147d6dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
}

.articles-nav-btn {
    padding: 8px 16px;
    border: 1px solid #3b82f6;
    color: #3b82f6;
    background: transparent;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s;
}

.articles-nav-btn:hover:not(.disabled-btn-b147d6dd) {
    background: #3b82f6;
    color: #fff;
}

.disabled-btn-b147d6dd {
    border-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

.page-indicator-b147d6dd {
    font-size: 0.9rem;
    color: #6b7280;
}
