@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box !important;
}

.section {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  gap: 32px;
  padding-top: 1rem;
}
.layout-canvas-e > .section {
  margin-bottom: 0;
}

.section .columns.col1 {
  width: 100%;
}

.section .columns.col2 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section .columns.col1 .stylingblock-content-wrapper td {
  max-height: 250px;
}

.smartcapture-content-wrapper {
  width: 100%;
}

.fuelux input[type="text"],
.fuelux input[type="email"] {
  color: #000;
  padding-left: 0;
  padding-bottom: 2px;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100% !important;
  font-weight: 300;
  text-align: left;
  cursor: text;
  background-color: transparent;
  outline: none;
  height: 42px !important;
  font-family: "Manrope", sans-serif !important;
  line-height: 1.6rem;
  margin-bottom: 16px;
}

.fuelux input[type="text"]:focus,
input[type="email"]:focus {
  border-bottom: 2px solid #000;
}

.sc-formfield-input label {
  font-family: "Manrope", sans-serif !important;
  cursor: pointer;
  color: #000;
}

input[type="radio"] {
    font-family: "Manrope", sans-serif !important;
  line-height: 1.6rem;
  height: 1rem;
  width: 1rem;
  margin-right: 0.8rem !important;
}

input[type="checkbox"] {
    font-family: "Manrope", sans-serif !important;
  line-height: 1.6rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.8rem !important;
  border: 1px solid #000;
}
.smartcapture-controls {
  padding-top: 10px;
}

.smartcapture-controls .sc-formfield-label label,
.smartcapture-controls .sc-formfield-label {
  font-size: 1rem !important;
  width: 100%;
  font-weight: 300;
  text-align: left;
  cursor: text;
  font-family: "Manrope", sans-serif !important;
  font-size: 1rem !important;
  margin-bottom: 6px !important;
}

.sc-formfield-input select {
  font-weight: 300;
  line-height: 1.5rem;
  font-size: 0.88rem;
  padding: 0.5rem;
  border: 1px solid #000;
  background-color: transparent;
  width: 100%;
}

.sc-formfield-input select option {
  color: #000;
  background-color: transparent;
  font-family: "Manrope", sans-serif !important;
  font-weight: 300;
}

.smartcapture-submit-button-wrapper {
  display: flex;
  justify-content: end;
  margin-top: 16px;
  padding-bottom: 24px !important;
}

.smartcapture-submit-button-wrapper .sc-button {
  line-height: 1 !important;
  color: rgb(255, 255, 255) !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Manrope", sans-serif !important;
  min-width: 2.75rem;
  min-height: 2.75rem;
  cursor: pointer;
  background-color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.form.smartcapture-content-wrapper {
    margin-left: 2rem;;
}

img {
  object-fit: cover !important;
  object-position: center !important;
  height: 100%;
}

@media (min-width: 450px) {
  .section .columns.col2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  .section {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .section {
    gap: 42px;
  }
  .section {
    flex-direction: row;
  }
  .section .columns.col1 {
    width: 50%;
  }

  .section .columns.col2 {
    width: 50%;
    padding-right: 4rem;
    padding-left: 0;
  }
  .section .columns.col1 .stylingblock-content-wrapper td {
    height: auto;
  }
}
