.form-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}

.form-wrap input[type=text], 
.form-wrap select,
.form-wrap textarea {
  width: 100% !important;
}

form h1.wp-heading-inline {
  font-size: 17px;
}


.form-wrap input[type=number] {
  width: 100px!important;
}

.preview_photo {
  width: 160px;
  height: 150px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #f6f6f6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.upload_photo_button {
 color: #fff;
 padding: 5px 0;
 font-size: 14px;
 line-height: 20px;
 text-align: center;
 border-bottom-right-radius: 5px !important;
 border-bottom-left-radius: 5px !important;
 width: 150px!important;
}

.pagination-links a.page-numbers, .pagination-links span {
  display: inline-block;
  vertical-align: baseline;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0 4px;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  color: #2271b1;
  border-color: #2271b1;
  background: #f6f7f7;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  text-decoration: none;
}


.pagination-links span {
  color: #3c434a;
  border-color: #3c434a;

}