.bpc-filters-9133fe83 {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.bpc-filter-btn-9133fe83 {
    background: transparent;
    border: 2px solid #333;
    color: #333;
    padding: 8px 20px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}
.bpc-filter-btn-9133fe83:hover,
.bpc-filter-btn-9133fe83.active {
    background: #333;
    color: #fff;
}

/* Updated grid for Isotope */
.bpc-grid-wrapper-9133fe83 {
    width: 100%;
}
.bpc-grid-9133fe83 {
    width: 100%;
    /* Isotope will handle positioning, but fallback to flex/grid if script fails */
}
.bpc-card-item-9133fe83 {
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .bpc-card-item-9133fe83 {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .bpc-card-item-9133fe83 {
        width: 100%;
    }
}

.bpc-card-9133fe83 {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.bpc-card-9133fe83:hover {
    transform: translateY(-5px);
}
.bpc-thumb-9133fe83 img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.bpc-content-9133fe83 {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.bpc-title-9133fe83 {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
}
.bpc-title-9133fe83 a {
    color: #333;
    text-decoration: none;
}
.bpc-excerpt-9133fe83 {
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}
.bpc-readmore-9133fe83 {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-top: auto;
}