/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./frontend/assets/scss/base.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
nav .navbar-brand {
  height: 80px;
}
nav .navbar-brand img {
  max-height: 60px;
}
nav .nav-link {
  color: #333;
}

.collapse.navbar-collapse {
  justify-content: flex-end !important;
  width: 100%;
}

.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 10px;
}

ion-icon {
  vertical-align: middle;
}

.vehicle-details-link {
  display: block;
  margin-bottom: 30px;
}
.vehicle-details-link:hover {
  text-decoration: none;
}

ul.pagination {
  margin-top: 20px;
}
ul.pagination li:not(:last-of-type) {
  margin-right: 5px;
}
ul.pagination li.active a {
  color: #fff;
}

.card--vehicle {
  text-decoration: none;
}
.card--vehicle .card-img-top {
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}
.card--vehicle .card-img-top img {
  display: none;
}
.card--vehicle .card-title {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.card--vehicle .card-text {
  margin-bottom: 10px;
}
.card--vehicle .card-text p {
  margin-bottom: 0;
}

.widget--share-page a {
  margin-bottom: 10px;
}
