body {
  --ia-rule-lead: var(--ia-action-accent);
}

body #footer {
  --ia-rule-lead: var(--ia-content-inverse);
}

body .dekoline:not(.invest-asean-featured-section-header):not(.meta),
body .eleslideinside h2,
body h3#reply-title {
  position: relative;
  padding-bottom: var(--ia-space-md) !important;
  margin-bottom: var(--ia-space-md) !important;
}

body .dekoline:not(.invest-asean-featured-section-header):not(.meta)::before,
body .eleslideinside h2::before,
body h3#reply-title::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--ia-rule-lead) !important;
}

body .dekoline:not(.invest-asean-featured-section-header):not(.meta)::after,
body .eleslideinside h2::after,
body h3#reply-title::after {
  content: none !important;
}
