.cta-wrap {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.foot-custom-cta {
  padding: 13px 15px;
  border: 1px solid #F66B0D; /* Updated border color */
  color: #fff;
  border-color: #F66B0D; /* Updated border color */
  background-color: #F66B0D; /* Updated background color */
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  border-radius: 5px;
  font-family: 'Saira', sans-serif;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  margin: 10px;
}

/* Outer wrapper doesn't scroll */
.rfq_modal {
  overflow: hidden;
}

/* Panel sizes to viewport, doesn't scroll itself */
.rfq_modal .modal-content {
  max-height: 80vh;
  overflow-y: scroll;
  position: relative;
}

.rfq_close, .search_close {
  right: 64px;
  top: 16px;