/* === Automatically created from 9_veranstaltungshinweise.scss - do not modify! === */

.pfy-form {
  --pfy-form-label-width: 10em;
}

#pfy pre {
  padding: 1em 1em 0 1em;
  position: relative;
}

.mailman-export-wrapper {
  position: relative;
}

#mailman-export-btn {
  position: absolute;
  top: 1px;
  right: 2px;
  border: 1px solid gray;
  background: #dbdbdb;
  border-radius: 6px;
  font-size: 20pt;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  z-index: 1;
  cursor: pointer;
  user-select: none;
}

#mailman-export {
  position: absolute;
  inset: 0;
}

#pfy .flash {
  background: #fafaa0;
  transition: background 0.3s;
}

.flash::after {
  content: "Copied";
  position: absolute;
  inset: 0;
  font-size: 32pt;
  color: rgba(136, 136, 136, 0.5333333333);
  text-align: center;
  margin-top: 2%;
  z-index: 1;
}