/* Acte necesare: searchable editorial directory */
.acts-page {
  --acts-ink: #061b33;
  --acts-ivory: #f7f1e8;
  --acts-paper: #fffaf2;
  --acts-gold: #c7953e;
  --acts-muted: #5d6471;
  --acts-line: rgba(6, 27, 51, .13);
  overflow: hidden;
}

.acts-page .eyebrow { color: var(--acts-gold); }
.acts-page h1, .acts-page h2, .acts-page h3 { text-wrap: balance; }

.acts-hero {
  min-height: 312px;
  display: flex;
  align-items: center;
  padding: 62px max(24px, calc((100vw - 1240px) / 2));
  color: #f8f1e8;
  background-color: var(--acts-ink);
  background-image: linear-gradient(90deg, rgba(4,18,35,.96) 0%, rgba(5,24,47,.88) 46%, rgba(5,24,47,.7) 100%), linear-gradient(180deg, rgba(4,18,35,.18), rgba(4,18,35,.48)), url("../images/conclude-spatiu-consultatii.webp");
  background-position: center;
  background-size: cover;
}
.acts-hero-inner { width: 100%; max-width: 760px; }
.acts-breadcrumb { margin: 0 0 20px; color: rgba(248,241,232,.68); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.acts-breadcrumb span { margin: 0 8px; color: var(--acts-gold); }
.acts-hero h1 { margin: 18px 0 18px; color: #f8f1e8; font-size: clamp(44px, 5vw, 68px); line-height: 1.04; }
.acts-hero-inner > p:last-child { max-width: 680px; margin: 0; color: rgba(248,241,232,.78); font-size: 17px; line-height: 1.7; }

.acts-intro { background: var(--acts-paper); }
.acts-intro-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: clamp(56px, 9vw, 120px); align-items: end; max-width: 1240px; margin: 0 auto; padding: clamp(76px, 8vw, 106px) 24px clamp(64px, 7vw, 88px); }
.acts-intro-copy { max-width: 610px; }
.acts-intro h2 { margin: 18px 0 20px; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.06; }
.acts-intro-copy > p:last-child { margin: 0; color: var(--acts-muted); font-size: 17px; line-height: 1.78; }
.acts-search-wrap label { display: block; margin-bottom: 10px; color: var(--acts-ink); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.acts-search-field { display: flex; align-items: center; min-height: 68px; padding: 0 18px; background: #fffdf8; border: 1px solid rgba(6,27,51,.24); border-radius: 7px; transition: border-color 180ms ease, box-shadow 180ms ease; }
.acts-search-field:focus-within { border-color: var(--acts-gold); box-shadow: 0 0 0 4px rgba(199,149,62,.1); }
.acts-search-field > span { position: relative; width: 19px; height: 19px; margin-right: 14px; border: 1.5px solid var(--acts-gold); border-radius: 50%; }
.acts-search-field > span::after { content: ""; position: absolute; width: 8px; height: 1.5px; right: -6px; bottom: -3px; background: var(--acts-gold); transform: rotate(45deg); }
.acts-search-field input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--acts-ink); background: transparent; font: inherit; font-size: 16px; }
.acts-search-field input::placeholder { color: #858a92; }
.acts-search-field button { width: 30px; height: 30px; border: 0; color: var(--acts-muted); background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }

.acts-directory { background: var(--acts-ivory); border-top: 1px solid var(--acts-line); }
.acts-directory-inner { max-width: 1240px; margin: 0 auto; padding: clamp(72px, 8vw, 108px) 24px clamp(88px, 9vw, 116px); }
.acts-directory-top { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.acts-directory-top h2 { max-width: 620px; margin: 18px 0 0; font-size: clamp(38px, 4vw, 54px); line-height: 1.06; }
.acts-results-count { margin: 0 0 4px; color: var(--acts-gold); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.acts-filter-bar { position: sticky; z-index: 10; top: 88px; margin: 0 -8px 40px; padding: 10px 8px; background: rgba(247,241,232,.94); backdrop-filter: blur(12px); }
.acts-filters { display: flex; gap: 10px; overflow-x: auto; padding: 2px 0 4px; scrollbar-width: thin; }
.acts-filter { flex: 0 0 auto; min-height: 42px; padding: 0 17px; border: 1px solid rgba(6,27,51,.2); border-radius: 999px; color: var(--acts-ink); background: rgba(255,253,248,.78); font: inherit; font-size: 12px; font-weight: 900; letter-spacing: .04em; cursor: pointer; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.acts-filter:hover, .acts-filter:focus-visible { border-color: var(--acts-gold); transform: translateY(-1px); }
.acts-filter.is-active { border-color: var(--acts-ink); color: #fffaf2; background: var(--acts-ink); }
.acts-notice { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 66px; padding: 24px 26px; background: rgba(255,250,242,.78); border-left: 3px solid var(--acts-gold); }
.acts-notice-icon { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid var(--acts-gold); border-radius: 50%; color: var(--acts-gold); font-family: Georgia, serif; font-size: 16px; font-weight: 700; }
.acts-notice h3 { margin: 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.acts-notice p { max-width: 980px; margin: 0; color: var(--acts-muted); font-size: 15px; line-height: 1.7; }
.acts-group { margin-top: 62px; }
.acts-group:first-child { margin-top: 0; }
.acts-group-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--acts-line); }
.acts-group-heading h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; line-height: 1.2; }
.acts-group-heading span { color: var(--acts-gold); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.acts-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.procedure-card { background: rgba(255,253,248,.86); border: 1px solid rgba(6,27,51,.14); border-radius: 7px; transition: transform 200ms ease, border-color 200ms ease, background 200ms ease; }
.procedure-card:hover { border-color: rgba(199,149,62,.72); transform: translateY(-2px); }
.procedure-card.is-open { background: #fffdf8; border-color: rgba(199,149,62,.82); }
.procedure-card-toggle { display: block; width: 100%; padding: 28px 30px 24px; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.procedure-card-toggle:focus-visible { outline: 2px solid var(--acts-gold); outline-offset: -4px; }
.procedure-card-category { display: block; margin-bottom: 14px; color: var(--acts-gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.procedure-card-heading { display: grid; grid-template-columns: minmax(0, 1fr) 25px; gap: 16px; align-items: start; }
.procedure-card-heading h4 { margin: 0; color: var(--acts-ink); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; line-height: 1.18; }
.procedure-card-heading i { position: relative; display: block; width: 23px; height: 23px; margin-top: 2px; border: 1px solid var(--acts-gold); border-radius: 50%; }
.procedure-card-heading i::before, .procedure-card-heading i::after { content: ""; position: absolute; top: 10px; left: 6px; width: 9px; height: 1px; background: var(--acts-gold); transition: transform 180ms ease; }
.procedure-card-heading i::after { transform: rotate(90deg); }
.procedure-card.is-open .procedure-card-heading i::after { transform: rotate(0); }
.procedure-card-description { max-width: 560px; margin: 13px 0 17px; color: var(--acts-muted); font-size: 16px; line-height: 1.6; }
.procedure-card-preview { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.procedure-card-preview li { position: relative; padding-left: 17px; color: var(--acts-ink); font-size: 13px; line-height: 1.5; }
.procedure-card-preview li::before { content: ""; position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border: 1px solid var(--acts-gold); transform: rotate(45deg); }
.procedure-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 220ms ease, opacity 180ms ease; }
.procedure-panel.is-open { grid-template-rows: 1fr; opacity: 1; }
.procedure-panel-inner { min-height: 0; overflow: hidden; }
.procedure-panel-content { margin: 0 30px; padding: 0 0 28px; border-top: 1px solid rgba(6,27,51,.12); }
.procedure-panel-content section { padding-top: 22px; }
.procedure-panel-content h5 { margin: 0 0 10px; color: var(--acts-gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.procedure-panel-content ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.procedure-panel-content li { position: relative; padding-left: 20px; color: var(--acts-muted); font-size: 15px; line-height: 1.6; }
.procedure-panel-content li::before { content: ""; position: absolute; top: .65em; left: 1px; width: 7px; height: 7px; border: 1px solid var(--acts-gold); transform: rotate(45deg); }
.procedure-panel-content .todo-item { color: #80693c; font-style: italic; }
.procedure-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.procedure-actions .button { min-height: 44px; padding: 0 16px; font-size: 10px; }
.button-outline-navy { color: var(--acts-ink); border-color: rgba(6,27,51,.4); }
.button-outline-navy:hover, .button-outline-navy:focus-visible { color: var(--acts-paper); background: var(--acts-ink); border-color: var(--acts-ink); }
.acts-empty { padding: 64px 24px; border: 1px dashed rgba(199,149,62,.64); background: rgba(255,250,242,.72); text-align: center; }
.acts-empty h3 { margin: 18px auto 10px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; }
.acts-empty p { margin: 0 0 24px; color: var(--acts-muted); font-size: 16px; }
.acts-cta { max-width: 1240px; margin: 0 auto; padding: clamp(72px, 8vw, 96px) max(24px, calc((100vw - 1240px) / 2)); }
.acts-cta h2 { margin: 16px 0 10px; }
.acts-cta p:last-child { max-width: 620px; }
.acts-cta .button-row { justify-content: flex-end; }

@media (max-width: 920px) {
  .acts-intro-inner, .acts-directory-top { grid-template-columns: 1fr; }
  .acts-intro-inner { align-items: start; gap: 42px; }
  .acts-directory-top { display: grid; gap: 20px; }
  .acts-results-count { margin-bottom: 0; }
  .acts-filter-bar { top: 78px; }
  .acts-cta .button-row { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .acts-hero { min-height: 270px; padding-top: 48px; padding-bottom: 48px; }
  .acts-hero h1 { font-size: 43px; }
  .acts-intro-inner, .acts-directory-inner { padding-right: 20px; padding-left: 20px; }
  .acts-intro-inner { padding-top: 64px; padding-bottom: 56px; }
  .acts-directory-inner { padding-top: 64px; padding-bottom: 72px; }
  .acts-directory-top h2 { font-size: 40px; }
  .acts-notice { margin-bottom: 52px; padding: 20px; }
  .acts-group-heading { align-items: start; flex-direction: column; gap: 9px; }
  .acts-group-heading h3 { font-size: 27px; }
  .acts-card-grid { grid-template-columns: 1fr; }
  .procedure-card-toggle { padding: 24px 22px 20px; }
  .procedure-card-heading h4 { font-size: 23px; }
  .procedure-panel-content { margin: 0 22px; }
  .procedure-actions { flex-direction: column; align-items: stretch; }
  .procedure-actions .button { width: 100%; }
  .acts-cta { padding-top: 64px; padding-bottom: 64px; }
  .acts-cta .button-row { flex-direction: column; align-items: stretch; }
  .acts-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .procedure-card, .acts-filter, .procedure-panel, .procedure-card-heading i::before, .procedure-card-heading i::after { transition: none; }
}
.procedure-card-more { display: block; margin-top: 10px; color: var(--acts-gold); font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.acts-notice section + section { margin-top: 16px; }
.acts-notice h4 { margin: 0 0 4px; color: var(--acts-ink); font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 500; }
.acts-notice section p { max-width: none; }

/* Procedure cards: editorial minimal premium */
.acts-page .procedure-card {
  position: relative;
  overflow: hidden;
  padding: 30px 32px 24px;
  background: #fffdf9;
  border: 1px solid rgba(7, 28, 52, .12);
  border-radius: 10px;
  box-shadow: none;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.acts-page .procedure-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: var(--acts-gold); }
.acts-page .procedure-card:hover { border-color: rgba(199, 149, 62, .72); box-shadow: 0 10px 24px rgba(54, 38, 18, .05); transform: translateY(-2px); }
.acts-page .procedure-card.is-open { background: #fffdf9; border-color: rgba(199, 149, 62, .74); }
.acts-page .procedure-card-top { display: flex; align-items: center; min-height: 38px; }
.acts-page .procedure-card-category { margin: 0; color: var(--acts-gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.acts-page .procedure-card-number { margin-left: auto; margin-right: 12px; color: rgba(199, 149, 62, .8); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.acts-page .procedure-card-toggle { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; padding: 0; border: 1px solid rgba(7, 28, 52, .24); border-radius: 50%; color: var(--acts-ink); background: transparent; cursor: pointer; transition: border-color 180ms ease, background 180ms ease; }
.acts-page .procedure-card-toggle:hover, .acts-page .procedure-card-toggle:focus-visible { border-color: var(--acts-gold); background: rgba(199, 149, 62, .08); }
.acts-page .procedure-card-toggle span { position: relative; width: 9px; height: 9px; border-right: 1.5px solid var(--acts-ink); border-bottom: 1.5px solid var(--acts-ink); transform: translateY(-2px) rotate(45deg); transition: transform 180ms ease; }
.acts-page .procedure-card.is-open .procedure-card-toggle span { transform: translateY(2px) rotate(225deg); }
.acts-page .procedure-card-lead { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; align-items: start; margin-top: 22px; }
.acts-page .procedure-card-main-icon { position: relative; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #f5ead7; }
.acts-page .procedure-card-main-icon::before { content: ""; width: 15px; height: 18px; border: 1px solid var(--acts-gold); border-radius: 2px; }
.acts-page .procedure-card-main-icon::after { content: ""; position: absolute; width: 9px; height: 1px; background: var(--acts-gold); transform: translateY(-3px); }
.acts-page .procedure-card-main-icon i { position: absolute; width: 9px; height: 1px; background: var(--acts-gold); transform: translateY(3px); }
.acts-page .procedure-card-lead h4 { margin: 8px 0 12px; color: var(--acts-ink); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; line-height: 1.22; }
.acts-page .procedure-card-description { display: -webkit-box; overflow: hidden; margin: 0; color: var(--acts-muted); font-size: 15px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.acts-page .procedure-preview-block { margin: 22px 0 22px; padding: 16px 18px; background: rgba(247, 241, 232, .58); border-left: 2px solid var(--acts-gold); border-radius: 5px; }
.acts-page .procedure-preview-block h5 { margin: 0 0 10px; color: var(--acts-ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.acts-page .procedure-preview-block ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.acts-page .procedure-preview-block li { position: relative; padding-left: 17px; color: var(--acts-ink); font-size: 14px; line-height: 1.55; }
.acts-page .procedure-preview-block li::before { content: ""; position: absolute; top: .58em; left: 1px; width: 6px; height: 6px; border: 1px solid var(--acts-gold); transform: rotate(45deg); }
.acts-page .procedure-preview-block .procedure-preview-more { color: var(--acts-gold); font-size: 12px; font-weight: 700; }
.acts-page .procedure-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.acts-page .procedure-card-view { padding: 0; border: 0; color: var(--acts-ink); background: transparent; font: inherit; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: left; cursor: pointer; }
.acts-page .procedure-card-view span { display: inline-block; margin-left: 5px; color: var(--acts-gold); font-size: 16px; transition: transform 180ms ease; }
.acts-page .procedure-card-view:hover, .acts-page .procedure-card-view:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.acts-page .procedure-card-view:hover span, .acts-page .procedure-card-view:focus-visible span { transform: translateX(3px); }
.acts-page .procedure-card-book { min-height: 46px; padding: 0 21px; font-size: 10px; }
.acts-page .procedure-panel-content { margin: 0; padding: 24px 0 0; border-top: 1px solid rgba(7, 28, 52, .12); }
.acts-page .procedure-panel-lead { margin: 0 0 24px; color: var(--acts-muted); font-size: 15px; line-height: 1.65; }
.acts-page .procedure-panel-lists { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.acts-page .procedure-panel-lists > section { padding: 0 22px 0 0; }
.acts-page .procedure-panel-lists > section:only-child { grid-column: 1 / -1; padding-right: 0; }
.acts-page .procedure-panel-lists > section + section { padding: 0 0 0 22px; border-left: 1px solid rgba(199, 149, 62, .34); }
.acts-page .procedure-panel-content section h5 { margin: 0 0 12px; color: var(--acts-ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.acts-page .procedure-panel-content li { font-size: 14px; line-height: 1.55; }
.acts-page .procedure-panel-notes { margin-top: 26px; padding: 18px 20px; background: rgba(247, 241, 232, .62); border: 1px solid rgba(199, 149, 62, .2); border-radius: 6px; }
.acts-page .procedure-panel-notes section { padding: 0; }
.acts-page .procedure-panel-notes section + section { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(199, 149, 62, .22); }
.acts-page .procedure-panel-notes h5 { color: var(--acts-gold); }
.acts-page .procedure-actions { justify-content: flex-start; margin-top: 24px; }
.acts-page .procedure-actions .button { min-height: 46px; }

@media (max-width: 640px) {
  .acts-page .procedure-card { padding: 24px 22px 22px; }
  .acts-page .procedure-card-lead { gap: 13px; margin-top: 18px; }
  .acts-page .procedure-card-lead h4 { font-size: 21px; }
  .acts-page .procedure-panel-lists { grid-template-columns: 1fr; gap: 22px; }
  .acts-page .procedure-panel-lists > section, .acts-page .procedure-panel-lists > section + section { padding: 0; border-left: 0; }
  .acts-page .procedure-panel-lists > section + section { padding-top: 20px; border-top: 1px solid rgba(199, 149, 62, .24); }
  .acts-page .procedure-card-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .acts-page .procedure-card-book { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .acts-page .procedure-card, .acts-page .procedure-card-toggle, .acts-page .procedure-card-toggle span, .acts-page .procedure-card-view span { transition: none; }
}

/* Closed cards: no partial document preview */
.acts-page .procedure-card--no-preview .procedure-card-description {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.acts-page .procedure-complete-prompt {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 22px 0 18px;
  padding: 15px 16px;
  background: rgba(247, 241, 232, .62);
  border-left: 2px solid var(--acts-gold);
  border-radius: 5px;
}
.acts-page .procedure-complete-prompt > span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border: 1px solid var(--acts-gold);
  border-radius: 50%;
  color: var(--acts-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}
.acts-page .procedure-complete-prompt p {
  margin: 0;
  color: var(--acts-muted);
  font-size: 14px;
  line-height: 1.55;
}
.acts-page .procedure-card--no-preview > .procedure-card-actions {
  justify-content: flex-start;
}
.acts-page .procedure-card--no-preview > .procedure-card-actions .procedure-card-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: #fffaf2;
  background: var(--acts-ink);
  border-radius: 3px;
  text-decoration: none;
}
.acts-page .procedure-card--no-preview > .procedure-card-actions .procedure-card-view span {
  color: var(--acts-gold);
}
.acts-page .procedure-card--no-preview > .procedure-card-actions .procedure-card-view:hover,
.acts-page .procedure-card--no-preview > .procedure-card-actions .procedure-card-view:focus-visible {
  background: #0b2948;
  text-decoration: none;
}
.acts-page .procedure-card--no-preview.is-open .procedure-complete-prompt,
.acts-page .procedure-card--no-preview.is-open > .procedure-card-actions {
  display: none;
}

@media (max-width: 640px) {
  .acts-page .procedure-card--no-preview > .procedure-card-actions .procedure-card-view {
    width: 100%;
  }
}

/* Closed cards: concrete summary */
.acts-page .procedure-card--no-preview {
  align-self: start;
}
.acts-page .procedure-card--no-preview .procedure-card-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.acts-page .procedure-summary {
  margin: 20px 0 18px;
  padding: 16px 18px;
  background: rgba(247, 241, 232, .62);
  border-left: 2px solid var(--acts-gold);
  border-radius: 5px;
}
.acts-page .procedure-summary-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  align-items: baseline;
}
.acts-page .procedure-summary-counts strong {
  color: var(--acts-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
}
.acts-page .procedure-summary-counts span {
  color: var(--acts-gold);
  font-size: 12px;
  font-weight: 700;
}
.acts-page .procedure-summary-examples {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid rgba(199, 149, 62, .25);
}
.acts-page .procedure-summary-examples h5 {
  margin: 0 0 9px;
  color: var(--acts-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}
.acts-page .procedure-summary-examples ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.acts-page .procedure-summary-examples li {
  position: relative;
  padding-left: 16px;
  color: var(--acts-ink);
  font-size: 14px;
  line-height: 1.5;
}
.acts-page .procedure-summary-examples li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--acts-gold);
  transform: rotate(45deg);
}
.acts-page .procedure-summary-examples p {
  margin: 9px 0 0;
  color: var(--acts-gold);
  font-size: 12px;
  font-weight: 700;
}
.acts-page .procedure-card--no-preview.is-open .procedure-summary {
  display: none;
}

/* Legal explanations remain fully visible. */
.acts-page .procedure-card--no-preview .procedure-card-description {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}
