.pf-btn-report {
  display: block;
  margin: 10px 0 0 0;
  background: #888;
  border: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.pf-btn-report .dashicons {
  margin-right: 2px;
  vertical-align: middle;
  font-size: 18px;
}

#pf-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#pf-modal.show {
  display: flex;
}

#pf-modal .pf-modal-content {
  background: #002040;
  color: #fff;
  padding: 25px 35px;
  border-radius: 6px;
  max-width: 420px;
  width: 90%;
  position: relative;
}
#pf-modal .pf-modal-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

#pf-modal .pf-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  cursor: pointer;
}

#pf-report-form label {
  display: block;
}
#pf-report-form input[type="radio"] {
  margin-right: 6px;
}

.pf-btn.pf-submit {
  background: #fb4b00;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.pf-success {
  color: #b2f5b4;
  margin-top: 12px;
  font-size: 14px;
}