.gf-like-and-review-banner {
  text-align: center;
}

.gf-like-and-review-banner h2 {
  font-weight: 900;
  margin-bottom: 20px;
}

.gf-like-and-review-bg {
  background-color: #00000050;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  padding: 10px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90 !important;
}

.gf-like-and-review-button-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  z-index: auto;
}

.gf-link-and-review-button {
  border-radius: 5px;
  background-color: #efefef;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  outline: none;
  border: none;
  transition: 0.3s ease-in-out;
}

.gf-link-and-review-button:hover {
  background-color: #dadada;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.gf-link-and-review-button.black {
  background-color: #000000;
  color: #ffffff;
}

.gf-link-and-review-button.black:hover {
  background-color: #82ba26;
  color: #ffffff;
}

.gf-like-and-review-form {
  max-width: 400px;
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px #35353516;
  display: flex;
  flex-direction: column;
}

.gf-link-and-review-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}

.gf-link-and-review-form-header h3 {
  font-weight: 900;
  padding: 0px;
}

.gf-link-and-review-form-content {
  display: flex;
  flex-direction: column;
}

.gf-link-and-review-form-content .star-row {
  display: flex;
  font-size: 24px;
  gap: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}

.gf-link-and-review-form-content .star {
  color: #cccccc;
  transition: color 0.2s;
}

.gf-link-and-review-form-content .star.filled {
  color: rgb(216, 186, 37);
}

.gf-link-and-review-form-content textarea,
.gf-link-and-review-form-content input {
  border-radius: 5px;
  border: 1px solid #222222;
  padding: 10px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 16px;
}

.gf-link-and-review-form-content label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.gf-review-button {
  color: #ffffff;
  background-color: #82ba26;
  padding: 8px 16px;
  width: 100%;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  border-radius: 5px;
  border: none;
  transition: 0.3s ease;
}

.gf-review-button:hover {
  background-color: #000000;
}

/* Newsletter */
.gf-like-and-review-newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #888888;
  text-align: left;
}

.gf-like-and-review-newsletter-grid h3 {
  font-weight: 900;
}

.newsletter-email {
  display: flex;
  flex-direction: column;
}

label.newsletter-email {
  font-size: 12px;
  width: 100%;
}

.newsletter-email input {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #efefef;
  margin-top: 4px;
}

.newsletter-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}

.newsletter-button {
  border-radius: 5px;
  background-color: #82ba26;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 22px !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  outline: none;
  border: none;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}

.newsletter-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.newsletter-legal-notice {
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
  color: #888888;
}

#subscription_notice {
  font-size: 12px;
  color: #82ba26;
  font-weight: 900;
}

@media screen and (max-width: 775px) {
  .gf-link-and-review-button {
    font-size: 14px;
    gap: 8px;
  }

  .gf-like-and-review-newsletter-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .newsletter-row {
    flex-direction: column;
  }

  .newsletter-button {
    width: 100%;
  }

  .newsletter-email input {
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-top: 4px;
    font-size: 16px;
  }
}
