.modal-landing-sea {
  max-width: 640px !important;
}

.border-radius-landing-sea-quote {
  border-radius: 0.375rem;
}

.highlights-full-service {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.highlights-full-service::before {
  content: "";
  position: absolute;
  left: 100%;
  right: -50%;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #00a852;
  transform: skew(-20deg);
}

@media print,
screen and (min-width: 40em) {
  .highlights-full-service::before {
    left: 80%;
  }
}

@media print,
screen and (min-width: 64em) {
  .highlights-full-service::before {
    left: 50%;
  }
}

.tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 1rem;
  border: none;
}

.tabs .tabs-title>a {
  display: inline-flex;
  padding: 0.25rem 1rem;
  line-height: 1;
  min-height: 32px;
  border-radius: 16px;
  align-items: center;
  border: 1px solid #ccc;
  font-size: 0.75rem;
}

.tabs .tabs-title>a:hover {
  border-color: #00a852;
}

.tabs .tabs-title.is-active::after {
  display: none;
}

.tabs .tabs-title.is-active>a {
  border: 2px solid #00a852;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-content {
  border: none;
}

.vehicle-product__dropdown .menu .vehicle-suggest {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 15px;
}

.vehicle-product__dropdown .menu .vehicle-suggest:last-child {
  border: none;
}

.vehicle-product__dropdown .menu .vehicle-suggest:hover {
  background-color: #f8f8f8;
}

@media print,
screen and (max-width: 40em) {
  .vehicle-image-block {
    text-align: center;

    .vehicle-image {
      width: 75%;
    }
  }

  .accordion {
    height: 320px;
    overflow: hidden;

    &.accordion-is-open {
      height: 100%;
      overflow: auto;
    }

    .accordion-title {
      font-size: 1rem;
    }
  }

  .see-more-accordion {
    display: block !important;
  }

  .process {
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-flow: nowrap;
    overflow: auto;
    margin-top: 3rem;

    &::-webkit-scrollbar {
      display: none;
    }
  }
}