#iqit-reviews .iqitreviews-login-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
}

#iqit-reviews .iqitreviews-login-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#iqit-reviews-login-modal .modal-dialog {
  width: calc(100% - 32px);
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

#iqit-reviews-login-modal .modal-content {
  overflow: hidden;
  border: 1px solid #e8e8ed;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 17, 22, .16);
}

#iqit-reviews-login-modal .modal-header {
  min-height: 48px;
  padding: 10px 14px 0;
  border: 0;
}

#iqit-reviews-login-modal .close {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 0 0 auto;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f5f5f7;
  color: #60606b;
  font-size: 25px;
  line-height: 1;
  opacity: 1;
}

#iqit-reviews-login-modal .modal-body {
  padding: 0 28px 30px;
  text-align: center;
}

#iqit-reviews-login-modal .iqitreviews-login-modal__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 17px;
  place-items: center;
  border-radius: 50%;
  background: #fff0f0;
  color: #e61010;
}

#iqit-reviews-login-modal .iqitreviews-login-modal__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#iqit-reviews-login-modal .modal-title {
  margin: 0 0 10px;
  color: #17171e;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

#iqit-reviews-login-modal p {
  max-width: 360px;
  margin: 0 auto 23px;
  color: #666674;
  font-size: 15px;
  line-height: 1.55;
}

#iqit-reviews-login-modal .iqitreviews-login-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#iqit-reviews-login-modal .iqitreviews-login-modal__actions .btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
}

#iqit-reviews-login-modal .btn-primary {
  border-color: #e61010;
  background: #e61010;
  color: #fff;
}

#iqit-reviews-login-modal .btn-outline-primary {
  border-color: #d9d9df;
  background: #fff;
  color: #24242c;
}

@media (max-width: 575px) {
  #iqit-reviews-login-modal .modal-body {
    padding-right: 20px;
    padding-bottom: 24px;
    padding-left: 20px;
  }

  #iqit-reviews-login-modal .iqitreviews-login-modal__actions {
    grid-template-columns: 1fr;
  }
}
