/***********************
   FORM
***********************/
.form-control.form-control {
    height: 50px;
}

/***********************
   VDP
***********************/
.pageid-ivd .vehicle-link-creditapp {
    margin-bottom: 10px;
}
.pageid-ivd .sticky-column:has(.vehicle-link) {
    padding-top: 15px;
}

.element-type-price {
    margin-bottom: 20px;
}

.pageid-ivd .internetlabel {
    font-size: 18px!important;
}
.pageid-ivd .vehicle-description {
    font-size: 16px;
}
.pageid-ivd  .internetvalue {
    font-size: 24px!important;
}

div.vehicle-link {
    width: 100% !important;
}

.pageid-ivd .sticky-column .btn {
  display: flex;
   justify-content: center;
   align-items: center;
  padding: 10px 20px;
  background-color: #EE1900;
  border-color: #EE1900;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.2s ease;
   width: 100%;
   margin-bottom: 8px;
gap: 4px;
}
.pageid-ivd .internetlabel {
    font-size: 18px!important;
}
.pageid-ivd  .internetvalue {
    font-size: 24px!important;
}
@media(min-width: 768px) {
.pageid-ivd .internetlabel {
    font-size: 20px!important;
}
.pageid-ivd  .internetvalue {
    font-size: 28px!important;
}
}

/***********************
  INVENTORY LIST
***********************/
.credit-app-link-cus,
.btn-check-availability {
  display: flex;
   justify-content: center;
   align-items: center;
  padding: 10px 20px;
  background-color: #EE1900;
  border-color: #EE1900;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.2s ease;
   width: 100%;
   margin-bottom: 8px;
}
.credit-app-link-cus:hover,
.btn-check-availability:hover {
    background-color: #c41500;
  border-color: #c41500;
   text-decoration: none;
    color: #fff;
}

.btn-check-availability span.fa-envelope {
    display: none;
}

.element-type-inventorylistkeyfeatures .flex-container-features {
    gap: 10px;
}

.element-type-inventorylistkeyfeatures .flex-item-features {
    flex: auto;
    width: 100%;
}
.element-type-inventorylistkeyfeatures .specifics-value {
    font-size: 18px;
}