.b-typo-report-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500;
}
.b-typo-report-modal__inner {
  background: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
  color: #000;
  max-width: 480px;
  padding: 15px 20px 30px;
  position: relative;
  width: 100%;
}
.b-typo-report-modal__title {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 25px;
}
.b-typo-report-modal__close-button {
  background: none;
  border: none;
  color: #333;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.b-typo-report-modal__close-button:hover {
  color: #000;
}
.b-typo-report-modal__close-button svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.b-typo-report-form__messages:not(:last-child) {
  margin-bottom: 15px;
}
.b-typo-report-form__message {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
  padding: 8px 12px;
}
.b-typo-report-form__message--success {
  background: #4fbb4f;
  color: #fff;
}
.b-typo-report-form__message--error {
  background: #d93025;
  color: #fff;
}
.b-typo-report-form__message:not(:last-child) {
  margin-bottom: 10px;
}
.b-typo-report-form__field {
  display: block;
  width: 100%;
}
.b-typo-report-form__field:not(:last-child) {
  margin-bottom: 20px;
}
.b-typo-report-form__label {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.b-typo-report-form__label:not(:last-child) {
  margin-bottom: 10px;
}
.b-typo-report-form__textarea {
  border: 1px solid #ccc;
  display: block;
  height: 100px;
  min-height: 30px;
  padding: 0 5px;
  resize: vertical;
  width: 100%;
}
.b-typo-report-form__submit-button {
  background: #ca0f09;
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 8px 26px;
  text-align: center;
  text-transform: uppercase;
}
.b-typo-report-form__submit-button:hover {
  background: #b20d08;
  color: #fff;
}
