.btn a {
  font: inherit;
  color: inherit;
}

.ggcaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0 0;
}

.single-pest {
  background-color: #FFFFFF;
}

.error {
  display: none;
  text-align: center;
  color: red;
  padding: 30px 0 0;
}

#write-review.disabled {
  opacity: 0.5;
  cursor: no-drop;
  pointer-events: none;
}

.btn-load.disabled {
  opacity: 0.5;
  cursor: no-drop;
  pointer-events: none;
}

.filter {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.filter:hover .filters {
  display: block;
}

.filters {
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  width: 150px;
  overflow: hidden;
  top: 100%;
  right: 0;
  display: none;
}

.filters li {
  width: 100%;
}

.filters a:hover {
  background-color: #cccccc;
}

.filters a {
  display: block;
  padding: 5px 10px;
  text-align: left;
  color: #1D2225;
}

.box-review,
.box-ratings .box-review {
  position: relative;
}

.box-ratings .box-review>a,
.box-review a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-template-pest .btn-load {
  margin-bottom: 100px;
}

.site-main {
  padding: 30px 0;
}

.entry-title,
.entry-meta,
.entry-content,
.entry-footer {
  text-align: center;
}

.step2 {
  display: none;
}

.field-email {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.field-email label {
  font-size: 32px;
  line-height: 40.96px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.field-email input {
  font-size: 20px;
  line-height: 27px;
  color: rgba(166, 166, 166, 1);
  padding: 12.5px 8px;
  border: 1px solid rgba(166, 166, 166, 1);
}

.field-email p {
  font-size: 24px;
  line-height: 30.7px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.field-email input::placeholder {
  color: rgba(166, 166, 166, 1);
  font-family: 'Alegreya', serif;
}

.modal-wrapper {
  height: auto;
  max-height: 80%;
}

.step3 {
  display: none;
}

.step3 h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}