/* Styles extracted from about-esab-brand.html */

.triangle-bullet-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .triangle-bullet-list li {
            position: relative;
            padding-left: 18px;
            margin-bottom: 10px;
        }

        .triangle-bullet-list li:last-child {
            margin-bottom: 0;
        }

        .triangle-bullet-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 7px solid #2e3192;
        }

        .technoweld-image-spaces {
            margin: 30px 0 36px;
        }

        .technoweld-image-space {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            min-height: 220px;
            border: 1px solid #e2e2e2;
            background: #f6f6f6;
            margin: 0;
            padding: 0;
        }

        .technoweld-image-space:not(.is-full-width) {
            height: 220px;
        }

        .technoweld-image-space img {
            width: 100% !important;
            height: 100% !important;
            max-width: none;
            object-fit: cover !important;
            object-position: center;
            display: block;
            margin: 0;
            padding: 0;
        }

        .technoweld-image-space.is-full-width {
            min-height: 0;
            aspect-ratio: 2305 / 1640;
        }

        .technoweld-image-space.is-full-width img {
            object-position: left center;
        }

        .blog-post-content-inner p {
            text-align: justify;
            text-justify: inter-word;
        }

        .official-brand-links-area {
            padding: 28px 0 14px;
        }

        .official-brand-links-card {
            border: 1px solid #e2e2e2;
            border-radius: 12px;
            background: #ffffff;
            padding: 22px 24px;
        }

        .official-brand-links-card h3 {
            margin: 0 0 10px;
            font-size: 28px;
            color: #1f2937;
        }

        .official-brand-links-card p {
            margin: 0 0 8px;
            color: #4b5563;
        }

        .official-brand-links-card p:last-child {
            margin-bottom: 0;
        }

        .official-brand-links-card a {
            color: #1d2475;
            word-break: break-all;
        }

        .official-brand-note {
            color: #1f2937;
            font-weight: 500;
        }

        .technoweld-products-band {
            width: 100%;
            background: #2e3192;
            padding: 36px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
            flex-wrap: nowrap;
            text-align: center;
        }

        .technoweld-products-band h3 {
            margin: 0;
            color: #ffffff;
            font-size: 32px;
            line-height: 1.3;
            font-weight: 500;
            white-space: nowrap;
        }

        .technoweld-products-band .products-btn {
            display: inline-flex;
            align-items: center;
            padding: 10px 26px;
            border-radius: 30px;
            background: transparent;
            color: #ffffff;
            border: 1px solid #ffffff;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .technoweld-products-band .products-btn:hover {
            background: #ffffff;
            color: #2e3192;
        }

        .page-search-feedback {
            margin: 10px 0 0;
            font-size: 14px;
            line-height: 1.4;
            color: #6c757d;
            min-height: 20px;
        }

        .blog-post-content-inner mark.page-search-highlight {
            background: #fff3a3;
            color: #111111;
            padding: 0 2px;
            border-radius: 2px;
        }

        @media only screen and (max-width: 767px) {
            .technoweld-image-spaces {
                margin: 22px 0 28px;
            }

            .technoweld-image-space {
                min-height: 180px;
            }

            .technoweld-image-space:not(.is-full-width) {
                height: 180px;
            }

            .technoweld-products-band {
                padding: 30px 16px;
                gap: 12px;
                flex-wrap: wrap;
            }

            .technoweld-products-band h3 {
                font-size: 24px;
            }
        }
