@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400&family=Rubik:wght@400;500&display=swap');

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.layout-main-with-newsletter {
  padding-bottom: 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.site-header {
  background: #ffffff;
  padding: 22px 0;
}

.site-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 84px;
  height: auto;
}

.nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
}

.nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  padding: 0;
}

.nav-link:hover,
.nav-link:focus {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .site-nav .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}

.site-footer {
  position: relative;
  background: #172432;
  padding: 240px 182px 140px;
  color: #ffffff;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
}

.newsletter-overlap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 72px;
}

.newsletter-card {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 60px 80px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 26px;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}

.newsletter-title {
  margin: 0;
  color: #767e86;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
  flex: 0 1 auto;
}

.newsletter-form {
  width: min(567px, 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-field-label {
  color: #767e86;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.newsletter-form-controls {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}

.newsletter-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: #e5c48d;
  color: #c27049;
  border-radius: 12px;
  padding: 24px 40px;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.newsletter-input::placeholder {
  color: #c27049;
  opacity: 1;
}

.newsletter-submit {
  width: 163px;
  min-height: 73px;
  border: 0;
  border-radius: 12px;
  background: #2d5f3f;
  color: #ffffff;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding: 16px 24px;
}

.newsletter-submit:hover,
.newsletter-submit:focus {
  background: #d4a373;
}

.site-footer-with-newsletter {
  padding-top: 360px;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-brand {
  display: inline-flex;
  align-items: flex-start;
  flex: 0 0 auto;
}

.footer-logo {
  width: 275px;
  height: auto;
  display: block;
}

.footer-column {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 auto;
}

.footer-heading {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.site-footer .footer-link,
.site-footer .footer-link:link,
.site-footer .footer-link:visited,
.site-footer .footer-link:active {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.site-footer .footer-link:hover,
.site-footer .footer-link:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.86;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-text {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.footer-social-column {
  min-width: 155px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.footer-social-link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}

.footer-social-link img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 767.98px) {
  .newsletter-overlap {
    transform: translateY(-15%);
    margin: 0 auto;
    padding: 0 16px;
  }

  .newsletter-card {
    padding: 24px;
    border-radius: 20px;
    gap: 20px;
    flex-direction: column;
  }

  .newsletter-title {
    font-size: 40px;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .newsletter-input {
    padding: 18px 20px;
    font-size: 18px;
  }

  .newsletter-submit {
    width: 100%;
    min-height: 58px;
    font-size: 18px;
  }

  .site-footer {
    padding: 96px 24px 64px;
  }

  .site-footer.site-footer-with-newsletter {
    padding-top: 300px;
  }

  .footer-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 36px;
    align-items: start;
  }

  .footer-logo {
    width: 210px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .footer-inner > .footer-column:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-inner > .footer-column:nth-of-type(2) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-inner > .footer-column:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .footer-inner > .footer-column:nth-of-type(4) {
    grid-column: 2;
    grid-row: 3;
  }

  .footer-social-column {
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .layout-main-with-newsletter .models-section {
    padding-bottom: 180px;
  }

  .newsletter-overlap {
    transform: translateY(-35%);
    margin: 0 auto;
    padding: 0 24px;
  }

  .newsletter-card {
    padding: 40px;
    gap: 42px;
    align-items: center;
    flex-direction: column;
  }

  .newsletter-title {
    font-size: 52px;
    width: 100%;
  }

  .newsletter-form {
    width: 100%;
    max-width: 700px;
  }

  .site-footer.site-footer-with-newsletter {
    padding-top: 320px;
  }

  .footer-inner {
    display: grid;
    grid-template-columns: minmax(210px, 275px) minmax(180px, 1fr) minmax(220px, 1fr);
    column-gap: 40px;
    row-gap: 48px;
  }

  .footer-brand {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: center;
  }

  .footer-inner > .footer-column:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-inner > .footer-column:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
  }

  .footer-inner > .footer-column:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-inner > .footer-column:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .site-footer {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.site-footer a[x-apple-data-detectors],
.site-footer .footer-text a {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
}

.home-cards {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.home-cards-inner {
  width: 100%;
  padding: 120px 64px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.home-card {
  flex: 1 1 0;
  max-width: 388px;
  min-width: 336px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.home-card-image {
  width: 100%;
  height: 483px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.home-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-card-title {
  margin: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
}

.home-card-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  font-weight: 500;
  line-height: 26.1px;
}

@media (max-width: 991.98px) {
  .home-cards-inner {
    padding: 80px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }

  .home-card {
    min-width: 224px;
    width: 100%;
    max-width: none;
    gap: 24px;
  }

  .home-card-image {
    height: 436px;
  }

  .home-card-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.models-section {
  background: #ffffff;
  padding: 70px 182px 210px;
}

.models-inner {
  width: min(1556px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.models-header {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.models-title {
  margin: 0;
  color: #172432;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.models-underline {
  width: 430px;
  max-width: 100%;
  border-top: 3px solid #c27049;
}

.models-subtitle {
  margin: 0;
  color: #767e86;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 32px;
}

.model-card {
  min-height: 661px;
  border-radius: 26px;
  padding: 40px 24px;
  display: flex;
  align-items: flex-end;
  color: inherit;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(180deg, rgba(23, 36, 50, 0.03) 15%, rgba(10, 15, 22, 0.68) 100%),
    var(--model-image);
}

.model-card-vw-t7 {
  --model-image: url("/assets/home/VLS_home_body_section_VW_T7_150k.webp");
}

.model-card-ford-nugget {
  --model-image: url("/assets/home/VLS_home_body_section_Ford_Nugget_150k_ZOOM_OUT.webp");
}

.model-card-vw-t6 {
  --model-image: url("/assets/home/VLS_home_body_section_VW_T6_150K.jpg");
}

.model-card-title {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .models-section {
    padding: 96px 64px;
  }

  .models-inner {
    gap: 64px;
  }

  .models-title {
    font-size: 52px;
  }

  .models-subtitle {
    font-size: 22px;
  }

  .models-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}

@media (max-width: 767.98px) {
  .models-section {
    padding: 72px 24px;
  }

  .models-inner {
    gap: 44px;
  }

  .models-header {
    gap: 14px;
  }

  .models-title {
    font-size: 44px;
  }

  .models-subtitle {
    font-size: 18px;
  }

  .models-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .model-card {
    min-height: 460px;
    border-radius: 20px;
    padding: 28px 18px;
  }

  .model-card-title {
    font-size: 24px;
  }
}

.about-top-nav {
  --travel-nav-accent: #d4a373;
  background: #172432;
  padding: 26px 0;
}

.about-top-nav-inner {
  width: min(1556px, 100%);
  margin: 0 auto;
}

.about-section {
  background: #ffffff;
  padding: 140px 182px;
}

.layout-main-with-newsletter .about-section {
  padding-bottom: 260px;
}

.about-inner {
  width: min(1556px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.about-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about-title {
  margin: 0;
  color: #172432;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.about-underline {
  width: 275px;
  max-width: 100%;
  border-top: 3px solid #c5724a;
}

.about-subtitle {
  margin: 0;
  color: #767e86;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.about-content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.about-visual {
  width: 762px;
  max-width: 100%;
  height: 873px;
  border-radius: 26px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("/assets/about/About-landscape_T6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.about-copy-title {
  margin: 0;
  color: #172432;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
}

.about-copy-text {
  margin: 0;
  color: #172432;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.legal-terms {
  width: min(980px, 100%);
  gap: 0;
}

.legal-section {
  width: 100%;
  padding: 1.65rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.legal-section:first-child {
  padding-top: 0;
}

.legal-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.legal-section-title {
  font-size: 36px;
  margin-bottom: 0.8rem;
}

.legal-section .about-copy-text + .about-copy-text {
  margin-top: 0.65rem;
}

.legal-subsection-title {
  margin: 1.15rem 0 0.45rem;
  color: #172432;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.4;
}

.legal-definition-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #172432;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.legal-definition-list li + li {
  margin-top: 0.45rem;
}

.legal-contact-block {
  margin: 0.9rem 0 0;
}

.legal-contact-block p {
  margin: 0;
  color: #172432;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.contact-content {
  align-items: stretch;
}

.contact-visual {
  width: 48%;
  min-height: 780px;
  height: auto;
}

.contact-copy {
  flex: 1 1 0;
  max-width: 780px;
}

.contact-form {
  width: min(780px, 100%);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-form-alert {
  margin: 0;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.contact-form-alert--success {
  border: 1px solid #a7c7b2;
  background: #ecf7ef;
  color: #1e5633;
}

.contact-form-alert--error {
  border: 1px solid #e6b0a8;
  background: #fff2ef;
  color: #8b2f23;
}

.contact-form-alert--error ul {
  margin: 0;
  padding-left: 18px;
}

.contact-turnstile {
  min-height: 65px;
}

.contact-turnstile .cf-turnstile {
  max-width: 100%;
}

.contact-turnstile-error {
  margin-top: -10px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-field--full {
  grid-column: 1 / -1;
}

.contact-form-label {
  color: #172432;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.contact-form-input,
.contact-form-textarea {
  width: 100%;
  border: 1px solid #d0d8df;
  border-radius: 12px;
  background: #ffffff;
  color: #172432;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-input:focus,
.contact-form-textarea:focus {
  border-color: #c5724a;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(197, 114, 74, 0.15);
}

.contact-form-textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form-field .e-control-wrapper.e-multi-select-wrapper,
.contact-form-field .e-input-group,
.contact-form-field .e-input-group.e-control-wrapper {
  min-height: 31px;
  height: 31px;
  max-height: 31px;
  border-color: #d0d8df;
  border-radius: 12px;
}

.contact-form-field .e-multi-select-wrapper .e-delim-values,
.contact-form-field .e-multi-select-wrapper .e-delim-view {
  line-height: 29px;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
}

.contact-checkbox-group {
  display: grid;
  gap: 10px;
}

.contact-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #172432;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.contact-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #c5724a;
}

.contact-submit {
  border: 0;
  border-radius: 12px;
  background: #2e6e42;
  color: #ffffff;
  padding: 14px 24px;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  transition: background 0.2s ease;
}

.contact-submit:hover,
.contact-submit:focus {
  background: var(--travel-nav-accent, #d4a373);
}

@media (max-width: 1200px) {
  .about-top-nav {
    padding: 20px 0;
  }

  .about-top-nav .travel-header {
    padding: 0 64px;
  }

  .about-section {
    padding: 96px 64px;
  }

  .layout-main-with-newsletter .about-section {
    padding-bottom: 210px;
  }

  .about-inner {
    gap: 64px;
  }

  .about-title {
    font-size: 52px;
  }

  .about-subtitle {
    font-size: 22px;
  }

  .about-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-visual {
    width: 100%;
    height: 640px;
  }

  .about-copy-title {
    font-size: 46px;
  }

  .about-copy-text {
    font-size: 17px;
    line-height: 1.55;
  }

  .legal-section-title {
    font-size: 30px;
  }

  .legal-definition-list {
    font-size: 17px;
    line-height: 1.55;
  }

  .legal-subsection-title {
    font-size: 1.03rem;
  }

  .legal-contact-block p {
    font-size: 17px;
    line-height: 1.55;
  }

  .contact-visual {
    width: 100%;
    min-height: 560px;
  }

  .contact-copy {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .about-top-nav .travel-header {
    padding: 0 24px;
  }

  .about-section {
    padding: 72px 24px;
  }

  .layout-main-with-newsletter .about-section {
    padding-bottom: 170px;
  }

  .about-inner {
    gap: 44px;
  }

  .about-title {
    font-size: 44px;
  }

  .about-subtitle {
    font-size: 18px;
  }

  .about-visual {
    height: 440px;
    border-radius: 20px;
  }

  .about-copy {
    gap: 16px;
  }

  .about-copy-title {
    font-size: 36px;
  }

  .about-copy-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .legal-section-title {
    font-size: 26px;
  }

  .legal-definition-list {
    font-size: 16px;
    line-height: 1.5;
  }

  .legal-subsection-title {
    font-size: 1rem;
  }

  .legal-contact-block p {
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-visual {
    min-height: 420px;
  }

  .contact-form {
    gap: 18px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-submit {
    width: 100%;
  }
}

.travel-hero {
  --travel-nav-accent: #d4a373;
  --travel-muted: #767e86;
  --travel-dark: #172432;
  --travel-panel: #ffffff;
  min-height: 100svh;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 170px;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/assets/home/homepage-hero-bg.jpg");
  background-size: cover;
  background-position: center;
}

.layout-main-with-newsletter .travel-hero {
  padding-bottom: 260px;
}

.travel-header {
  width: min(1556px, 100%);
  margin: 0 auto;
  padding: 0 182px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.travel-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.travel-brand-logo {
  width: 148px;
  height: auto;
  display: block;
}

.travel-main-nav {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
  margin-right: auto;
}

.travel-nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.travel-nav-link.is-active {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--travel-nav-accent, #d4a373);
}

.travel-nav-link:hover,
.travel-nav-link:focus {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--travel-nav-accent, #d4a373);
}

.travel-signup {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  background: #2e6e42;
  border-radius: 12px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.travel-signup:hover,
.travel-signup:focus {
  background: var(--travel-nav-accent);
}

.travel-hero-content {
  width: min(1556px, 100%);
  margin: 0 auto;
  padding: 0 182px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.travel-hero-content h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  color: #ffffff;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.12;
  max-width: 1000px;
}

.travel-hero-content p {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.travel-booking {
  margin-top: 154px;
  width: min(1473px, 100%);
  display: flex;
  align-items: stretch;
  background: var(--travel-panel);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: var(--travel-dark);
}

.booking-fields {
  flex: 1 1 auto;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.booking-field {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.booking-field .value {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.booking-field .label {
  color: var(--travel-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.booking-field .value {
  font-family: "Playfair Display", Georgia, serif;
  color: #172432;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.booking-field--sku input {
  width: 100%;
  min-width: 0;
}

.booking-field--price .booking-price-input {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  outline: 0;
  appearance: textfield;
}

.booking-field--price .booking-price-input::placeholder {
  color: #172432;
  opacity: 0.6;
}

.booking-field--price .booking-price-input::-webkit-outer-spin-button,
.booking-field--price .booking-price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.booking-field--sku .e-control-wrapper.e-multi-select-wrapper,
.booking-field--sku .e-input-group,
.booking-field--sku .e-input-group.e-control-wrapper {
  min-height: 31px;
  height: 31px;
  max-height: 31px;
  box-sizing: border-box;
}

.booking-field--sku .e-multi-select-wrapper {
  width: 100%;
  max-width: 100%;
}

.booking-field--sku .e-multi-select-wrapper .e-delim-values,
.booking-field--sku .e-multi-select-wrapper .e-delim-view {
  line-height: 29px;
}

.booking-cta {
  width: 270px;
  background: #d4a373;
  color: #fff;
  text-decoration: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 60px 20px;
}

.booking-cta span:first-child {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
  max-width: 150px;
}

.booking-cta span:last-child {
  font-size: 36px;
  line-height: 1.1;
  margin-left: auto;
}

.booking-cta:hover,
.booking-cta:focus {
  background: #2e6e42;
}

@media (min-width: 1201px) {
  .travel-nav-link {
    font-size: 22px;
  }

  .travel-signup {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .travel-hero {
    padding: 64px 0;
    gap: 96px;
  }

  .layout-main-with-newsletter .travel-hero {
    padding-bottom: 220px;
  }

  .travel-header,
  .travel-hero-content {
    padding: 0 64px;
  }

  .travel-main-nav {
    gap: 24px;
  }

  .travel-signup {
    width: 210px;
    padding: 12px 16px;
    line-height: 1.15;
  }

  .booking-fields {
    padding: 44px 24px;
  }
}

@media (max-width: 991.98px) {
  .travel-hero {
    min-height: unset;
    padding: 36px 0;
    gap: 48px;
  }

  .layout-main-with-newsletter .travel-hero {
    padding-bottom: 180px;
  }

  .travel-header {
    padding: 0 24px;
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .travel-main-nav {
    order: 2;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    gap: 14px 20px;
  }

  .travel-nav-link {
    font-size: 18px;
  }

  .travel-signup {
    margin-left: auto;
    font-size: 18px;
    padding: 12px 18px;
  }

  .travel-hero-content {
    padding: 0 24px;
    gap: 10px;
  }

  .travel-hero-content h1 {
    font-size: clamp(44px, 10.5vw, 66px);
  }

  .travel-hero-content p {
    font-size: 22px;
  }

  .travel-booking {
    margin-top: 48px;
    width: 100%;
    flex-direction: column;
    border-radius: 20px;
  }

  .booking-fields {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 28px 24px;
  }

  .booking-cta span:first-child {
    max-width: none;
  }

  .booking-cta {
    width: 100%;
    justify-content: space-between;
    border-radius: 0 0 20px 20px;
    padding: 18px;
  }

  .booking-cta span:first-child,
  .booking-cta span:last-child {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .travel-main-nav {
    justify-content: center;
  }

  .travel-nav-link {
    font-size: 16px;
  }

  .travel-signup {
    width: 132px;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
    padding: 10px 10px;
  }
}

.tekoop-overview {
  background: #f6f3ed;
  padding: 80px 24px 110px;
}

.tekoop-overview-inner {
  width: min(1400px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tekoop-header h1 {
  margin: 0;
  color: #172432;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.1;
}

.tekoop-header p {
  margin: 8px 0 0;
  color: #5c6670;
  font-size: 20px;
}

.tekoop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tekoop-sort {
  background: #fff;
  border: 1px solid #d8d0c3;
  border-radius: 999px;
  padding: 10px 16px;
  color: #172432;
  text-decoration: none;
  font-weight: 500;
}

.tekoop-sort.is-active {
  background: #172432;
  color: #fff;
  border-color: #172432;
}

.tekoop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tekoop-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.tekoop-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.tekoop-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.tekoop-card-body {
  padding: 18px 20px 22px;
}

.tekoop-card h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.1;
  color: #172432;
  font-family: "Playfair Display", Georgia, serif;
}

.tekoop-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  row-gap: 6px;
  color: #3f4b56;
}

.tekoop-card dt {
  font-weight: 500;
}

.tekoop-card dd {
  margin: 0;
}

.tekoop-card-price {
  margin: 18px 0 0;
  font-size: 24px;
  color: #c27049;
  font-weight: 600;
}

.tekoop-empty {
  margin: 0;
  color: #5c6670;
}

.tekoop-detail {
  background: #f8f7f4;
  padding: 70px 24px 120px;
}

.tekoop-detail-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.tekoop-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5c6670;
  font-size: 15px;
}

.tekoop-breadcrumb a {
  color: #172432;
  text-decoration: none;
}

.tekoop-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

.tekoop-detail-header h1 {
  margin: 0;
  color: #172432;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
}

.tekoop-detail-header p {
  margin: 8px 0 0;
  color: #5c6670;
}

.tekoop-detail-price {
  margin: 0;
  color: #2e6e42;
  font-size: clamp(26px, 3.3vw, 40px);
  font-weight: 600;
}

.tekoop-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tekoop-gallery-item {
  margin: 0;
}

.tekoop-gallery-item img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.tekoop-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr);
  gap: 22px;
}

.tekoop-specs,
.tekoop-contact,
.tekoop-summary,
.tekoop-accessories,
.sync-admin-result,
.sync-admin-state {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.tekoop-specs h2,
.tekoop-contact h2,
.tekoop-summary h2,
.tekoop-accessories h2,
.sync-admin h2 {
  margin: 0 0 16px;
  font-size: 30px;
  font-family: "Playfair Display", Georgia, serif;
  color: #172432;
}

.tekoop-specs dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
}

.tekoop-specs dd,
.tekoop-specs dt {
  margin: 0;
}

.tekoop-specs dt {
  color: #5c6670;
}

.tekoop-contact p {
  margin: 0 0 10px;
}

.tekoop-contact a {
  color: #172432;
}

.tekoop-summary,
.tekoop-accessories {
  margin-top: 2px;
}

.tekoop-accessories ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.sync-admin {
  background: #f5f7f9;
  padding: 60px 24px 100px;
}

.sync-admin-inner {
  width: min(1020px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sync-admin-header h1 {
  margin: 0;
  color: #172432;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 52px);
}

.sync-admin-header p {
  margin: 8px 0 0;
  color: #5c6670;
}

.sync-admin-run {
  border: 0;
  background: #2e6e42;
  color: #fff;
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 18px;
}

.sync-admin dl,
.sync-admin dt,
.sync-admin dd {
  margin: 0;
}

.sync-admin dl {
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr;
  gap: 8px 12px;
}

.sync-admin dt {
  color: #5c6670;
}

@media (max-width: 1199.98px) {
  .tekoop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tekoop-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .tekoop-overview,
  .tekoop-detail,
  .sync-admin {
    padding: 46px 16px 76px;
  }

  .tekoop-grid,
  .tekoop-gallery,
  .tekoop-detail-grid {
    grid-template-columns: 1fr;
  }

  .tekoop-card-image {
    height: 220px;
  }

  .tekoop-detail-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tekoop-gallery-item img {
    height: 240px;
  }

  .sync-admin dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.sitepreview-page {
  --sitepreview-control-height: 31px;
  background: #ffffff;
  padding: 2rem 0 3rem;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.sitepreview-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.sitepreview-header {
  display: block;
  margin-bottom: 1.5rem;
}

.sitepreview-filter-fieldset {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0.8rem 1rem 1rem;
  min-width: 0;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.sitepreview-filter-legend {
  width: auto;
  margin: 0;
  padding: 0 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  color: #1d1d1f;
  line-height: 1.1;
}

.sitepreview-filter-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: end;
}

.sitepreview-filter-item {
  min-width: 0;
}

.sitepreview-filter-item--sku {
  flex: 1 1 460px;
  width: auto;
  max-width: 100%;
}

.sitepreview-filter-item--price {
  flex: 0 1 180px;
  width: 180px;
}

.sitepreview-filter-item--sort {
  flex: 0 0 260px;
  width: 260px;
}

.sitepreview-filter-grid > .sitepreview-action-btn {
  flex: 0 0 auto;
}

.sitepreview-filter-divider {
  width: 2px;
  min-height: var(--sitepreview-control-height);
  height: var(--sitepreview-control-height);
  max-height: var(--sitepreview-control-height);
  background: #2e6e42;
  border-radius: 2px;
  margin: 0 0.1rem;
}

.sitepreview-filter-item label {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
  display: block;
}

.sitepreview-filter-item input {
  width: 100%;
  min-width: 0;
}

.sitepreview-filter-item .form-control {
  width: 100%;
  height: var(--sitepreview-control-height);
  min-height: var(--sitepreview-control-height);
  max-height: var(--sitepreview-control-height);
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 0 0.75rem;
  font-size: 1rem;
  line-height: calc(var(--sitepreview-control-height) - 2px);
  color: #374151;
  background: #ffffff;
  box-sizing: border-box;
}

.sitepreview-filter-item .form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  outline: 0;
}

.sitepreview-filter-item .e-control-wrapper.e-multi-select-wrapper,
.sitepreview-filter-item .e-input-group,
.sitepreview-filter-item .e-input-group.e-control-wrapper {
  min-height: var(--sitepreview-control-height);
  height: var(--sitepreview-control-height);
  max-height: var(--sitepreview-control-height);
  box-sizing: border-box;
}

.sitepreview-price-input {
  appearance: none;
}

.sitepreview-filter-error {
  border-color: #dc2626 !important;
}

.sitepreview-action-btn {
  height: var(--sitepreview-control-height);
  min-height: var(--sitepreview-control-height);
  max-height: var(--sitepreview-control-height);
  padding: 0.55rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2e6e42;
  color: #ffffff;
  background: #2e6e42;
  white-space: nowrap;
}

.sitepreview-action-btn:hover,
.sitepreview-action-btn:focus {
  border-color: #d4a373;
  color: #ffffff;
  background: #d4a373;
}

.sitepreview-filter-item--sort .e-control-wrapper.e-ddl,
.sitepreview-filter-item--sort .e-input-group,
.sitepreview-filter-item--sort .e-input-group.e-control-wrapper {
  min-height: var(--sitepreview-control-height);
  height: var(--sitepreview-control-height);
  max-height: var(--sitepreview-control-height);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.sitepreview-filter-item .e-multi-select-wrapper {
  width: 100%;
  max-width: 100%;
}

.sitepreview-filter-item--sku .e-control-wrapper.e-multi-select-wrapper,
.sitepreview-filter-item--sku .e-input-group.e-control-wrapper.e-multi-select-wrapper {
  min-height: var(--sitepreview-control-height);
  height: var(--sitepreview-control-height);
  max-height: var(--sitepreview-control-height);
}

.sitepreview-filter-item--sku .e-multi-select-wrapper .e-delim-values,
.sitepreview-filter-item--sku .e-multi-select-wrapper .e-delim-view {
  line-height: calc(var(--sitepreview-control-height) - 2px);
}

.sitepreview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.vehicle-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.vehicle-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: #e5e7eb;
}

.vehicle-image-link {
  display: block;
  position: relative;
  overflow: hidden;
}

.vehicle-status-badge {
  position: absolute;
  top: 1rem;
  right: -3.2rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.5rem;
  min-height: 1.9rem;
  padding: 0.35rem 0.8rem;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
  backdrop-filter: blur(4px);
  transform: rotate(45deg);
  transform-origin: center;
  pointer-events: none;
  user-select: none;
}

.vehicle-status-badge--sold {
  background: rgba(42, 59, 89, 0.92);
}

.vehicle-status-badge--available-soon {
  background: rgba(74, 123, 86, 0.92);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  right: -3.55rem;
}

.vehicle-card-body {
  padding: 1.1rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.vehicle-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #111827;
  min-height: 2.6em;
}

.vehicle-card-title-link {
  color: inherit;
  text-decoration: none;
}

.vehicle-card-title-link:hover,
.vehicle-card-title-link:focus-visible {
  text-decoration: underline;
}

.vehicle-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 0.75rem;
  font-size: 0.9rem;
  color: #374151;
}

.vehicle-meta span {
  display: block;
  color: #6b7280;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vehicle-meta strong {
  font-weight: 600;
  color: #111827;
  display: block;
}

.vehicle-price {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  text-align: center;
  color: #2e6e42;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.1;
}

.vehicle-price small {
  display: block;
  color: #9ca3af;
  font-weight: 500;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  line-height: 1.2;
}

.vehicle-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}

.vehicle-actions a {
  flex: 1;
  text-align: center;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid #2e6e42;
  color: #ffffff;
  background: #2e6e42;
}

.vehicle-actions a:hover,
.vehicle-actions a:focus {
  border-color: #d4a373;
  color: #ffffff;
  background: #d4a373;
}

.vehicle-actions a.is-disabled {
  cursor: pointer;
}

.vehicle-actions a.is-active {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 1200px) {
  .sitepreview-filter-grid {
    flex-wrap: wrap;
  }

  .sitepreview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sitepreview-filter-item--sku {
    flex-basis: 420px;
    width: min(420px, 100%);
  }

  .sitepreview-filter-item--price {
    width: 160px;
    flex-basis: 160px;
  }

  .sitepreview-filter-item--sort {
    width: 220px;
    flex-basis: 220px;
  }
}

@media (max-width: 900px) {
  .sitepreview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sitepreview-filter-fieldset {
    min-width: 100%;
    width: 100%;
  }

  .sitepreview-filter-item--sku,
  .sitepreview-filter-item--price,
  .sitepreview-filter-item--sort {
    max-width: none;
    width: 100%;
    flex: 1 1 100%;
  }

  .sitepreview-filter-divider {
    display: none;
  }
}

@media (max-width: 576px) {
  .sitepreview-container {
    padding: 0 12px;
  }

  .sitepreview-filter-legend {
    font-size: 1.25rem;
  }

  .sitepreview-grid {
    grid-template-columns: 1fr;
  }
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1100;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner-card {
  width: min(980px, 100%);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d8dee4;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
  padding: 1rem 1.15rem;
}

.cookie-banner-title {
  margin: 0 0 0.35rem;
  color: #172432;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Rubik", "Segoe UI", Tahoma, sans-serif;
}

.cookie-banner-text {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.45;
}

.cookie-banner-text a {
  color: #2e6e42;
}

.cookie-banner-actions {
  margin-top: 0.85rem;
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.cookie-banner-btn {
  border: 1px solid #2e6e42;
  border-radius: 10px;
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
}

.cookie-banner-btn-accept {
  background: #2e6e42;
  color: #ffffff;
}

.cookie-banner-btn-reject {
  background: #ffffff;
  color: #2e6e42;
}

.cookie-banner-btn:hover,
.cookie-banner-btn:focus {
  border-color: #d4a373;
  outline: none;
}

.cookie-banner-btn-accept:hover,
.cookie-banner-btn-accept:focus {
  background: #d4a373;
  color: #ffffff;
}

.cookie-banner-btn-reject:hover,
.cookie-banner-btn-reject:focus {
  background: #f8fafc;
}

@media (max-width: 700px) {
  .cookie-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .cookie-banner-card {
    padding: 0.9rem;
  }

  .cookie-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-btn {
    width: 100%;
  }
}
