﻿/* CSS Document */

.leasing-com-widget {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  line-height: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  padding: 16px;
  width: 100%;
  max-width: 820px;
  background: #f3f3f3;
}

.leasing-com-widget * {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.lc-header {
  background: #3b2156;
  color: #fff;
  padding: 16px;
  display: flex;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap;
}

.lc-logo {
  display: inline-block;
  flex: 1 1 180px;
  max-width: 180px;
  height: 50px;
  vertical-align: top;
  margin-right: 16px;
}

.leasing-com-widget img {
  padding: 0;
  margin: 0;
}


.lc-reviews-io {
  width: 100px;
  margin-left: auto;
}

.lc-reviews-io img:first-of-type {
  margin-bottom: 5px;
}

.lc-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: normal;
  width: 100%;
}

.lc-deal-wrapper {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* glide carousel */
.leasing-com-widget .glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.leasing-com-widget .glide * {
  box-sizing: inherit;
}

.leasing-com-widget .glide__track {
  overflow: hidden;
}

.leasing-com-widget .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  margin: 0;
}

.leasing-com-widget .glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.leasing-com-widget .glide__slide {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: normal;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  height: auto !important;
}

.leasing-com-widget .glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.leasing-com-widget .glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.leasing-com-widget .glide__arrow {
  transition: color 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0px none;
  cursor: pointer;
  outline: currentcolor none medium;
  position: absolute;
  z-index: 4;
  color: #3b2156;
  margin: 8px;
  padding: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
}

.leasing-com-widget .glide__arrow:hover {
  background-color: #3b2156;
  color: #fff;
}

.leasing-com-widget .glide__arrow svg {
  width: 100%;
  height: 100%;
}

.leasing-com-widget .glide__arrow--left {
  left: -68px;
}

.leasing-com-widget .glide__arrow--right {
  right: -68px;
}

.lc-inner-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.lc-image-wrap {
  max-width: 270px;
  min-width: 150px;
  flex: 1 1 150px;
  margin: 0 16px 16px auto;
}

.lc-image-wrap img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.lc-vehicle-wrap {
  width: 100%;
  flex: 2 1 264px;
  display: flex;
  flex-direction: column;
}

.lc-vehicle {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 8px;
  max-height: 2.5em;
  overflow: hidden;
  color: #3b2156;
}

.lc-values {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.75rem;
}

.lc-label {
  min-width: 150px;
}

.lc-value {
  align-self: flex-end;
  font-weight: bold;
  word-break: keep-all;
  flex: 1 1 auto;
  text-align: right;
  padding: 0 5px;
  color: #3b2156;
}

.lc-vat {
  font-size: 12px;
  line-height: 1.75rem;
  margin-bottom: 1em;
}

.lc-spacer {
  flex: 1;
}

a.lc-cta,
.lc-cta:link,
.lc-cta:visited {
  background: #ec7157;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  border-bottom-left-radius: 10px;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  display: block;
  font-weight: 600;
  transition: all 0.2s;
}

a.lc-cta:hover {
  background: #3b2156;
  color: #fff;
}

.leasing-com-widget p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: normal;
}

p.lc-small-text {
  font-size: 10px;
  color: #777;
}

@media only screen and (min-width: 481px) {
  .leasing-com-widget.controls .lc-deal-wrapper {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {

  .lc-image-wrap {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    margin-bottom: 16px;
  }

  .lc-vehicle-wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .lc-deal-wrapper .glide__arrows {
    display: none;
  }

  .lc-reviews-io {
    width: 80px;
  }

  .lc-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 360px) {
  .lc-title {
    font-size: 16px;
  }
}
