/* Styles for 3m-product-list.html */

#three-m-products-common .esab-filter-item .product {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

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

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

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

#three-m-products-common .esab-filter-item .product .content .title,
#three-m-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-empty-text {
    margin: -10px 0 0;
    padding: 12px 16px;
    border-radius: 8px;
    background: #f7f7f8;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.5;
}

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

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

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

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

.three-m-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);
}

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

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

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

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

@media only screen and (max-width: 767px) {
    .three-m-faq-area .breadcrumb-title {
        font-size: 30px;
    }
}
