/* MelamedLaw 2.0 article shell. Loads only when the post is in ml2_article_post_ids or ml2_article_preview_ids. */

body.ml2-article-shell-active .entry-title,
body.ml2-article-shell-active h1.entry-title,
body.ml2-article-shell-active .page-header {
  display: none !important;
}

body.ml2-article-shell-active .elementor-location-single > .elementor-section:not(:has(.elementor-widget-theme-post-content)):not(:has(.elementor-widget-form)),
body.ml2-article-shell-active .elementor-location-single > .e-con:not(:has(.elementor-widget-theme-post-content)):not(:has(.elementor-widget-form)) {
  display: none !important;
}

body.ml2-article-shell-active .elementor-location-single .elementor-container {
  max-width: none !important;
  width: 100% !important;
  display: block !important;
}

body.ml2-article-shell-active .elementor-location-single .elementor-container > .elementor-column.elementor-top-column:not(:has(.elementor-widget-theme-post-content)):not(:has(.elementor-widget-form)):not(:has(.ml2-page)),
body.ml2-article-shell-active .elementor-location-single .elementor-container > .elementor-column.elementor-inner-column:not(:has(.elementor-widget-theme-post-content)):not(:has(.elementor-widget-form)):not(:has(.ml2-page)) {
  display: none !important;
}

body.ml2-article-shell-active .elementor-location-single .elementor-container > .elementor-column.elementor-top-column:has(.elementor-widget-theme-post-content),
body.ml2-article-shell-active .elementor-location-single .elementor-container > .elementor-column.elementor-top-column:has(.ml2-page),
body.ml2-article-shell-active .elementor-location-single .elementor-container > .elementor-column.elementor-top-column:has(.elementor-widget-form) {
  width: 100% !important;
  max-width: none !important;
}

body.ml2-article-shell-active .elementor-widget-theme-post-content,
body.ml2-article-shell-active .elementor-widget-theme-post-content > .elementor-widget-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

body.ml2-article-shell-active .elementor-location-single .elementor-widget-wrap {
  padding: 0 !important;
}

body.ml2-article-shell-active .ml2-form-mount .elementor-field-group:not(.elementor-field-type-hidden),
body.ml2-article-shell-active .ml2-form-mount .elementor-field-group.elementor-column:not(.elementor-field-type-hidden) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.ml2-article-shell-active .ml2-form-mount .elementor-field-group.elementor-col-50 {
  width: calc(50% - 0.5rem) !important;
  max-width: calc(50% - 0.5rem) !important;
}

body.ml2-article-shell-active .ml2-form-mount .elementor-form-fields-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin: 0 !important;
}

body.ml2-article-shell-active .ml2-form-mount .elementor-field-label {
  display: block !important;
  float: none !important;
  width: auto !important;
}

body.ml2-article-shell-active .ml2-form-mount input:not([type="hidden"]):not([type="submit"]),
body.ml2-article-shell-active .ml2-form-mount textarea,
body.ml2-article-shell-active .ml2-form-mount select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

@media (max-width: 640px) {
  body.ml2-article-shell-active .ml2-form-mount .elementor-field-group.elementor-col-50 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.ml2-article {
  --ml2-font-display: David, "David CLM", "Times New Roman", "Noto Serif Hebrew", "Frank Ruhl Libre", serif;
  --ml2-font-body: "Assistant", "Heebo", "Segoe UI", Tahoma, Arial, sans-serif;
  --ml2-font-ui: "Assistant", "Heebo", "Segoe UI", Tahoma, Arial, sans-serif;
}

.ml2-article-open {
  width: min(100% - 2.5rem, var(--ml2-shell));
  margin-inline: auto;
}

.ml2-article-open {
  padding-top: 2.25rem;
}

.ml2-article-kicker {
  margin: 0 0 0.75rem;
  font-family: var(--ml2-font-ui);
  font-size: var(--ml2-fs-sm);
  font-weight: 600;
  color: var(--ml2-gold);
}

.ml2-article-open h1 {
  margin: 0;
  max-width: 18em;
  font-family: var(--ml2-font-display);
  font-weight: 700;
  font-synthesis: none;
  font-size: var(--ml2-fs-h1);
  line-height: var(--ml2-lh-tight);
  color: var(--ml2-navy-950);
}

.ml2-article-lead {
  margin: 1.15rem 0 0;
  max-width: 40rem;
  font-family: var(--ml2-font-body);
  font-size: var(--ml2-fs-md);
  line-height: var(--ml2-lh-body);
  color: var(--ml2-ink);
}

.ml2-article-byline {
  margin: 1rem 0 0;
  font-family: var(--ml2-font-ui);
  font-size: var(--ml2-fs-sm);
  color: var(--ml2-muted);
}

.ml2-article-figure {
  margin: 1.5rem 0 0;
}

.ml2-article-figure img {
  display: block;
  width: min(100%, 28rem);
  height: auto;
  margin-inline: auto;
  background: var(--ml2-paper-deep);
}

.ml2-article .ml2-main {
  padding-top: 1.75rem;
}

.ml2-article-body h2,
.ml2-article-body h3 {
  font-family: var(--ml2-font-display);
  font-weight: 700;
  font-synthesis: none;
  color: var(--ml2-navy-950);
  line-height: var(--ml2-lh-snug);
  scroll-margin-top: 6rem;
}

.ml2-article-body h2 {
  margin: 2.4rem 0 0.85rem;
  font-size: var(--ml2-fs-h2);
}

.ml2-article-body h3 {
  margin: 1.6rem 0 0.6rem;
  font-size: var(--ml2-fs-h3);
}

.ml2-article-body p,
.ml2-article-body li {
  font-family: var(--ml2-font-body);
  font-size: var(--ml2-fs-base);
  line-height: var(--ml2-lh-body);
  color: var(--ml2-ink);
}

.ml2-article-body p {
  margin: 0 0 1rem;
  max-width: 40rem;
}

.ml2-article-body a {
  color: var(--ml2-navy-800);
  text-underline-offset: 0.15em;
}

.ml2-article-body em {
  font-style: normal;
  color: var(--ml2-ink-soft);
}

.ml2-article-jump {
  margin: 0 0 1.5rem;
  font-family: var(--ml2-font-ui);
  font-size: var(--ml2-fs-sm);
}

.ml2-article-jump a {
  color: var(--ml2-navy-800);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--ml2-gold-soft);
}

.ml2-article .ml2-form-mount,
.ml2-article .ml2-form-mount .elementor,
.ml2-article .ml2-form-mount .elementor-section,
.ml2-article .ml2-form-mount .elementor-container,
.ml2-article .ml2-form-mount .elementor-column,
.ml2-article .ml2-form-mount .elementor-widget-wrap,
.ml2-article .ml2-form-mount .elementor-widget-container,
.ml2-article .ml2-form-mount .elementor-form {
  width: 100% !important;
  max-width: 100% !important;
}

.ml2-article .ml2-form-section {
  scroll-margin-top: 6rem;
}

.ml2-article .ml2-disclaimer {
  max-width: 40rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ml2-line-soft);
  color: var(--ml2-ink-soft);
  font-size: var(--ml2-fs-sm);
}

@media (max-width: 900px) {
  .ml2-article-open {
    width: min(100% - 1.5rem, var(--ml2-shell));
  }

  .ml2-article-open h1 {
    padding-inline-end: 3rem;
  }
}
