.bpg-grid-ea094485 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.bpg-card-ea094485 {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #eef0f3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bpg-card-ea094485:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.bpg-image-wrapper-ea094485 {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.bpg-image-wrapper-ea094485 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bpg-content-ea094485 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.bpg-meta-ea094485 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
}

.bpg-badge-ea094485 {
    background-color: #f2eefb;
    color: #8e62d4;
    padding: 4px 12px;
    border-radius: 100px;
    font-weight: 500;
}

.bpg-date-ea094485 {
    color: #888888;
}

.bpg-title-ea094485 {
    margin: 0 0 12px 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #4a2d6d;
}

.bpg-excerpt-ea094485 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.bpg-link-ea094485 {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #8e62d4;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.bpg-link-ea094485:hover {
    color: #6A4D93;
}
