.page-template__wrap {
  position: relative;
  font-size: initial;
  line-height: initial;
  background: #fff;
}
.page-template__wrap *,
.page-template__wrap *::before,
.page-template__wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-template__wrap a,
.page-template__wrap button {
  cursor: revert;
}
.page-template__wrap ol,
.page-template__wrap ul,
.page-template__wrap menu {
  list-style: none;
}
.page-template__wrap img {
  max-width: 100%;
}
.page-template__wrap table {
  border-collapse: collapse;
}
.page-template__wrap input,
.page-template__wrap textarea {
  -webkit-user-select: auto;
}
.page-template__wrap textarea {
  white-space: revert;
}
.page-template__wrap ::placeholder {
  color: unset;
}
.page-template__wrap :where([draggable='true']) {
  -webkit-user-drag: element;
}

.page-template__wrap .box header {
  background: initial;
  height: auto;
}

.page-template__wrap .info-bar {
  background: #fff;
}
