/* Edit 2026 */
body,
ul.new-progress li.first-li .cover,
ul.new-progress li.last-li .cover,
body.resultpage footer#site-footer,
ul.new-progress li.last:before,
body.resultpage header#site-header,
ul.new-progress li.last-li .cover:before,
ul.new-progress li.active.last:first-child:after {
  background-color: #fff;
}
ul.new-progress li.active.last:after {
  background-image: linear-gradient(to right, black 50%, #ffffff 50%);
}
body.resultpage main.main-result:has(.notfound) {
  display: flex;
  align-items: center;
  padding-top: 0;
  margin-top: 0px;
}
body * {
  font-family: "Schibsted Grotesk", sans-serif;
}
header > a {
  margin: 0 auto;
}
.result h4 span {
  font-size: 18px;
}
.main-result section.search.found {
  display: none;
}
body.resultpage main.main-result {
  padding-top: 40px;
  margin-top: 80px;
}
.result .order-info {
  max-width: 640px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 6px 14px;
  width: 84%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.result h4 > span:first-child {
  width: 50%;
}
.progress-list li span {
  font-size: 15px;
}
.result h4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: unset;
  margin: 0;
  padding: 0;
}
.result hgroup h2,
.result hgroup h3 {
  font-size: 18px;
}
ul.new-progress {
  position: relative;
}
ul.new-progress::before,
ul.new-progress::after{
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  background: transparent;
}
ul.new-progress li {
  font-size: 12px;
}
ul.new-progress li span {
  padding: 0.75em;
}
ul.new-progress {
  padding-bottom: 120px;
}
.result hgroup h2 br {
  display: block;
}
header .logo {
  max-width: 380px;
  width: auto;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.search form .field {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.search form label[for="order"] {
  font-size: 20px;
  font-weight: 400;
}
.search form input[type="text"] {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  max-width: 262px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='250' height='40' viewBox='0 0 250 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='248.5' height='38.5' rx='9.25' fill='white' stroke='black' stroke-width='1.5' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.search form input[type="submit"] {
  max-width: 100px;
  height: 41px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
}
#site-footer * {
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 991px) {
  footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
}
@media (max-width: 767px) {
  .result hgroup {
    margin: 45px auto 60px;
  }
  .progress-list li span,
  .result h4 > span:first-child {
    width: 40%;
    flex-shrink: 0;
  }
  .progress-list li span + span {
    width: 60%;
  }
  .result h4 {
    padding: 0;
    width: 100%;
  }
  .progress-list {
    padding-left: 5px;
    padding-right: 5px;
    width: 84%;
  }
  ul.new-progress {
    width: 100%;
    padding-bottom: 40px;
  }
  .search form input[type="submit"] {
    height: 40px !important;
  }
  .result h4 span {
    font-size: 18px;
  }
  .progress-list li span {
    font-size: 15px;
  }
}
