.wpc-7312cb72-container {
    position: relative;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}

.wpc-7312cb72-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wpc-7312cb72-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.wpc-7312cb72-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.wpc-7312cb72-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 12px;
}

.wpc-7312cb72-title {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    line-height: 1.4;
    color: #1a202c;
}

.wpc-7312cb72-price {
    font-weight: 700;
    color: #3182ce;
    display: block;
    margin-top: 8px;
}

/* Nav Buttons */
.wpc-7312cb72-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #cbd5e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, border-color 0.2s;
}

.wpc-7312cb72-nav-btn:hover {
    background-color: #f7fafc;
}

.wpc-7312cb72-prev {
    left: 0;
}

.wpc-7312cb72-next {
    right: 0;
}

/* Preview Mode Style */
.wpc-7312cb72-container-preview {
    background-color: #f8fafc;
    border: 2px dashed #cbd5e1;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}
