.apc-d184677c-wrapper {
    background: #ffffff;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.apc-d184677c-hover-translate-up .apc-d184677c-wrapper:hover {
    transform: translateY(-8px);
}

.apc-d184677c-hover-scale-up .apc-d184677c-wrapper:hover {
    transform: scale(1.02);
}

.apc-d184677c-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: 280px;
}

.apc-d184677c-image-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.apc-d184677c-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.apc-d184677c-content {
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.apc-d184677c-title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

.apc-d184677c-desc {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.apc-d184677c-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.apc-d184677c-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.apc-d184677c-rating-value {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.apc-d184677c-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.apc-d184677c-price {
    background: #f0f0f0;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 24px;
}

.apc-d184677c-btn {
    background: #111;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.apc-d184677c-btn svg {
    background: #fff;
    color: #111;
    border-radius: 50%;
    padding: 4px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}
