/* Styles extracted from technoweld-welding-cable.html */

#technoweld-products-common .esab-filter-item .product {
            border: 0;
            border-radius: 0;
            box-shadow: none;
            background: transparent;
        }

        #technoweld-products-common .esab-filter-item .product .thumb {
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            overflow: hidden;
        }

        #technoweld-products-common .esab-filter-item .product .thumb .image,
        #technoweld-products-common .esab-filter-item .product .thumb .image img {
            border-radius: 16px;
        }

        #technoweld-products-common .esab-filter-item .product .content {
            border: 0;
            text-align: left !important;
            padding: 14px 0 0;
            align-items: flex-start !important;
        }

        #technoweld-products-common .esab-filter-item .product .content .title,
        #technoweld-products-common .esab-filter-item .product .content .title a {
            width: 100%;
            text-align: left !important;
            display: block;
        }

        .technoweld-category-heading .technoweld-category-title {
            margin: 0;
            padding-bottom: 10px;
            border-bottom: 1px solid #e5e7eb;
            font-size: 28px;
            font-weight: 700;
            color: #1f2937;
        }

        .technoweld-welding-copy {
            padding: 0 0 32px;
        }

        .technoweld-welding-copy p {
            max-width: 760px;
            margin: 0;
            color: #4b5563;
            line-height: 1.7;
        }

        .technoweld-faq-area {
            padding: 20px 0 80px;
        }

        .technoweld-faq-area .breadcrumb-title {
            color: #1f1f1f;
            font-size: 42px;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .technoweld-faq-area p {
            color: #4a4a4a;
        }

        .technoweld-faq-area .accordion-item {
            border: 1px solid #e1e1e1;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 12px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
        }

        .technoweld-faq-area .accordion-button {
            font-weight: 600;
            color: #1f1f1f;
            background: #fff;
            padding: 1rem 1.25rem;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .technoweld-faq-area .accordion-button:not(.collapsed) {
            color: #2e3192;
            background-color: #fff;
        }

        .technoweld-faq-area .accordion-button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .technoweld-faq-area .accordion-body {
            color: #4a4a4a;
            line-height: 1.7;
            background: #fff;
        }

        @media only screen and (max-width: 767px) {
            .technoweld-category-heading .technoweld-category-title {
                font-size: 22px;
            }

            .technoweld-faq-area .breadcrumb-title {
                font-size: 30px;
            }
        }
