.elementor-22888 .elementor-element.elementor-element-a61dd76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8395a4e *//* =========================================================
   DSC Souvenirbutik – Vanliga frågor
   ========================================================= */

.dsc-faq-page {
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0b1f3b;
  padding: 46px 20px 70px;
  background:
    radial-gradient(circle at top right, rgba(91, 197, 242, 0.18), transparent 32%),
    radial-gradient(circle at bottom left, rgba(22, 58, 107, 0.08), transparent 34%),
    linear-gradient(180deg, #f5f7fb 0%, #f8fafc 100%);
}

/* Hero */

.dsc-faq-hero {
  max-width: 1180px;
  margin: 0 auto 30px;
  padding: 38px 38px 34px;
  background: #ffffff;
  border: 1px solid rgba(11, 31, 59, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(11, 31, 59, 0.07);
}

.dsc-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(91, 197, 242, 0.16);
  color: #163a6b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dsc-faq-hero h1 {
  margin: 0 0 12px;
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  color: #0b1f3b;
}

.dsc-faq-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(11, 31, 59, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

/* Layout */

.dsc-faq-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  align-items: start;
}

.dsc-faq-main {
  display: grid;
  gap: 22px;
}

/* Cards */

.dsc-faq-card,
.dsc-faq-info-card {
  background: #ffffff;
  border: 1px solid rgba(11, 31, 59, 0.08);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(11, 31, 59, 0.06);
}

.dsc-faq-card {
  padding: 28px;
}

.dsc-faq-card h2 {
  margin: 0 0 18px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 25px;
  line-height: 1.25;
  color: #0b1f3b;
}

/* FAQ accordion */

.dsc-faq-list {
  display: grid;
  gap: 12px;
}

.dsc-faq-list details {
  overflow: hidden;
  border: 1px solid rgba(22, 58, 107, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(248,250,252,0.96));
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.dsc-faq-list details:hover {
  border-color: rgba(91, 197, 242, 0.55);
  box-shadow: 0 10px 22px rgba(11, 31, 59, 0.06);
  transform: translateY(-1px);
}

.dsc-faq-list details[open] {
  border-color: rgba(91, 197, 242, 0.72);
  box-shadow: 0 12px 26px rgba(11, 31, 59, 0.07);
}

.dsc-faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 18px 54px 18px 20px;
  color: #0b1f3b;
  font-family: "Merriweather", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.dsc-faq-list summary::-webkit-details-marker {
  display: none;
}

.dsc-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(91, 197, 242, 0.16);
  color: #163a6b;
  display: grid;
  place-items: center;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.dsc-faq-list details[open] summary::after {
  content: "−";
}

.dsc-faq-answer {
  padding: 0 20px 20px;
  color: rgba(11, 31, 59, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.dsc-faq-answer p {
  margin: 0 0 12px;
}

.dsc-faq-answer p:last-child {
  margin-bottom: 0;
}

.dsc-faq-answer a {
  color: #163a6b;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(91, 197, 242, 0.75);
  text-underline-offset: 3px;
}

.dsc-faq-answer a:hover {
  color: #0b1f3b;
}

/* Sidebar */

.dsc-faq-side {
  display: grid;
  gap: 20px;
  position: sticky;
  top: 24px;
}

.dsc-faq-info-card {
  padding: 25px;
}

.dsc-faq-info-card h3 {
  margin: 0 0 10px;
  font-family: "Merriweather", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
  color: #0b1f3b;
}

.dsc-faq-info-card p {
  margin: 0 0 18px;
  color: rgba(11, 31, 59, 0.74);
  font-size: 16px;
  line-height: 1.65;
}

.dsc-faq-side-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(91, 197, 242, 0.16);
  color: #163a6b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dsc-faq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #163a6b;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(22, 58, 107, 0.18);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.dsc-faq-button:hover {
  background: #0b1f3b;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(22, 58, 107, 0.24);
}

.dsc-faq-info-card--blue {
  background:
    radial-gradient(circle at top right, rgba(91, 197, 242, 0.18), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.dsc-faq-info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.dsc-faq-info-card li {
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(11, 31, 59, 0.08);
  color: rgba(11, 31, 59, 0.76);
  font-size: 15px;
  line-height: 1.45;
}

.dsc-faq-info-card li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dsc-faq-info-card strong {
  color: #0b1f3b;
}

/* Tablet */

@media (max-width: 980px) {
  .dsc-faq-page {
    padding: 34px 16px 58px;
  }

  .dsc-faq-hero {
    padding: 32px 26px 30px;
    border-radius: 24px;
  }

  .dsc-faq-layout {
    grid-template-columns: 1fr;
  }

  .dsc-faq-side {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */

@media (max-width: 680px) {
  .dsc-faq-page {
    padding: 26px 14px 48px;
  }

  .dsc-faq-hero {
    padding: 28px 20px 25px;
    border-radius: 22px;
  }

  .dsc-faq-hero p {
    font-size: 16px;
  }

  .dsc-faq-card {
    padding: 21px;
    border-radius: 22px;
  }

  .dsc-faq-card h2 {
    font-size: 22px;
  }

  .dsc-faq-list summary {
    padding: 16px 48px 16px 16px;
    font-size: 16px;
  }

  .dsc-faq-answer {
    padding: 0 16px 17px;
    font-size: 15px;
  }

  .dsc-faq-side {
    grid-template-columns: 1fr;
  }

  .dsc-faq-info-card {
    padding: 22px;
    border-radius: 22px;
  }
}

/* =========================================================
   DSC FAQ – lugnare hover utan hopp
   ========================================================= */

.dsc-faq-list details:hover {
  transform: none;
}

.dsc-faq-list details {
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}/* End custom CSS */