.pc-8ff66e06-card {
    overflow: hidden;
    max-width: 360px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.pc-8ff66e06-card.pc-8ff66e06-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pc-8ff66e06-card.pc-8ff66e06-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.pc-8ff66e06-image-wrap {
    position: relative;
    overflow: hidden;
    line-height: 0;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pc-8ff66e06-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.4s ease;
}

.pc-8ff66e06-card.pc-8ff66e06-hover:hover .pc-8ff66e06-image {
    transform: scale(1.05);
}

.pc-8ff66e06-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.4;
    z-index: 2;
}

.pc-8ff66e06-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pc-8ff66e06-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

/* Detail Rows */
.pc-8ff66e06-detail-row {
    display: flex;
    align-items: center;
}

.pc-8ff66e06-detail-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.pc-8ff66e06-detail-divider {
    align-self: stretch;
    flex-shrink: 0;
}

.pc-8ff66e06-detail-value {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.pc-8ff66e06-detail-row:last-of-type {
    margin-bottom: 10px;
}

/* Spacer */
.pc-8ff66e06-spacer {
    flex-shrink: 0;
}

/* Tags */
.pc-8ff66e06-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}

.pc-8ff66e06-tag {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}
