/* IFW Product Category Shortcode Styles */
.ifw-category-shortcode-wrapper {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.ifw-category-shortcode-wrapper .ifw-category-link {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 8px 15px;
    background-color: #0073aa;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.ifw-category-shortcode-wrapper .ifw-category-link:hover {
    background-color: #005a87;
    color: #ffffff;
}

.ifw-category-shortcode-wrapper .ifw-category-link:last-child {
    margin-right: 0;
}

.ifw-no-categories {
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 20px;
}