:root {
  --pause-v9-blue: #477fa6;
  --pause-v9-navy: #23384e;
  --pause-v9-cyan: #87cbd2;
  --pause-v9-ink: #1d2430;
  --pause-v9-muted: #65717e;
  --pause-v9-line: #ddd9d2;
  --pause-v9-paper: #ffffff;
  --pause-v13-sand: #faf9f6;
  --pause-v9-max: 840px;
  --pause-v12-pale-blue: #eef3f8;
  --pause-v12-pale-blue-soft: #f8fafc;
  --pause-v12-blue-line: #b8cee0;
  --pause-v12-body-size: 16px;
  --pause-v12-body-leading: 1.72;
}

.pause-v9-hero {
  height: 56px;
  color: #fff;
  border-bottom: 1px solid var(--pause-v9-line);
  background:
    linear-gradient(90deg, rgba(31, 67, 96, .58), rgba(71, 151, 181, .18)),
    url("hero-public-baseline.webp") center / cover;
}

.pause-v9-hero-inner,
.pause-v9-nav-inner {
  width: min(calc(100% - 40px), var(--pause-v9-max));
  margin-inline: auto;
}

.pause-v9-hero-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.pause-v9-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.pause-v9-brand:hover { color: #fff; }
.pause-v9-brand img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.pause-v9-brand span {
  display: grid;
  line-height: 1.05;
  letter-spacing: .1em;
}

.pause-v9-brand strong { font-size: 15px; }
.pause-v9-brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 8.5px;
  text-transform: uppercase;
}

.pause-v9-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 51px;
  border-bottom: 1px solid var(--pause-v9-line);
  background: rgba(250, 249, 246, .98);
  box-shadow: 0 1px 3px rgba(17, 29, 46, .04);
}

.pause-v9-nav-inner {
  min-height: 51px;
  display: flex;
  align-items: center;
}

.pause-v9-nav {
  display: flex;
  align-items: center;
}

.pause-v9-nav a {
  padding: 8px 12px;
  color: #48505a;
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.78;
  text-decoration: none;
  white-space: nowrap;
}

.pause-v9-nav a:first-child { padding-left: 0; }
.pause-v9-nav a:hover,
.pause-v9-nav a[aria-current="page"] {
  color: var(--pause-v9-blue);
  font-weight: 600;
}

.pause-v9-menu-toggle {
  display: none;
  margin-left: auto;
  padding: 8px 13px;
  color: #48505a;
  border: 1px solid var(--pause-v9-line);
  background: #fff;
  font: 600 14.5px/1.5 "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
}

#aktuellt.pause-v9-current {
  padding: 42px 0 48px;
  border-top: 0;
}

.pause-v9-section-heading {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pause-v9-line);
}

.pause-v9-section-heading h1,
.pause-v9-section-heading h2 {
  margin: 0;
  color: var(--pause-v9-blue);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.015em;
}

.pause-v9-lead-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: stretch;
  border: 1px solid var(--pause-v9-line);
  background: var(--pause-v9-paper);
}

.pause-v9-story-copy { padding: 24px; }
.pause-v9-story-copy time,
.pause-v9-news-grid time {
  color: var(--pause-v9-muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .04em;
}

.pause-v9-story-copy .pause-v9-tag {
  margin: 17px 0 7px;
  color: var(--pause-v9-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pause-v9-story-copy h3 {
  margin: 0 0 .55em;
  color: var(--pause-v9-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.015em;
}

.pause-v9-story-copy h2 {
  margin: 13px 0 18px;
  color: var(--pause-v9-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.pause-v13-news-kicker {
  margin: 10px 0 0 !important;
  color: var(--pause-v9-blue) !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.45 !important;
}

.pause-v9-story-copy p {
  margin: 0 0 1.2em;
  color: var(--pause-v9-ink);
  font-size: var(--pause-v12-body-size);
  line-height: var(--pause-v12-body-leading);
}

.pause-v9-story-copy .pause-v9-lede {
  font-size: 18px;
  line-height: 1.6;
}

.pause-v9-story-image {
  min-height: 290px;
  overflow: hidden;
  background: #f3f5f6;
}

.pause-v9-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pause-v9-story-copy a,
.pause-v9-after-grid a {
  color: var(--pause-v9-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

#aktuellt .pause-v9-facts {
  display: block !important;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #e4e0da;
  background: #edeae4;
}

.pause-v9-facts h3 {
  margin: 0 0 10px;
  color: var(--pause-v9-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pause-v9-facts ul {
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.6;
  list-style: none;
}

.pause-v9-facts li + li { margin-top: 4px; }
.pause-v9-subheading {
  margin: 36px 0 8px;
  color: var(--pause-v9-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.pause-v9-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--pause-v9-line);
  border-bottom: 1px solid var(--pause-v9-line);
}

.pause-v9-news-story {
  display: block;
  color: inherit;
  text-decoration: none;
}

.pause-v9-news-card { padding: 22px 22px 18px 0; }
.pause-v9-news-card + .pause-v9-news-card {
  padding-left: 22px;
  border-left: 1px solid var(--pause-v9-line);
}

.pause-v9-news-card:hover h3,
.pause-v9-news-card:focus-visible h3 { text-decoration: underline; text-underline-offset: .18em; }
.pause-v9-news-card:focus-visible { outline: 2px solid var(--pause-v9-cyan); outline-offset: 4px; }

.pause-v9-news-grid h3 {
  margin: 7px 0 .55em;
  color: var(--pause-v9-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.pause-v9-news-grid p {
  margin: 0 0 1.2em;
  color: var(--pause-v9-ink);
  font-size: var(--pause-v12-body-size);
  line-height: var(--pause-v12-body-leading);
}

.pause-v9-news-story > p:last-child { margin-bottom: 0; }
.pause-v9-news-all-link { margin: 2.4em 0 0 !important; }
.pause-v9-news-all-link a { color: var(--pause-v9-blue); text-underline-offset: .2em; }
.pause-v9-news-grid + .pause-v9-intro { margin-top: 42px; }

.pause-v9-eyebrow {
  display: none;
  margin: 0 0 8px;
  color: var(--pause-v9-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pause-v9-intro {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 36px;
  margin-top: 24px;
  padding: 26px 28px;
  border: 1px solid var(--pause-v12-blue-line);
  background: linear-gradient(120deg, var(--pause-v12-pale-blue-soft) 0%, var(--pause-v12-pale-blue) 58%, #f6f8fb 100%);
}

.pause-v9-intro-lead { padding: 12px 0 4px; }

.pause-v9-intro-title-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: center;
}

.pause-v9-intro-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--pause-v9-blue);
}

.pause-v9-intro-icon::before {
  width: 60px;
  height: 60px;
  background: currentColor;
  content: "";
  -webkit-mask: url("logo.png") center / contain no-repeat;
  mask: url("logo.png") center / contain no-repeat;
}

.pause-v9-intro .pause-v9-intro-label {
  margin: 0 0 8px;
  color: var(--pause-v9-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pause-v9-intro h3 {
  margin: 0;
  color: var(--pause-v9-blue);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.015em;
}

.pause-v9-intro p,
.pause-v9-intro a {
  font-size: var(--pause-v12-body-size);
  line-height: var(--pause-v12-body-leading);
}

.pause-v9-intro p { margin: 0 0 1.2em; }
.pause-v9-intro-copy {
  max-width: 500px;
  margin-top: 28px;
}

.pause-v9-intro-figure {
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(42, 90, 138, .18);
  border-radius: 4px;
  background: var(--pause-v9-paper);
}

.pause-v9-intro-figure img {
  width: 100%;
  height: 100%;
  min-height: 338px;
  max-height: 390px;
  object-fit: cover;
  object-position: center 34%;
}

.pause-v9-intro-figure figcaption {
  display: grid;
  gap: 2px;
  padding: 11px 14px 12px;
  color: var(--pause-v9-ink);
  font-size: 13px;
  line-height: 1.35;
}

.pause-v9-intro-figure figcaption span {
  color: var(--pause-v9-blue);
}

.pause-v9-intro a {
  color: var(--pause-v9-blue);
  text-decoration: underline;
  text-underline-offset: .2em;
}

.pause-v9-content-section {
  border-top: 1px solid var(--pause-v9-line);
}

.pause-v9-section-heading .pause-v9-section-lede {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--pause-v9-muted);
  font-size: 18px;
  line-height: 1.6;
}

.pause-v9-principles,
.pause-v9-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}

.pause-v13-story-links {
  display: grid;
  gap: .18rem;
  margin-top: 1.75rem;
}

.pause-v13-story-links p {
  margin: 0;
}

.pause-v13-lead-link { margin-top: 26px !important; }
.pause-v13-lead-link a::after { margin-left: .65em; content: "→"; }

.pause-v13-news-archive {
  margin-top: 14px;
  padding: 18px 24px 16px;
  border: 1px solid var(--pause-v9-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, .72);
}

.pause-v13-news-archive > h2,
.pause-v13-flyer-card h2 {
  margin: 0 0 10px;
  color: var(--pause-v9-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.01em;
}

.pause-v13-news-archive details {
  border-bottom: 1px solid var(--pause-v9-line);
}

.pause-v13-news-archive summary {
  position: relative;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 12px 34px 12px 0;
  color: var(--pause-v9-ink);
  cursor: pointer;
  list-style: none;
}

.pause-v13-news-archive summary::-webkit-details-marker { display: none; }
.pause-v13-news-archive summary::after {
  position: absolute;
  top: 10px;
  right: 6px;
  color: var(--pause-v9-blue);
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.pause-v13-news-archive details[open] summary::after { content: "−"; }
.pause-v13-news-archive summary time { color: var(--pause-v9-muted); }
.pause-v13-news-archive details > p { margin: 0 34px 14px 169px; color: var(--pause-v9-muted); }
.pause-v13-archive-all {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 9px 14px;
  color: var(--pause-v9-ink);
  border: 1px solid #c9c3bb;
  border-radius: 5px;
  background: transparent;
  font: 600 16px/1.4 "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.pause-v13-archive-all:hover { color: var(--pause-v9-blue); border-color: var(--pause-v9-blue); }

.pause-v13-flyer-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--pause-v9-line);
  border-radius: 7px;
  background: var(--pause-v9-paper);
}

.pause-v13-flyer-card > div { padding: 28px 24px; }
.pause-v13-flyer-card p { color: var(--pause-v9-ink); font-size: var(--pause-v12-body-size); line-height: var(--pause-v12-body-leading); }
.pause-v13-pdf-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  color: var(--pause-v9-blue);
  border: 1px solid var(--pause-v9-blue);
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

.pause-v13-pdf-link::before { margin-right: .6em; content: "PDF"; font-size: 10px; letter-spacing: .05em; }
.pause-v13-flyer-image { display: grid; min-height: 285px; place-items: center; padding: 22px; background: #f2eee8; }
.pause-v13-flyer-image img { width: min(56%, 190px); max-height: 265px; object-fit: contain; box-shadow: 0 9px 24px rgba(25, 43, 64, .18); transform: rotate(1.5deg); }

.pause-v9-principles article,
.pause-v9-support-grid article {
  padding: 20px 0 24px;
  border-top: 1px solid var(--pause-v9-line);
}

.pause-v9-principles article > span,
.pause-v9-support-grid article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--pause-v9-blue);
  font-size: 11px;
  font-weight: 600;
}

.pause-v9-principles h3,
.pause-v9-support-grid h3,
.pause-v9-call h3,
.pause-v9-requirements h3,
.pause-v9-flyer-panel h3,
.pause-v9-support-details h3 {
  margin: 0 0 .55em;
  color: var(--pause-v9-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.01em;
}

.pause-v9-principles p,
.pause-v9-support-grid p,
.pause-v9-call p,
.pause-v9-requirements li,
.pause-v9-flyer-panel p,
.pause-v9-support-details p,
.pause-v9-support-details dd {
  margin: 0 0 1.2em;
  color: var(--pause-v9-ink);
  font-size: var(--pause-v12-body-size);
  line-height: var(--pause-v12-body-leading);
}

.pause-v9-intro .pause-v9-eyebrow,
.pause-v9-call .pause-v9-eyebrow,
.pause-v9-flyer-panel .pause-v9-eyebrow,
.pause-v9-support-details .pause-v9-eyebrow {
  font-size: 11px;
  line-height: 1.5;
}

.pause-v9-call {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin: 34px 0 0;
  padding: 30px;
  border-top: 1px solid var(--pause-v12-blue-line);
  border-bottom: 1px solid var(--pause-v12-blue-line);
  background: linear-gradient(120deg, var(--pause-v12-pale-blue-soft) 0%, var(--pause-v12-pale-blue) 58%, #f6f8fb 100%);
}

.pause-v9-call h3 { color: var(--pause-v9-blue); }
.pause-v9-call .pause-v9-call-theme {
  font-size: 18px;
  line-height: 1.6;
}

.pause-v9-call dl,
.pause-v9-support-details dl { margin: 0; }

.pause-v9-call dl > div,
.pause-v9-support-details dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(71, 127, 166, .24);
}

.pause-v9-call dt,
.pause-v9-support-details dt {
  color: var(--pause-v9-navy);
  font-size: 14px;
  font-weight: 600;
}

.pause-v9-call dd,
.pause-v9-support-details dd { margin: 0; }

.pause-v9-requirements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 42px 0;
  border-bottom: 1px solid var(--pause-v9-line);
}

.pause-v9-requirements ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pause-v9-requirements li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 34px;
  border-top: 1px solid var(--pause-v9-line);
}

.pause-v9-requirements li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  color: var(--pause-v9-blue);
  font-weight: 700;
}

.pause-v11-download {
  margin-top: 20px !important;
}

.pause-v11-download a {
  color: var(--pause-v9-blue);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.pause-v9-flyer-panel {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 52px;
  align-items: center;
  padding-top: 42px;
}

.pause-v9-flyer {
  display: block;
  padding: 8px;
  color: var(--pause-v9-blue);
  border: 1px solid var(--pause-v9-line);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(44, 68, 104, .1);
}

.pause-v9-flyer img { width: 100%; }
.pause-v9-flyer span {
  display: inline-block;
  margin: 11px 4px 3px;
  border-bottom: 1px solid rgba(71, 127, 166, .7);
  font-size: 14.5px;
  font-weight: 600;
}

.pause-v9-support-grid a,
.pause-v9-flyer-panel a {
  color: var(--pause-v9-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.pause-v9-support-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 34px;
  padding: 30px;
  border-top: 1px solid var(--pause-v12-blue-line);
  border-bottom: 1px solid var(--pause-v12-blue-line);
  background: linear-gradient(120deg, var(--pause-v12-pale-blue-soft) 0%, var(--pause-v12-pale-blue) 58%, #f6f8fb 100%);
}

.pause-v13-footer {
  display: flex;
  min-height: 51px;
  align-items: center;
  padding: 14px 0;
  color: rgba(26, 40, 64, .72);
  border-top: 1px solid var(--pause-v9-line);
  background: var(--pause-v13-sand);
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.pause-v13-footer-row {
  width: min(calc(100% - 40px), var(--pause-v9-max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pause-v13-footer a { color: inherit; text-decoration: none; }
.pause-v13-footer a:hover { color: var(--pause-v9-blue); text-decoration: underline; text-underline-offset: .18em; }
.pause-v13-footer-separator { color: rgba(26, 40, 64, .34); }

/* Version 12: one restrained reading scale across copied and new sections. */
#stiftelsen .font-sans.text-sm.leading-relaxed,
#erfarenheter .font-sans.text-sm.leading-relaxed {
  font-size: var(--pause-v12-body-size);
  line-height: var(--pause-v12-body-leading);
}

@media (max-width: 760px) {
  .pause-v9-menu-toggle { display: block; }
  .pause-v9-nav-inner { justify-content: flex-end; }
  .pause-v9-nav {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: none;
    padding: 12px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-bottom: 1px solid var(--pause-v9-line);
    box-shadow: 0 8px 18px rgba(17, 29, 46, .08);
  }

  .pause-v9-nav.is-open { display: flex; }
  .pause-v9-nav a,
  .pause-v9-nav a:first-child {
    width: 100%;
    padding: 9px 0;
    border-bottom: 1px solid var(--pause-v9-line);
  }

  .pause-v9-lead-story,
  .pause-v9-intro,
  .pause-v9-call,
  .pause-v9-requirements,
  .pause-v9-flyer-panel,
  .pause-v13-flyer-card,
  .pause-v9-support-details { grid-template-columns: 1fr; }

  .pause-v9-intro-lead { padding: 4px 0 0; }

  .pause-v9-flyer { width: min(100%, 240px); }
  .pause-v13-footer-row { display: grid; gap: 7px; }
  .pause-v13-footer-separator { display: none; }
}

@media (max-width: 720px) {
  .pause-v9-hero { height: 54px; }
  .pause-v9-hero-inner,
  .pause-v9-nav-inner,
  .pause-v13-footer-row { width: min(calc(100% - 24px), var(--pause-v9-max)); }
  .pause-v9-brand img { width: 24px; height: 24px; }
  .pause-v9-brand strong { font-size: 14.4px; }
  .pause-v9-brand small { font-size: 8.8px; }
  #aktuellt.pause-v9-current { padding: 28px 0 34px; }
  .pause-v9-section-heading h1,
  .pause-v9-section-heading h2 { font-size: 24.32px; }
  .pause-v9-intro h3 { font-size: 24.32px; }
  .pause-v9-story-copy { padding: 20px; }
  .pause-v9-story-copy h2 { font-size: 20px; }
  .pause-v9-story-image { min-height: 180px; }
  .pause-v13-news-archive { padding: 18px 20px 16px; }
  .pause-v13-news-archive summary { grid-template-columns: 1fr; gap: 3px; }
  .pause-v13-news-archive details > p { margin: 0 34px 14px 0; }
  .pause-v13-flyer-card > div { padding: 24px 20px; }
  .pause-v13-flyer-image { min-height: 250px; }
  .pause-v9-news-grid { grid-template-columns: 1fr; }
  .pause-v9-news-card + .pause-v9-news-card {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--pause-v9-line);
  }
  .pause-v9-principles,
  .pause-v9-support-grid { grid-template-columns: 1fr; }
  .pause-v9-intro,
  .pause-v9-call,
  .pause-v9-support-details { gap: 28px; padding: 22px; }
  .pause-v9-intro-title-row { grid-template-columns: 54px 1fr; gap: 14px; }
  .pause-v9-intro-icon { width: 48px; height: 48px; }
  .pause-v9-intro-icon::before { width: 46px; height: 46px; }
  .pause-v9-intro-copy { margin-top: 22px; }
  .pause-v9-intro-figure img { min-height: 0; max-height: 430px; aspect-ratio: 4 / 5; }
}

@media (prefers-reduced-motion: reduce) {
  .pause-v9-header * { transition: none !important; }
}

/* R19: restore the English language choice in the homepage-specific header. */
.pause-v9-nav a.pause-v9-language-switch {
  margin-left: 18px;
  padding-left: 22px;
  border-left: 1px solid var(--pause-v9-line);
  color: var(--pause-v9-blue);
  font-weight: 600;
}
@media (max-width: 760px) {
  .pause-v9-nav a.pause-v9-language-switch {
    margin: 4px 0 0;
    padding-left: 0;
    border-left: 0;
    border-bottom: 0;
  }
}
