.plc-3ce2e73d-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px !important; /* space for pagination */
    position: relative;
}
.plc-3ce2e73d-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}
.plc-3ce2e73d-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.plc-3ce2e73d-img-wrap {
    width: 100%;
    aspect-ratio: 1;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.plc-3ce2e73d-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}
.plc-3ce2e73d-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.plc-3ce2e73d-title {
    font-size: 1.1rem;
    margin: 0 0 10px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}
.plc-3ce2e73d-cost {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.plc-3ce2e73d-btn {
    margin-top: auto;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: background 0.2s ease;
}
.plc-3ce2e73d-card:hover .plc-3ce2e73d-btn {
    background: #333;
}

/* Swiper Controls Adjustments */
.plc-3ce2e73d-container .swiper-button-next, 
.plc-3ce2e73d-container .swiper-button-prev {
    color: #000 !important;
    background: rgba(255,255,255,0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.plc-3ce2e73d-container .swiper-button-next::after, 
.plc-3ce2e73d-container .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}
.plc-3ce2e73d-container .swiper-pagination-bullet-active {
    background: #000 !important;
}
