﻿.categories-body__container {
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
}

    .categories-body__container .categories-main .title {
        font-family: Rubik;
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px;
    }

    .categories-body__container .categories-main .sub-title {
        font-family: Rubik;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        padding-top: 1rem;
    }

    .categories-body__container .categories-main .description {
        font-family: Rubik;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        max-width: 90%;
    }

    .categories-body__container .categories-left-panel {
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .categories-body__container .category-img img {
        width: 300px;
        height: 172px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .categories-body__container .categories-side-ads li {
        padding-bottom: 1rem;
    }

    .categories-body__container .category-contant-us-panel {
        display: flex;
        width: 300px;
        padding: 16px 0px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        border-radius: 5px;
        border: 1px solid var(--Blue-Grey-200, #D7DBE6);
        background: var(--White, #FFF);
    }

    .categories-body__container .category-contant-us-panel_title,
    .categories-body__container .category-contant-us-panel_bottom-text {
        font-family: Rubik;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .categories-body__container .sub-categories-filter {
        display: flex;
        gap: 8px;
        padding: 1rem 0px;
    }

        .categories-body__container .sub-categories-filter input[type="radio"] {
            display: none;
        }

        .categories-body__container .sub-categories-filter label {
            padding: 8px 16px;
            border: 1px solid #d1d5db;
            border-radius: 20px;
            cursor: pointer;
            font-size: 14px;
            background-color: white;
            transition: all 0.3s ease-in-out;
        }

        .categories-body__container .sub-categories-filter input[type="radio"]:checked + label {
            background-color: #1f2937;
            color: white;
            border-color: #1f2937;
        }

        .categories-body__container .sub-categories-filter label:hover {
            background-color: #e5e7eb;
        }

    .categories-body__container .categories-filters .select {
        max-width: 15rem;
        padding: 1rem 0;
    }


/*.article-semantic-reviews {
    direction: rtl;
    font-family: Arial, sans-serif;
    max-width: 600px;
    max-width: 50%;
}

    .article-semantic-reviews .comments-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .article-semantic-reviews .comments-count {
        font-weight: bold;
    }

    .article-semantic-reviews .comments-icon {
        width: 16px;
        height: 16px;
    }

    .article-semantic-reviews .comment-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    .article-semantic-reviews .input-field {
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .article-semantic-reviews .submit-button {
        background-color: #e8e8e8;
        border: none;
        padding: 10px;
        font-weight: bold;
        border-radius: 20px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .article-semantic-reviews .submit-button:hover {
            background-color: #d0d0d0;
        }

    .article-semantic-reviews .comments-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .article-semantic-reviews .comment {
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

    .article-semantic-reviews .comment-title {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .article-semantic-reviews .comment-meta {
        font-size: 12px;
        color: #777;
        margin-bottom: 5px;
    }

    .article-semantic-reviews .comment-text {
        font-size: 14px;
        color: #333;
    }

    .article-semantic-reviews .load-more {
        margin-top: 20px;
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
    }

        .article-semantic-reviews .load-more svg {
            max-width: 1rem;
            max-height: 1rem;
        }

hr.article-separator-line {
    border: solid 0.1rem;
    margin: 1rem 0;
    border-color: lightgrey;
    max-width: 90%;
}

.article-container .sub-info {
    gap: 2rem;
    display: flex;
    padding-top: 1rem;
}

    .article-container .sub-info .reporter-info {
        font-family: Rubik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;*/ /* 125% */
        /*text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .article-container .sub-info .article-date {
        font-family: Rubik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .article-container .sub-info .comments-count {
        font-family: Rubik;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

.article-gallery img {
    max-width: 80%;
    margin: 2rem auto;
}

.article-latest-articles {
    padding-top: 5rem;
}

.article-competitors {
    direction: rtl;
    padding: 3rem 0;
    font-family: Arial, sans-serif;
}

.article-competitors__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.article-competitors__subtitle {
    color: #777;
    margin-bottom: 20px;
}

.article-competitors__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
}

.article-competitors__card {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
}

.article-competitors__checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
}

.article-competitors__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.article-competitors__name {
    font-weight: bold;
    margin-bottom: 5px;
}

.article-competitors__trim {
    color: #555;
    margin-bottom: 5px;
}

.article-competitors__range {
    font-size: 14px;
    margin-bottom: 5px;
}

.article-competitors__price {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
}

.article-competitors__compare-button {
    margin-top: 20px;
    padding: 10px 20px;*/
    /*background-color: #e6f4ea;*/
    /*border: 1px solid lightgray;
    color: lightgray;
    border-radius: 5px;
    cursor: pointer;
}

.article-versions-compare {
    padding: 3rem 0;
}

    .article-versions-compare .vehicle-table__header-title-icon {
        width: 10rem;
        height: 6rem;
    }

.article-tags {
    padding: 2rem 0;
    display: flex;
}

.aticle-tags_title {
    margin: auto 0;
}

.aticle-tags_content {
    display: contents;
}

    .aticle-tags_content .car-filters__checkbox-label {
        margin: 0 0.2rem;
    }

.article-content-with-img-btns {*/
    /*    font-family: "Arial", sans-serif;*/
    /*line-height: 1.6;
    color: #333;
    direction: rtl;
    padding: 1rem;
    max-width: 768px;*/
    /*margin: auto;*/
/*}

    .article-content-with-img-btns h2 {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .article-content-with-img-btns p {
        margin-bottom: 1rem;
    }

    .article-content-with-img-btns .image-wrapper {
        position: relative;
        margin-bottom: 1rem;
    }

        .article-content-with-img-btns .image-wrapper img {
            width: 100%;
            border-radius: 8px;
        }

        .article-content-with-img-btns .image-wrapper .credit {
            position: absolute;
            bottom: 0.5rem;
            left: 0.5rem;
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
            font-size: 0.8rem;
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
        }

    .article-content-with-img-btns .car-info {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .article-content-with-img-btns .used-cars-btn {
        background-color: #e83240;
        color: #fff;
        border: none;
        padding: 0.5rem 0.75rem;
        border-radius: 16px;
        cursor: pointer;
        font-weight: bold;
    }

    .article-content-with-img-btns .market-score {
        background-color: #d6f6d8;
        color: #0a5f0d;
        font-weight: bold;
        padding: 0.4rem 0.6rem;
        border-radius: 16px;
    }

    .article-content-with-img-btns .score {
        font-weight: bold;
        color: #0a5f0d;
        font-size: 1.1rem;
    }

    .article-content-with-img-btns .price {
        background-color: #eee;
        padding: 0.5rem 0.75rem;
        border-radius: 20px;
        font-weight: bold;
    }


#article-content-with-img-props {*/
    /*font-family: Arial, sans-serif;*/
    /*color: #333;
    direction: rtl;
    padding: 1rem;
    max-width: 768px;*/
    /*margin: auto;*/
    /*line-height: 1.6;
}

    #article-content-with-img-props h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    #article-content-with-img-props p {
        margin-bottom: 1rem;
    }

    #article-content-with-img-props .image-wrapper {
        position: relative;
        margin: 1rem 0;
    }

        #article-content-with-img-props .image-wrapper img {
            width: 100%;
            border-radius: 8px;
        }

        #article-content-with-img-props .image-wrapper .credit {
            position: absolute;
            bottom: 0.5rem;
            left: 0.5rem;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            font-size: 0.8rem;
            padding: 0.2rem 0.5rem;
            border-radius: 4px;
        }

    #article-content-with-img-props .table-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        background-color: #f4f4f4;
        padding: 1rem;
        border-radius: 8px;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    #article-content-with-img-props .table-cell {
        flex: 1 1 30%;
        min-width: 130px;
        text-align: center;
        padding: 0.5rem;
        background-color: #fff;
        border-radius: 8px;
    }

        #article-content-with-img-props .table-cell .label {
            font-size: 0.9rem;
            color: #666;
        }

        #article-content-with-img-props .table-cell .value {
            font-size: 1.1rem;
            font-weight: bold;
            margin-top: 0.25rem;
        }

.article-content-img-compar {
    font-family: Arial, sans-serif;
    direction: rtl;
    color: #333;
    padding: 1rem;
    max-width: 900px;
    margin: auto;
}

    .article-content-img-compar h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        text-align: right;
    }

    .article-content-img-compar .image-comparison {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .article-content-img-compar .image-item {
        flex: 1 1 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: right;
    }

        .article-content-img-compar .image-item img {
            width: 100%;
            border-radius: 8px;
            margin-bottom: 0.5rem;
        }

    .article-content-img-compar .caption {
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

.article-summary-section {
    direction: rtl;
    padding: 1rem;*/
    /*max-width: 768px;*/
/*}

    .article-summary-section .summary-box {
        border: 1px solid #cdd4e0;
        background-color: #f8f9fb;
        border-radius: 6px;
        padding: 1rem;
        color: #333;
    }

        .article-summary-section .summary-box h3 {
            margin-top: 0;
            margin-bottom: 0.75rem;
            font-size: 1.2rem;
            font-weight: bold;
            color: #1a2433;
        }

        .article-summary-section .summary-box p {
            margin: 0;
            line-height: 1.6;
        }

.article-similar-articles {
    direction: rtl;
    color: #1a2433;
    padding: 1rem;
    max-width: 768px;
    border-top: 1px solid #dce1e8;
}

    .article-similar-articles h3 {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 1rem;
        text-align: right;
    }

    .article-similar-articles .related-article {
        display: flex;
        gap: 1rem;
        border-bottom: 1px solid #dce1e8;
        padding: 1rem 0;
        align-items: center;
    }

        .article-similar-articles .related-article img {
            width: 100px;
            height: auto;
            border-radius: 4px;
            flex-shrink: 0;
        }

    .article-similar-articles .article-info {
        flex-grow: 1;
    }

    .article-similar-articles .category {
        display: block;
        font-size: 0.85rem;
        color: #1654c5;
        margin-bottom: 0.25rem;
        text-decoration: none;
    }

    .article-similar-articles .title {
        display: block;
        font-size: 18px !important;
        color: #1a2433;
        font-weight: normal;
        text-decoration: none;
        margin-bottom: 0.25rem;
    }

        .article-similar-articles .title strong {
            font-weight: bold;
        }

    .article-similar-articles .author {
        font-size: 0.8rem;
        color: #666;
    }

.article-information-with-inline-gallery {
    direction: rtl;
    color: #1a2433;*/
    /*display: flex;*/
    /*flex-wrap: wrap;
    gap: 1.5rem;
    max-width: 960px;
    padding: 1rem;
}

    .article-information-with-inline-gallery .text-content {
        flex: 1 1 50%;
    }

    .article-information-with-inline-gallery h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 0.25rem;
    }

    .article-information-with-inline-gallery .subtitle {
        font-size: 1rem;
        font-weight: bold;
        color: #1a2433;
        margin-bottom: 1rem;
    }

    .article-information-with-inline-gallery p {
        line-height: 1.6;
        margin: 0;
    }

    .article-information-with-inline-gallery .image-gallery {
        flex: 1 1 45%;
        position: relative;
    }

        .article-information-with-inline-gallery .image-gallery img {
            width: 100%;
            border-radius: 8px;
        }

    .article-information-with-inline-gallery .gallery-meta {
        display: flex;
        justify-content: space-between;
        margin-top: 0.5rem;
        font-size: 0.8rem;
        color: #666;
    }

        .article-information-with-inline-gallery .gallery-meta .index {
            background-color: #1a2433;
            color: #fff;
            padding: 0.2rem 0.5rem;
            border-radius: 4px;
        }*/
