.elementor-156 .elementor-element.elementor-element-68fc30c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-156 .elementor-element.elementor-element-27218d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-098c4b4 *//* Widget Wrapper */
.sh-widget {
    padding: 20px;
    background-color: transparent;
}

.sh-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

/* Card Styling */
.sh-card {
    background: #ffffff;
    width: 320px; /* Slightly narrower for widget use */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.sh-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Image Section */
.sh-image-box {
    position: relative;
    height: 180px;
}

.sh-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tags */
.sh-tag-status, .sh-tag-type {
    position: absolute;
    top: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
}

.sh-tag-status {
    left: 10px;
    background: rgba(255,255,255,0.9);
    color: #333;
}

.sh-tag-type {
    right: 10px;
    background: #28a745;
    color: #fff;
}

/* Content Area */
.sh-content {
    padding: 15px;
}

.sh-title {
    font-size: 14px;
    color: #888;
    margin: 0;
    text-transform: uppercase;
}

.sh-price {
    font-size: 20px;
    font-weight: 700;
    color: #007bff;
    margin: 5px 0;
}

.sh-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
    height: 40px; /* Limits description height */
    overflow: hidden;
}

/* Feature Badges */
.sh-features {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.sh-features span {
    font-size: 11px;
    color: #666;
    font-weight: 600;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .sh-container {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */