.news2022 {
    background-color: #f8f8f8;
    overflow: hidden;
    padding-bottom: 20px;
}

.news2022 p {
    line-height: 1.4;
}

.news2022 h2 {
    font-family: 'ToyotaType-Bold';
    font-size: 24px;
    margin-top: 0;
}

.news2022 ul,
.news2022 ol {
    padding-left: 20px;
}

.news2022 ul li,
.news2022 ol li {
    margin: 0;
    line-height: 1.6;
}

@font-face {
    font-family: 'icomoon';
    src: url('../../../fonts/media/news/icomoon.eot?hd25ii');
    src: url('../../../fonts/media/news/icomoon.eot?hd25ii#iefix') format('embedded-opentype'),
        url('../../../fonts/media/news/icomoon.ttf?hd25ii') format('truetype'),
        url('../../../fonts/media/news/icomoon.woff?hd25ii') format('woff'),
        url('../../../fonts/media/news/icomoon.svg?hd25ii#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-right:before {
    content: "\f101";
}

.icon-arrow-right2:before {
    content: "\ea3c";
}

.icon-arrow-left2:before {
    content: "\ea40";
}


.news2022 section.spotLight {
    margin-bottom: 0px;
    position: relative;
}

.news2022 section.spotLight img {
    width: 100%;
}

.news2022 section.spotLight figcaption {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}

.news2022 section.spotLight figcaption h1 {
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-family: 'ToyotaType-SemiBold';
}

.news2022 .read-more-btn::after {
    content: "\f101";
    font-family: 'icomoon' !important;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    margin-top: -3px;
    margin-left: 5px;
}

.news2022 .newsNavLinks {
    padding: 20px 10px;
    max-width: 1000px;
    background-color: #fff;
    margin-top: -50px;
    z-index: 99;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news2022 .newsNavLinks .news-nav-caption h4 {
    margin: 0;
    line-height: 1;
    font-family: 'ToyotaType-SemiBold';
}

.news2022 .newsNavLinks .news-nav-caption h1 {
    font-size: 50px;
    color: #e8e8e8;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'ToyotaType-Bold';
}

.news2022 .newsNavLinks .news-year-sort {
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    color: #898989;
}

.news2022 .newsNavLinks .news-year-sort .owl-item p {
    color: #898989;
    margin: 0;
    vertical-align: sub;
    line-height: 24px;
    padding-top: 10px;
    border-bottom: 1px solid transparent;
}

.news2022 .newsNavLinks .news-year-sort .owl-item p:hover {
    font-size: 20px;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #eb0a1e;
    margin-top: -10px;
    padding-bottom: 10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.news2022 .newsNavLinks .news-year-sort .owl-nav {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news2022 .newsNavLinks .news-year-sort .owl-nav .owl-prev,
.news2022 .newsNavLinks .news-year-sort .owl-nav .owl-next {
    margin-top: 12px;
    text-align: left;
    font-size: 18px;
}

.news2022 .newsNavLinks .news-year-sort .owl-nav .owl-prev:hover,
.news2022 .newsNavLinks .news-year-sort .owl-nav .owl-next:hover {
    color: #eb0a1e;
}

.news2022 .media-news-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 5px 0;
    max-width: 1100px;
    margin: 0 auto;
}


.news2022 .media-news-wrap .news-article {
    width: 50%;
    padding: 5px;
}

.news2022 .media-news-wrap .news-article figcaption {
    background-color: #fff;
    padding: 10px 10px 15px;
    margin: 0;
}

.news2022 .media-news-wrap .news-article figcaption h4 {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'ToyotaType-SemiBold';
}

.news2022 .media-news-wrap .news-article figcaption h6 {
    color: #898989;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 5px;
}

.news2022 .media-news-wrap .news-article figcaption a {
    color: #eb0a1e;
    font-family: 'ToyotaType-SemiBold';
    font-size: 12px;
}

.news2022 .read-more-cta {
    margin: 15px auto;
    display: block;
    padding: 5px 15px;
    border-top: 1px solid red;
    border-right: 1px solid red;
    font-size: 12px;
    height: 20px;
    width: fit-content;
    font-family: 'ToyotaType-SemiBold';
    cursor: pointer;
}

.news2022 .read-more-cta .read-less-txt,
.news2022 .read-more-cta .read-more-txt {
    color: #eb0a1e;
}

.news2022 .read-more-cta .read-less-txt {
    display: none;
}

.news2022 .read-more-cta.collapsed .read-more-txt {
    display: none;
}

.news2022 .read-more-cta.collapsed .read-less-txt {
    display: block;
}

.news2022 .reviews2022-wrap {
    background-image: url("/images/toyota-in-india/about/reviews-bg-1300x950.jpg");
    background-size: cover;
    background-position: center;
    padding: 10px 0 20px;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .news2022 .newsNavLinks {
        padding: 20px 30px;
    }

    .news2022 .newsNavLinks .news-nav-caption {
        max-width: 25%;
    }

    .news2022 .newsNavLinks .news-year-sort {
        max-width: 65%;
        margin-right: 30px;
    }

    .news2022 .media-news-wrap .news-article {
        width: 33.33%;
        padding: 10px;
    }

    .news2022 .media-news-wrap {
        padding: 10px 50px;
    }

    .news2022 .media-heading {
        padding: 20px 50px;
    }

    .news2022 .reviews2022-wrap .media-heading {
        color: #fff;
    }

    .news2022 .reviews2022-wrap .media-heading .media-heading-bg {
        opacity: 0.2;
    }

    .news2022 h2 {
        font-size: 30px;
    }

    .news2022 .media-heading .media-heading-bg {
        left: 16%;
        font-size: 200%;
        top: -2%;
    }

    .news2022 .media-heading::before {
        left: 16%;
    }

    .news2022 .media-news-wrap .news-article figcaption {
        padding: 15px;
    }

    .news2022 .media-news-wrap .news-article figcaption h4 {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .news2022 .newsNavLinks {
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        z-index: 999;
        min-height: 100px;
    }

    .news2022 .newsNavLinks ul {
        justify-content: center;
    }

    .news2022 .media-heading .media-heading-bg {
        left: 12%;
        top: -2%;
    }

    .news2022 .media-heading::before {
        left: 12%;
    }

    .news2022 .newsNavLinks .news-year-sort {
        max-width: 65%;
    }

    .news2022 .newsNavLinks .news-nav-caption h1 {
        font-size: 70px;
    }

    .news2022 .newsNavLinks .news-year-sort .owl-item p {
        font-size: 18px;
    }

    .news2022 .newsNavLinks .news-year-sort .owl-item p:hover {
        font-size: 24px;
    }

    .news2022 .newsNavLinks .news-year-sort .owl-nav .owl-prev,
    .news2022 .newsNavLinks .news-year-sort .owl-nav .owl-next {
        margin-top: 6px;
        padding: 0 10px;
        text-align: left;
        font-size: 30px;
    }

    .news2022 .newsNavLinks .news-year-sort .owl-nav {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }
}

/* 
.news-article {
    display: none;
} */

.news-article.display {
    display: inline-block;
}