@font-face {
  font-family: 'archive';
  src: url('../fonts/archive.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'archive';
    src: url('../font/archive.svg?87920104#archive') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "archive";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-picture:before {
  content: '\e800';
}
/* '' */
.icon-bookmark:before {
  content: '\e801';
}
/* '' */
.icon-quote-left:before {
  content: '\f10d';
}
/* '' */
* {
  box-sizing: border-box;
}
body {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'Roboto';
}
form {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, -webkit-min-content) 1fr;
  grid-template-columns: repeat(7, min-content) 1fr;
  width: 800px;
}
label {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  word-wrap: nowrap;
}
input,
textarea,
select {
  border: 2px solid #ccc;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1;
  outline: none;
  padding: 2px;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  border: 2px solid cornflowerblue;
}
input:hover,
textarea:hover,
select:hover {
  border: 2px solid orange;
}
textarea {
  resize: vertical;
}
button {
  align-items: center;
  background: cornflowerblue;
  border: none;
  color: #fffddd;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Roboto';
  font-weight: 500;
  justify-content: center;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
button:hover {
  background-color: #185bd3;
}
button#save {
  border-radius: 4px;
  padding: 16px;
  width: 800px;
}
.wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 1px;
  width: 120px;
}
.increase,
.decrease,
.clear {
  border-radius: 2px;
  padding: 0 8px;
}
input[name="year"],
input[name="number"],
input[name="serial_number"],
input[name="page"] {
  text-align: center;
}
select[name="suffix"] {
  background: transparent;
  font-family: 'Roboto';
  font-size: 14px;
  min-width: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rubric {
  grid-column: span 2;
  width: 100%;
}
.tags {
  grid-column: span 2;
  width: 100%;
}
.percent {
  align-items: center;
  display: inline-flex;
  display: none;
  font-family: 'Roboto';
  font-size: 12px;
  grid-column: span 2;
  width: 100%;
}
label[for="title"],
input[name="title"] {
  grid-column: 1/-1;
  text-align: left;
}
label[for="subtitle"] {
  grid-column: 1/-1;
  text-align: left;
}
textarea[name="subtitle"] {
  grid-column: 1/-1;
  height: 50px;
}
label[for="avantext"] {
  grid-column: 1/-1;
  text-align: left;
}
textarea[name="avantext"] {
  grid-column: 1/-1;
  height: 100px;
}
label[for="text"] {
  grid-column: 1/-1;
  text-align: left;
}
textarea[name="text"] {
  grid-column: 1/-1;
  height: 200px;
}
label[for="author"],
input[name="author"] {
  grid-column: 1/-1;
  text-align: left;
}
label[for="real_author"],
input[name="real_author"],
label[for="real_author_percent"],
input[name="real_author_percent"] {
  display: none;
  grid-column: span 2;
}
#additions {
  align-items: center;
  display: grid;
  gap: 10px;
  margin: 10px 0;
  width: 800px;
}
.addition {
  align-items: center;
  border-top: 2px solid #eee;
  grid-template-columns: 100px 1fr;
  margin: 0px;
  padding: 20px 0;
}
.addition textarea {
  height: 100px;
}
#buttons {
  border-top: 2px solid #ccc;
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  grid-column: 1/-1;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
}
#buttons button {
  aspect-ratio: 1;
  border-radius: 4px;
  font-size: 18px;
  width: 40px;
}

/*# sourceMappingURL=styles.css.map */
