/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  color: #111827;
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
}
.container {
  max-width: 1176px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
h1,
h2,
h3 {
  font-weight: 600;
  color: #15172E;
  font-family:
    "Plus Jakarta Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
}
.box {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px 24px 20px;
  margin-bottom: 20px;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  position: relative;
  overflow: hidden;
}
.box .title {
  color: #15172E;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.box .sub {
  font-size: 0.875rem;
  color: #555963;
  margin-top: 4px;
  margin-bottom: 0;
}
.box .cta {
  width: 100%;
  background-color: #B6E330;
  color: #111827;
  padding: 14px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: 24px;
  -webkit-appearance: none;
  appearance: none;
}
.box .cta:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.box img {
  margin: 0;
}
.box .rentals-deals-car-img {
  width: 100%;
}
.box .rentals-deals-car-img img {
  display: flex;
  margin: 0 auto;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
