/**
 * Form Iframe Page Styles (page-demander-une-offre.php)
 */

/* Prevent horizontal overflow on iframe pages */
.page-template-page-demander-une-offre html,
.page-template-page-demander-une-offre body {
  overflow-x: hidden;
}

.page-template-page-demander-une-offre .site-main {
  margin: 0;
  padding: 0;
}

#cotrans-form-wrapper {
  width: 100%;
  position: relative;
}

#cotrans-form-iframe {
  width: 100%;
  height: 1300px;
  border: none;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block;
}

#cotrans-form-iframe::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  #cotrans-form-iframe {
    height: 1500px;
  }
}

.suzuki-form-legal {
  padding: 24px 0 40px;
  background: #ffffff;
}

.suzuki-form-legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.suzuki-form-legal-item {
  font-size: 11px;
  color: rgba(11, 31, 58, 0.7);
  line-height: 1.6;
  margin: 0 0 16px;
}

.suzuki-form-legal-item:last-child {
  margin-bottom: 0;
}

.suzuki-form-legal-campaign {
  display: block;
  font-size: 12px;
  color: #0b1f3a;
  margin-bottom: 6px;
}

.suzuki-form-legal-text {
  font-size: 11px;
  color: rgba(11, 31, 58, 0.7);
  line-height: 1.6;
}
