.ffi-ad-request-wrap {
  max-width: 760px;
  background: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 20px;
}

.ffi-ad-request-wrap label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.ffi-ad-request-wrap input[type=text],
.ffi-ad-request-wrap input[type=email],
.ffi-ad-request-wrap select,
.ffi-ad-request-wrap textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

#ffi_selected_price {
  font-weight: bold;
  margin-left: 10px;
  color: #0073aa;
}

.ffi-ad-request-wrap button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 4px;
  cursor: pointer;
}

.ffi-ad-request-wrap button:hover {
  background: #005177;
}
