.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
body * {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family:
    FlamaSemiCondensed,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  overflow-x: hidden;
}
.my-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.my-list li {
  font-size: 20px;
}
.header-container.container {
  margin: 0 auto;
  padding: 76px 0px;
}
header {
  position: relative;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 8px;
}
.logo-wrapper-mobile {
  display: none;
}

.logo {
  font-size: 64px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.logo svg {
  width: 925px;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}

.fredag {
  background: #c00;
  width: 135px;
  height: 100px;
  margin-left: 12px;
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.top-actions {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-actions a {
  color: black;
}

.btn-black {
  background: black;
  color: white !important;
  padding: 6px 0px;
  font-weight: bold;
  text-decoration: underline !important;
  text-decoration-color: white !important;
}
.logind {
  font-weight: 400;
}

.red-line {
  height: 8px;
  background: #c00;
}

.nav-links a {
  color: black;
  letter-spacing: 1.6px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.15;
  font-size: 16px;
}
.nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  overflow: hidden;
}

.nav-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex: 1;
  margin-right: 16px;
}

.nav-scroll::-webkit-scrollbar {
  display: none;
}

.nav-links {
  display: inline-flex;
  gap: 24px;

  font-size: 18px;
  text-transform: uppercase;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  font-size: 16px;
  flex-shrink: 0;
}

.nav-actions span {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.icon {
  font-size: 18px;
}
.icon svg {
  width: 14px;
}
.scrollHeader__container {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scrollHeader {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 24px;
  border-bottom: 2px solid rgb(227, 225, 220);
  height: 56px;
  background: #fff;
  z-index: 100000;
}
.scrollHeader__nav {
  list-style: none;
  font-family: "Egyptienne Small V2", serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.scrollHeader__nav svg {
  width: 131px;
  position: relative;
  top: 1.5px;
}
.scrollHeader__nav li:not(:last-child) {
  display: flex;
  align-items: center;
}
.scrollHeader__nav li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  display: block;
  margin-left: 16px;
}
@media screen and (max-width: 1114px) {
  .logo svg {
    width: 624px;
  }
  .fredag {
    height: 73px;
  }
  .column.dagens-avis {
    display: none;
  }
  .top-actions {
    display: none;
  }
}

@media (max-width: 768px) {
  header {
    background-color: white;
    z-index: 10000;
    position: sticky;
    top: 0;
    margin-bottom: 24px;
  }
  .header-container {
    width: 90%;
  }
  .top-header {
    display: none;
  }
  .logo-mobile svg {
    width: 280px;
    fill: black;
  }
  .top-actions {
    display: none;
  }
  .scrollHeader {
    display: none;
  }
  .header-container {
    padding: 0;
  }

  .nav-row {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(220, 220, 220);
  }
  .nav-actions {
    display: none;
  }

  .nav-scroll {
    width: 100%;
    margin-right: 0;
  }

  .nav-links {
    gap: 14px;
    font-size: 16px;
    font-weight: 450;
  }
  .nav-links a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.14;
    font-family:
      FlamaSemiCondensed,
      -apple-system,
      sans-serif;
  }

  .logo-wrapper-mobile {
    display: flex;
    align-items: center;
    padding: 10px 0px 0px 0px;
    font-size: 44px;
    font-weight: 900;
  }

  .fredag {
    width: 42px;
    height: 31px;
    margin-left: 15px;
  }
  .red-line {
    height: 4px;
  }
}

* {
  box-sizing: border-box;
}
.footer-desktop,
.footer-mobile {
  color: #111;
  border-top: 1px solid #d9d5d1;
  background: #fff;
}
.container,
.container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0px 24px;
}
article img {
  width: 100%;
}
a {
  color: inherit;
}

.footer-desktop {
  display: block;
}

.footer-topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0 12px;
  margin-bottom: 15px;
}
.search {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-input {
  width: 260px;
  padding: 12px 8px 6px;
  outline: none;
  border: none;
  border-bottom: 2px solid #d8d5d2;
  font-size: 18px;
  color: #111;
}
.search-icon {
  font-size: 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1.15fr 1.15fr;
  gap: 16px;
  align-items: start;
}

.footer-logo svg {
  width: 514px;
  display: block;
}
.footer-title-bold {
  font-weight: 600 !important;
}
.tagline {
  margin: 12px 0 0px;
  font-size: 20px;
  color: #333;
}
.contacts {
  margin-top: 6px;
}
.contacts dt {
  font-weight: 400;
  margin: 14px 0 4px;
}
.contacts dd {
  margin: 0 0 10px;
}
.link-red {
  color: #c51414;
  text-decoration: none;
}
.link-red:hover {
  text-decoration: underline;
}

.column-title {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
}
.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  margin: 10px 0;
  font-size: 18px;
}
.link-list a {
  color: #111;
  text-decoration: none;
}
.link-list a:hover {
  text-decoration: underline;
  text-decoration-color: #c51414;
}

.dagens-avis .newspaper-thumb img {
  width: 260px;
  height: auto;
  display: block;
  border: 1px solid #cbc6c2;
}

.auth-panel {
  padding-left: 8px;
}
.auth-status {
  margin: 2px 0 10px;
  color: #6f6a66;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
}
.auth-cta {
  display: inline-block;
  background: #c51414;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  margin-bottom: 14px;
}
.auth-link {
  display: block;
  margin: 10px 0;
  width: max-content;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #d8d5d2;
  padding-bottom: 2px;
}
.benefits-title {
  margin: 18px 0 8px;
  font-size: 20px;
  font-weight: 800;
}
.benefits {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.benefits li {
  position: relative;
  margin: 10px 0 10px 26px;
  font-size: 18px;
}
.benefits li::before {
  content: "➔";
  position: absolute;
  left: -24px;
  top: 0;
}
.policy-links a {
  display: block;
  margin: 10px 0;
  width: max-content;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #d8d5d2;
  padding-bottom: 2px;
}

.meta-curve {
  position: relative;
  margin-top: 22px;
}
.curve-bar {
  position: relative;

  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  border-top-right-radius: 1500px 170px;
  height: 120px;
  background: #000;
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin: 0;
  gap: 10px;
}

.curve-bar a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}
.curve-bar a:hover {
  border-color: #fff;
}
.copyright {
  flex-basis: 80%;
}
.back-to-top a {
  white-space: nowrap;
  margin-left: auto;
  color: black !important;
}
.search-icon svg {
  width: 14px;
}

.footer-mobile {
  display: none;
}

.footer-mobile .accordion-item {
  border-bottom: 2px solid #e3dfdb;
  padding: 18px 0;
}
.footer-mobile .accordion-title {
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-mobile .chevron {
  transition: 0.2s;
}

.footer-mobile .link-list li {
  font-size: 20px;
  margin: 12px 0;
}
.footer-mobile .link-list a {
  color: #111;
  text-decoration: none;
}
.footer-mobile .link-list a:hover {
  text-decoration-color: #c51414;
}

.footer-mobile .login-status {
  margin: 18px 0 8px;
  letter-spacing: 0.06em;
  color: #6f6a66;
  font-weight: 800;
}
.footer-mobile .cta {
  display: inline-block;
  background: #c51414;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.footer-mobile .quick-links a {
  display: block;
  width: max-content;
  margin: 10px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #d8d5d2;
  padding-bottom: 2px;
}
.footer-mobile .quick-links a:hover {
  border-color: #c51414;
}

.newspaper-mobile {
  width: 100%;
  height: 180px;
  border: 1px solid #cbc6c2;
  background: #f5f3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-weight: 700;
  margin-top: 10px;
}

.footer-mobile .copyright {
  font-size: 18px;
}
.footer-mobile .copyright a {
  color: #111;
}
.footer-mobile .back-to-top a {
  text-decoration: none;
  color: #111;
  border-bottom: 2px solid #d8d5d2;
  padding-bottom: 2px;
}

@media (max-width: 991.98px) {
  .footer-desktop {
    display: none !important;
  }
  .copyright {
    background-color: transparent;
    flex-direction: column;
    padding-left: 0;
    padding-top: 35px;
    font-size: 15px;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 60px;
  }
  .footer-mobile {
    display: block !important;
  }
  .back-to-top {
    text-align: center;
  }
}

main {
  padding: 0 64px;
}
h1 {
  font-family:
    Capitolium,
    Georgia,
    Cambria,
    Times New Roman,
    Times,
    serif;
  line-height: 1.05;
  font-size: 64px;
  letter-spacing: -1.28px;
  margin-bottom: 24px;
}
.articleHead {
  max-width: 1620px;
  margin: 0 auto 50px;
}
article {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 628px 1fr;
  font-family:
    Capitolium,
    Georgia,
    Cambria,
    Times New Roman,
    Times,
    serif;
}
article p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.45;
  margin-bottom: 32px;
}
article h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 32px;
}
article img {
  width: 100%;
  margin-bottom: 32px;
}
article p a,
article h2 a,
h1 a {
  text-decoration: none;
  font-weight: 700;
  color: #c00;
}
.articlePub {
  font-family: FlamaSemiCondensed, sans-serif;
  color: #4d4b46;
  font-size: 14px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 1024px) {
  main {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  article {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .content {
    order: 1;
  }
  .articlePub {
    order: 0;
  }
  h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  article p,
  article h2,
  article li,
  article img {
    margin-bottom: 24px;
  }
  main {
    padding: 0 12px;
  }
  article img {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  background: #f6f2ec;
  border-radius: 4px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.step-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #d13a2f;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.steps li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

ul {
  list-style-type: none;
}
#formBlocks {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#formBlocks form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  margin: 0 auto;
}
#formBlocks .formTitle {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #00bfff;
}
#formBlocks .formTitle::before,
#formBlocks .formTitle::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0;
  background-color: #00bfff;
}
#formBlocks .formTitle::after {
  animation: pulse 1s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.obs-box {
  max-width: 780px;
  margin: 28px auto;
  padding: 34px 28px;
  border: 2px solid #e15a5a;
  background: #fff;
  text-align: center;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
}

.obs-title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  color: #111;
}

.obs-subtitle {
  margin: 0 0 26px;
  font-size: 18px;
  color: #444;
}

.obs-left {
  color: #c51d1d;
  font-weight: 800;
  font-size: 24px;
}

.obs-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
}

.obs-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
}

.obs-digits {
  display: flex;
  gap: 6px;
}

.obs-digit {
  width: 54px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3efe7;
  color: #c51d1d;
  font-weight: 900;
  font-size: 46px;
  line-height: 1;
  border-radius: 2px;
}

.obs-sep {
  color: #111;
  font-weight: 800;
  font-size: 44px;
  line-height: 64px;
  margin-top: 0;
}

.obs-label {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #666;
}

.obs-note {
  margin: 18px 0 0;
  font-size: 16px;
  color: #c51d1d;
  font-weight: 700;
}

@media (max-width: 640px) {
  .obs-box {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 10px;
  }

  .obs-title {
    font-size: 20px;
  }
  .obs-subtitle {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .obs-left {
    font-size: 18px;
  }

  .obs-timer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .obs-unit {
    min-width: 0;
    flex: 1 1 0;
    align-items: center;
  }

  .obs-digits {
    display: flex;
    justify-content: center;
    gap: 3px;
    white-space: nowrap;
  }

  .obs-digit {
    width: 30px;
    height: 40px;
    font-size: 26px;
  }

  .obs-sep {
    flex: 0 0 auto;
    width: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
  }

  .obs-label {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0.02em;
  }

  .obs-note {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .obs-digit {
    width: 28px;
    height: 38px;
    font-size: 24px;
  }
  .obs-sep {
    width: 8px;
    font-size: 22px;
    line-height: 38px;
  }
  .obs-label {
    font-size: 9px;
  }
}
.comments-box {
  margin: 30px auto;
  box-sizing: border-box;
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
}
.comments-box * {
  box-sizing: border-box;
  font-family: inherit;
}

.fb-head {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-bottom: none;
}

.fb-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #e5e7eb;
}

.fb-tab {
  appearance: none;
  border: 0;
  background: #fff;
  padding: 14px 10px;
  font-size: 14px;
  color: #606770;
  cursor: pointer;
}

.fb-tab.is-active {
  color: rgb(18, 155, 247);
  font-weight: 400;
  position: relative;
}

.fb-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
}

.fb-count {
  font-size: 14px;
  color: #606770;
}

.fb-sort {
  font-size: 13px;
  color: #606770;
}
.fb-sort__value {
  color: #1c1e21;
  font-weight: 600;
}

.fb-input {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.fb-input__box {
  flex: 1;
  min-width: 0;
  background-color: #f3f4f6;
  padding-bottom: 10px;
  padding-right: 0px;
}

.fb-textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border: 1px solid #dfe3ea;
  border-radius: 4px;
  padding: 14px 14px;
  font-size: 18px;
  line-height: 1.35;
  color: #4b5563;
  outline: none;
}

.fb-send {
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  display: flex;

  width: 20%;
  margin-left: auto;
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  padding: 14px 12px;
  background: rgb(161, 179, 213);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.fb-send:hover {
  background: #bcc6dd;
}

.fb-list {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  padding: 14px;
}

.fb-comment {
  margin: 18px 0;
}

.fb-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.fb-ava {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  background: #ccd0d5;
  flex: 0 0 44px;
}

.fb-content {
  flex: 1;
  min-width: 0;
}

.fb-bubble {
  width: 100%;
  max-width: none;
  background: #f1f3f5;
  border-radius: 18px;
  padding: 14px 16px;
}

.fb-author {
  font-size: 22px;
  font-weight: 700;
  color: #2b5daa;
  margin-bottom: 6px;
  line-height: 1.1;
}

.fb-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #111827;
  line-height: 1.25;
}

.fb-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  margin-top: 10px;
  padding-left: 0;
  color: #6b7280;
  font-size: 18px;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial;
}

.fb-meta__left {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 12px;
}

.fb-meta__link {
  color: #6b7280;
  text-decoration: none;
  font-size: 12px;
}
.fb-meta__link:hover {
  text-decoration: underline;
}

.fb-dot {
  color: #9aa0a6;
}

.fb-meta__right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.fb-likecount {
  min-width: 36px;
  text-align: right;
  color: #374151;
}

.fb-likeicon,
.fb-hearticon {
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.fb-likeicon img {
  width: 30px;
}

.fb-hearticon img {
  width: 30px;
}

.fb-comment.is-reply {
  margin-left: 56px;
}

@media (max-width: 767px) {
  .comments-box {
    padding: 0 10px;
    margin: 20px auto;
  }

  .fb-textarea {
    font-size: 16px;
    min-height: 110px;
  }

  .fb-send {
    font-size: 16px;
    padding: 12px 10px;
  }

  .fb-author {
    font-size: 12px;
  }
  .fb-text {
    font-size: 12px;
  }
  .fb-meta {
    font-size: 14px;
  }

  .fb-ava {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .fb-likecount {
    min-width: 28px;
  }

  .fb-comment.is-reply {
    margin-left: 44px;
  }
}

.fb-footer {
  margin-top: 14px;
  padding: 8px 0 2px;
}

.fb-morebtn {
  display: block;
  width: 100%;
  border: 1px solid #2f58b8;
  background: #4f79d8;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 12px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}

.fb-morebtn:hover {
  background: #456fd0;
}

.fb-plugin {
  display: block;
  text-align: center;
  font-size: 13px;
  color: rgb(56, 88, 152);
  padding: 12px 0 4px;
}
