.bp-1cc415ea-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}
.bp-1cc415ea-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bp-1cc415ea-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp-1cc415ea-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.bp-1cc415ea-content {
    padding: 20px;
}
.bp-1cc415ea-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
    line-height: 1.4;
}
.bp-1cc415ea-title a {
    text-decoration: none;
    color: #1e293b;
    transition: color 0.2s;
}
.bp-1cc415ea-title a:hover {
    color: #3b82f6;
}
.bp-1cc415ea-excerpt {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
}