/* ITNETCOM_HOME_PRODUCT_SECTION_CATEGORY_BUTTON_B2B_V1 */
.latest-products-header {
    position: relative;
}

.home-product-section-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.home-product-section-category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(22, 28, 45, 0.14);
    background: #ffffff;
    color: #141a2a;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-product-section-category-link::after {
    content: '›';
    font-size: 1.2rem;
    line-height: 1;
}

.home-product-section-category-link:hover,
.home-product-section-category-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(196, 18, 48, 0.45);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.13);
    text-decoration: none;
}

@media (min-width: 900px) {
    .latest-products-header .home-product-section-actions {
        position: absolute;
        top: 6px;
        right: 0;
        margin-top: 0;
        justify-content: flex-end;
    }
}

@media (max-width: 899px) {
    .home-product-section-category-link {
        width: fit-content;
        max-width: 100%;
    }
}
