/* Writer page */
.ginger-writer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.ginger-writer-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ginger-writer iframe {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  display: none;
}
.ginger-writer-popup {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: none;
}
.ginger-writer-popup-body {
  background: #ffffff;
  padding-bottom: 26px;
  width: 100%;
  max-width: 330px;
  margin-top: -130px;
  margin-left: -165px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.ginger-writer-popup-body-header {
  padding: 18px 15px;
}
.ginger-writer-popup-body-body {
  text-align: center;
  padding: 20px 38px 24px 38px;
  font-family: 'Roboto', sans-serif;
  background: #f6f6fa;
}
.ginger-writer-popup-body-body p {
  color: #212121;
  font-size: 20px;
  margin: 0;
}
.ginger-writer-popup-body-body-button {
  display: block;
  text-decoration: none !important;
  cursor: pointer;
  margin-top: 20px;
  background: #da4338;
  color: #ffffff !important;
  border-radius: 30px;
  padding: 18px 0;
  border: none;
  font-size: 14px;
  width: 100%;
  line-height: 18px;
}