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

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

.technoweld-category-page .technoweld-copy-split p {
    max-width: none;
}

.technoweld-category-page .technoweld-feature-media {
    margin: 0 0 32px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.technoweld-category-page .technoweld-feature-media img {
    display: block;
    width: 100%;
    height: auto;
}

.technoweld-category-page[data-technoweld-page="cable-adapter"] .technoweld-feature-media {
    aspect-ratio: 5 / 4;
}

.technoweld-category-page[data-technoweld-page="cable-adapter"] .technoweld-feature-media img {
    width: 100% !important;
    max-width: none;
    height: auto;
    object-fit: contain;
}

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

.technoweld-category-page .product {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.technoweld-category-page .product .thumb {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

.technoweld-category-page .product .thumb .image,
.technoweld-category-page .product .thumb .image img {
    border-radius: 16px;
}

.technoweld-category-page .product .content {
    border: 0;
    text-align: left !important;
    padding: 14px 0 0;
    align-items: flex-start !important;
}

.technoweld-category-page .product .content .title,
.technoweld-category-page .product .content .title a {
    width: 100%;
    text-align: left !important;
    display: block;
}

.technoweld-category-page .technoweld-cta-box {
    margin-top: 10px;
    padding: 24px 28px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.technoweld-category-page .technoweld-empty-box {
    padding: 28px;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background: #f8fafc;
    text-align: center;
}

.technoweld-category-page .technoweld-empty-box p {
    margin: 0;
    color: #64748b;
    font-size: 17px;
}

.technoweld-category-page .technoweld-cta-box p {
    margin: 0 0 14px;
    color: #4b5563;
}

.technoweld-category-page .technoweld-cta-box .btn.btn-primary {
    background: #266bf9;
    border-color: #266bf9;
    color: #ffffff;
}

.technoweld-category-page .technoweld-cta-box .btn.btn-primary:hover,
.technoweld-category-page .technoweld-cta-box .btn.btn-primary:focus {
    background: #174fcf;
    border-color: #174fcf;
    color: #ffffff;
}

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

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

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

.technoweld-category-page .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-category-page .technoweld-faq-area .accordion-button {
    font-weight: 600;
    color: #1f1f1f;
    background: #fff;
    padding: 1rem 1.25rem;
    box-shadow: none;
}

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

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

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

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

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

    .technoweld-category-page .technoweld-cta-box {
        padding: 20px;
    }

    .technoweld-category-page .technoweld-feature-media {
        margin-top: -8px;
    }

    .technoweld-category-page[data-technoweld-page="cable-adapter"] .technoweld-feature-media {
        aspect-ratio: auto;
    }

    .technoweld-category-page[data-technoweld-page="cable-adapter"] .technoweld-feature-media img {
        height: auto;
    }
}
