.pcs-wrapper-358e01fa {
    position: relative;
    width: 100%;
}

.pcs-card-358e01fa {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    height: 100%;
}

.pcs-card-358e01fa:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pcs-card-image-wrapper-358e01fa {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.pcs-card-image-358e01fa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pcs-card-358e01fa:hover .pcs-card-image-358e01fa {
    transform: scale(1.05);
}

.pcs-card-title-358e01fa {
    margin: 10px 0 5px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.pcs-card-count-358e01fa {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.pcs-notice-358e01fa {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
}
