.zwp-featured-products-wrap {
    margin: 0 0 28px;
}

.zwp-featured-products-title {
    margin: 0 0 18px;
    font-size: 1.35rem;
    line-height: 1.2;
}

.zwp-featured-products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zwp-featured-product-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.zwp-featured-product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.zwp-featured-product-thumb {
    display: block;
    flex: 0 0 76px;
    width: 76px;
    text-decoration: none;
}

.zwp-featured-product-thumb img {
    display: block;
    width: 76px;
    height: auto;
    max-width: 100%;
}

.zwp-featured-product-content {
    min-width: 0;
    flex: 1 1 auto;
}

.zwp-featured-product-name {
    display: inline-block;
    font-size: 1.05rem;
    line-height: 1.35;
    text-decoration: none;
    word-break: break-word;
    margin-bottom: 8px;
}

.zwp-featured-product-rating {
    min-height: 18px;
    margin: 0 0 6px;
}

.zwp-featured-product-price {
    font-size: 1.05rem;
    line-height: 1.3;
}

.zwp-featured-product-price ins {
    text-decoration: none;
}

.zwp-featured-products-injected-target {
    width: 100%;
}

@media (max-width: 767px) {
    .zwp-featured-products-wrap {
        margin-top: 20px;
    }

    .zwp-featured-product-item {
        gap: 12px;
    }

    .zwp-featured-product-thumb,
    .zwp-featured-product-thumb img {
        width: 72px;
    }
}
