/* Shared template foundations and utilities. */

html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.frame,
header {
  margin-top: 0 !important;
}

header {
  top: 0 !important;
  line-height: 0;
}

header > img:first-child {
  display: block;
}

.pankuzu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
  list-style: none;
}

.pankuzu li {
  font-size: 11px;
  font-weight: 700;
  color: #6E5B61;
  line-height: 1.4;
}

.pankuzu li + li::before {
  content: ">";
  font-size: 11px;
  margin: 0 5px;
}

.pankuzu img {
  width: 20px !important;
  height: auto !important;
  margin-right: 2px;
  transform: translateY(-2px);
}

.jc-candidate-note {
  font-size: 12px;
  text-align: center;
  color: #8c6464;
  padding: 8px 16px;
}

.jc-empty {
  padding: 48px 24px;
  text-align: center;
}

.single img {
  max-width: 100%;
  height: auto;
}

.jc-form-errors {
  margin: 18px 0;
  padding: 14px 16px;
  border: 2px solid #cc575c;
  background: #fff7f7;
  color: #8d2b30;
  line-height: 1.7;
}

.jc-form-errors ul {
  margin: 8px 0 0;
  padding-left: 1.3em;
}

.jc-confirm-value {
  margin: 8px 0 18px;
  padding: 12px;
  border: 1px solid #f0c4c6;
  background: #fff;
  line-height: 1.7;
  word-break: break-word;
}

.jc-back-link {
  text-align: center;
  margin: 18px 0;
}

.jc-back-link a {
  text-decoration: underline;
}

.smtbox button {
  background-color: #cc575c;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 12px 32px;
  font: inherit;
}
