.pgc-grid-inner-124c6db2 {
    display: grid;
    gap: 20px;
}
.pgc-card-124c6db2 {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pgc-card-124c6db2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.pgc-content-124c6db2 {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.pgc-title-124c6db2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.pgc-excerpt-124c6db2 {
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.pgc-button-124c6db2 {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
    align-self: flex-start;
    transition: background 0.3s ease, color 0.3s ease;
}
.pgc-button-124c6db2:hover {
    background: #333;
}
.swiper-container.pgc-carousel-124c6db2 {
    width: 100%;
    overflow: hidden;
}
