body .invest-asean-featured-section {
  gap: var(--ia-space-xs);
  padding: var(--ia-space-lg) !important;
  border-color: var(--ia-border);
  border-radius: var(--ia-radius-lg);
  background-color: var(--ia-surface);
  box-shadow: 0 1px 2px rgba(21, 26, 33, 0.04);
  transition: border-color var(--ia-motion-base) var(--ia-ease),
    box-shadow var(--ia-motion-base) var(--ia-ease),
    transform var(--ia-motion-base) var(--ia-ease);
}

body .invest-asean-featured-section:hover,
body .invest-asean-featured-section:focus-within {
  border-color: var(--ia-blue-200);
  box-shadow: var(--ia-shadow-md);
  transform: translateY(-3px);
}

body .invest-asean-featured-section .invest-asean-featured-section-header {
  font-size: var(--ia-text-h4) !important;
  font-weight: var(--ia-weight-bold) !important;
  letter-spacing: -0.015em;
  color: var(--ia-content) !important;
}

body .invest-asean-featured-section .invest-asean-featured-section-description {
  max-width: 46ch;
  padding-bottom: var(--ia-space-2xs);
  color: var(--ia-content-muted) !important;
}

body .invest-asean-featured-section .invest-asean-featured-section-button,
body a.ia-btn-quiet,
body .elementor-button.ia-btn-quiet {
  min-height: 44px;
  gap: var(--ia-space-3xs);
  padding: 0 !important;
  justify-content: flex-start;
  border-color: transparent !important;
  border-radius: var(--ia-radius-sm) !important;
  background-color: transparent !important;
  color: var(--ia-action) !important;
  font-weight: var(--ia-weight-bold) !important;
  box-shadow: none;
}

body .invest-asean-featured-section .invest-asean-featured-section-button .elementor-button-text,
body a.ia-btn-quiet .elementor-button-text,
body .elementor-button.ia-btn-quiet .elementor-button-text {
  color: var(--ia-action) !important;
}

body .invest-asean-featured-section .invest-asean-featured-section-button::after,
body a.ia-btn-quiet::after,
body .elementor-button.ia-btn-quiet::after {
  content: "";
  flex: none;
  width: 1.15em;
  height: 1.15em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12h14'/%3E%3Cpath d='M12.5 6l6 6-6 6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 12h14'/%3E%3Cpath d='M12.5 6l6 6-6 6'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform var(--ia-motion-base) var(--ia-ease);
}

body .invest-asean-featured-section:hover .invest-asean-featured-section-button::after,
body .invest-asean-featured-section-button:hover::after,
body a.ia-btn-quiet:hover::after,
body .elementor-button.ia-btn-quiet:hover::after {
  transform: translateX(4px);
}

body .invest-asean-featured-section .invest-asean-featured-section-button:hover,
body a.ia-btn-quiet:hover,
body .elementor-button.ia-btn-quiet:hover {
  background-color: transparent !important;
  color: var(--ia-action-hover) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.28em !important;
}

body .invest-asean-featured-section .invest-asean-featured-section-button:hover .elementor-button-text,
body a.ia-btn-quiet:hover .elementor-button-text {
  color: var(--ia-action-hover) !important;
}

body .e-con:has(> .invest-asean-featured-section),
body .e-con:has(> .e-con > .invest-asean-featured-section) {
  align-self: stretch !important;
}

body .invest-asean-featured-section > * {
  width: 100%;
}

@media screen and (max-width: 767px) {
  body .invest-asean-where-sectors .e-con.e-flex {
    --flex-wrap-mobile: nowrap;
  }

  body .invest-asean-where-sectors .e-con.e-flex > .e-con {
    min-width: 0;
  }
}
