.rti-card__offer-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
  border: 2px solid #eee;
  cursor: pointer;
  color: #333;
  margin-bottom: 4px;
}
.rti-card__offer-row:hover, .rti-card__offer-row:focus {
  background: #ebebeb;
  color: #333;
  text-decoration: none;
}

.rti-card__offer-left {
  display: flex;
  align-items: center;
}

.rti-card__offer-icon {
  font-size: 1.4em;
  color: #555;
  flex-shrink: 0;
  width: 1.5em;
  text-align: center;
  margin-right: 8px;
}

.rti-card__offer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rti-card__offer-subtitle {
  display: block;
  font-weight: 700;
  font-size: 0.95em;
  color: #333;
}

.rti .card-section {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.rti .card-section > .rtifilter {
  display: flex;
}
.rti .card-section > .rtifilter[hidden] {
  display: none;
}
.rti .card-section .thumbnail {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rti .card-section .thumbnail > .text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.rti .card-section .thumbnail > .text-center img {
  max-height: 100%;
  object-fit: contain;
}
.rti .card-section .thumbnail > .caption:last-child {
  margin-top: auto;
}
.rti .card-section .well.well-sm {
  margin-bottom: 4px;
  padding: 4px;
}
.rti .card-section .caption {
  padding: 5px;
}
.rti .card-section .caption:last-child .row {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: -4px;
}
.rti .card-section .caption:last-child .row > [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.rti-category__icon {
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
  vertical-align: middle;
  object-fit: contain;
}

.rti .rtiCategoryTitle h2 {
  display: inline-flex;
  align-items: center;
}

#ViewVehiclesModal .vvm-offer-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
}

.vvm-modal-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.vvm-offer-block {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
}

.vvm-offer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}

.vvm-offer-highlight-col {
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
}

.vvm-offer-highlight {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.vvm-offer-highlight-sub {
  display: block;
  font-size: 0.85em;
  color: #999;
}

.vvm-offer-text {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 10px;
}

.vvm-offer-legal {
  font-size: 0.85em;
  color: #666;
  border: none;
  margin: 10px 0;
}

.vvm-offer-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.vvm-offer-ends {
  font-size: 0.85em;
  color: #999;
  margin-top: 4px;
}

.vvm-modal-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.vvm-disclosure-text {
  flex: 1;
  font-size: 0.8em;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.vvm-legal-wrapper {
  position: relative;
}

.vvm-legal-toggle {
  display: none;
  padding: 0;
  font-size: 0.85em;
  color: #337ab7;
}

body.vvm-open,
body.rmi-open {
  overflow: hidden;
}
body.vvm-open::after,
body.rmi-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

#ViewVehiclesModal.show {
  z-index: 1050;
  position: fixed;
  inset: 0;
  display: block;
  overflow-y: auto;
}

#RequestMoreInfoModal.show {
  display: block;
  z-index: 1050;
}

@media (max-width: 767px) {
  .rti aside {
    position: relative;
  }
  .rti aside > .list-inline {
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 8px;
  }
  .rti aside > .list-inline > li:first-child {
    display: block;
    white-space: normal;
    margin-bottom: 8px;
  }
  .rti aside > .list-inline > li {
    white-space: normal;
  }
  .rti aside > .list-inline .dropdown {
    position: static;
  }
  .rti aside > .list-inline .dropdown-menu {
    left: 0;
    right: 0;
    min-width: 100%;
  }
  .vvm-offer-legal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .vvm-offer-legal.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  .vvm-legal-toggle {
    display: inline-block;
  }
  .vvm-legal-toggle.expanded {
    display: none;
  }
}

/*# sourceMappingURL=manufacturerIncentives.css.map */
