/* Shortcode Core Styles */
.shortcode-product,
.shortcode-products,
.shortcode-category {
    margin: 20px 0;
    width: 100%;
    display: block;
}

/* Clickable Block Pattern */
.shortcode-item-link {
    display: block;
    color: inherit !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.shortcode-item-link:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Single Product Horizontal */
.shortcode-product-item.horizontal-item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    width: 100%;
}

/* Vertical Item in Grid */
.shortcode-product-item.vertical-item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    height: 100%;
}

/* Category Item Horizontal */
.shortcode-category-item.horizontal-item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    width: 100%;
}

.shortcode-image {
    text-align: center;
}

.shortcode-caption h4,
.shortcode-caption h3 {
    margin-top: 0;
    color: #333;
}

.shortcode-products-grid {
    margin-bottom: 20px;
}

.shortcode-category-description {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .shortcode-image {
        margin-bottom: 15px;
    }
}