.breadcrumbs {
width: 100%;
margin-bottom: 22px;
}
body .breadcrumbs a {
font-size: 14px;
}
.taxonomy-parent {
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
position: relative;
width: max-content;
margin-bottom: 12px;
}
.taxonomy-parent::before {
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: rgba(237, 28, 36, 1);
bottom: -3px;
}
ul {
padding-left: 0 !important;
list-style: none !important;
}
.no-children {
font-size: 16px;
}
.cars-list { }
.car-column {
margin-top: 34px;
max-width: 500px;
margin-bottom: 44px;
}
.car-name {
width: max-content;
position: relative;
font-size: 18px;
}
.car-name::before {
content: '';
position: absolute;
width: 100%;
height: 1px;
background-color: rgba(237, 28, 36, 1);
bottom: -3px;
}
.cars-list-container {
width: 100%;
display: flex;
flex-direction: column;
gap: 24px;
}
.car-image {
margin-bottom: 14px;
}
body hr {
width: 100%;
border-bottom: 1px solid #fff;
max-width: 100%;
}
body hr:last-child {
display: none;
}