body {
    font-family: "Raleway", "Noto Sans", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.page-header {
    display: none !important;
}

.car-brands-list h1 {
    color: #2e3a4b;
    text-align: center;
    margin: 30px auto;
    font-size: 42px;
}

.car-brands-list p {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 103px;
    position: relative;
    font-size: 21px;
}

.car-brands-list p:after {
    content: '';
    height: 2px;
    width: 14%;
    position: absolute;
    bottom: -9px;
    background: red;
    text-align: center;
    left: 44%;
}

.has-feature-image {
    background-image: url(https://bildata.dk/wp-content/uploads/2025/09/original-7.jpg);
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}


.car-details h2{
    position:relative;
    margin-top: 50px;
    margin-bottom: 66px;
}

.car-details h2:after {
    content: '';
    height: 2px;
    width: 8%;
    position: absolute;
    bottom: -5px;
    background: red;
    text-align: center;
    left: 46%;
}

.has-feature-image h1 {
    color: #ffffff;
    width: 100%;
    margin: 0;
    padding: 40px;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: rgba(45, 58, 75, 0.5);
    font-size: 3rem;
}


td.firstcolumn {
    font-size: 21px;
    color: #000000;
    border-top: 1px solid #cbd4e0 !important;
    width: 30% !important;
}

.car-details table td:not(.firstcolumn) {
    border-bottom: 1px solid #80808012 !important;
    border-top: 1px solid #cbd4e0 !important;
    width: 35%;
}

.car-details table td blockquote {
    color: #666666;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    font-weight: 300;
    font-style: italic;
}
.car-details table td blockquote a{
     color: #666666;
}

.car-details table tr td,
.car-details table tr th {
    background: transparent !important;
}

.evo-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5%;
}

.evo-news .evo-news__item {
    width: 32%;
    background: #ffffff !important;
    margin-bottom: 2%;
    padding: 16px;
    box-shadow: 1px 1px 4px 8px #f8f8f8;
    border-radius: 3px;
}

.evo-news .evo-news__item .heading {
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #b9cde89e;
    text-decoration-thickness: 1px;
}

.evo-news .evo-news__item .heading:hover {
    text-decoration-color: #0064ebed;
}

.evo-news h6 {
    font-size: 14px;
    margin-bottom: 12px;
}

.car-brands-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.car-brands-navigation a {
    border: 1px solid #36627a;
    padding: 3px 5px;
    background-color: #C7DBE6;
    color: #000000;
    font-weight: 500;
    width: 25px;
    text-align: center;
}

.car-brands-list {
    margin-bottom: 50px;
}

.car-brands-list ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px 28px;
}

.car-brands-list h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 400;
}

.car-brands-list li {
    border-bottom: 1px solid #d4d4d494;
    padding-top: 5px;
}

.car-brands-list li a {
    font-family: Raleway, Arial;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.simple-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px;
    margin-top: 90px;
    margin-bottom: 50px;
}

.simple-gallery a {
    line-height: 0;
}

.simple-gallery img {
    width: 100%;
    min-height: 112px;
    height: 112px;
    max-height: 112px;
    object-fit: cover;
}

.car-brands-list tr,
th,
td {
    border: none !important;
    background-color: #ffffff !important;
}

.car-brands-header h1 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.model-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.model-row .car-brands-list {
    width: 66%;
}

.model-row .car-model-statics {
    width: 34%;
}

.car-brands-list th {
    text-align: left;
    font-size: 15px;
}

.car-brands-list a {
    color: #000000;
}

.car-model-statics .card__header {
    background: #2e3a4b;
    color: #ffffff;
    font-size: 30px;
    padding: 12px;
    margin: 0;
}
.car-model-statics .card__text {
    padding: 5px 0 14px 20px;
    background: #eaeef3;
}

.car-model-statics ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.brand-wiki h2{
    text-align: center;
    margin-top: 60px;
}

.car-model-header h1:not(.has-feature-image h1) {
 text-align: center;
 margin-top: 40px;
 margin-bottom: 40px;
 text-transform: capitalize;
}

.car-details h2 {
    text-align: center;
}
.toggle-gallery span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2e3a4b;
    color: #ffffff;
    font-weight: 500;
}

.car-model-statics a {
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    border-bottom: 1px solid #D3E4EE;
}

.car-model-statics h4 {
    font-size: 16.8px;
    margin: 25px 0;
    color: #000000;
}

.wiki-articles{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.wiki-article{
    background: #ffffff;
    width: 32%;
    box-shadow: 1px 1px 4px 13px #82c9ff0d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}
.wiki-article h3{
    font-size: 16px;
    margin: 10px 0;
}
.wiki-article h3 a{
    color: #000000;
    text-decoration: none;
}
.wiki-article img{
      height: 225px !important;
    width: 340px;
    object-fit: contain;
}
.wiki-articles{
    padding: 25px;
}

.car-details .description{
    column-count: 3;
    max-width: 1045px;
    margin: 0 auto;
    font-size: 14px;
    column-gap: 4em;
    text-align: justify;
    margin-bottom: 70px;
}

.specs {
    margin: 0 auto;
    background: #f7f8fa;
    padding: 25px 0;
}

.specs__wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.car-details .description a{
    color:#000000;
    border-bottom: 1px solid #D3E4EE;
}
.car-theme-grid__item h3{
    font-size: 18px;
    color: #2d3a4b;
    font-weight: 600;
    padding: 5px 14px 0px 14px;
}
.car-theme-grid__item{
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-shadow: 1px 1px 5px 16px #b3c6ff12 !important;
    border-radius: 3px;
}
.car-theme-grid__item img{
    width: 100%;
    object-fit: cover;
    max-height: 265px;
    min-height: 265px;
}
.car-theme-grid__item a{
    width: 100%;
}
.car-theme-grid__item p{
    padding: 0px 14px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
}
.car-theme-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.specs__body table{
    max-width: 100%;
}
.notcolmn{
    width: 572px !important;
    column-count: 1 !important;
}

@media (max-width: 1024px) {
    .evo-news .evo-news__item {
        width: 45%;
    }

    .car-brands-list ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .simple-gallery {
        grid-template-columns: repeat(6, 1fr);
    }

    .model-row .car-brands-list {
        width: 100%;
        overflow-x: scroll;
    }

    .model-row .car-model-statics {
        width: 100%;
    }
}

@media (max-width: 830px) {
    .simple-gallery {
        grid-template-columns: repeat(5, 1fr);
    }
    .car-theme-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 694px) {
    .car-details .description {
        column-count: 1;
        max-width: 90%;
        margin: 25px auto;
        padding: 0px 15px;
    }
    .evo-news .evo-news__item {
        width: 94%;
    }

    .car-brands-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .car-brands-list p:after {
        width: 40%;
        bottom: -9px;
        left: 30%;
    }

    .simple-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    /*/article image adjustments*/
    .wiki-article img{
        height: auto !important;
        width: 100%;
        object-fit: cover;
        max-height: 250px;
    }
    .wiki-article{
        width: 100%;
    }
    .car-theme-grid {
        grid-template-columns: 1fr;
    }
    .has-feature-image h1 {
        font-size: 2rem;
        padding: 20px;
    }
    .has-feature-image {
        height: 250px;
        padding: 40px 0 0px 0;
    }
    .car-details h2{
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 30px;
    }
    .car-model-header h1:not(.has-feature-image h1) {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

}