/* Borderless marketing skin.
   Surfaces are separated by spacing and background colour; keyboard focus keeps
   using the explicit outline rules defined by each component. */
.marketing-site.marketing-site *,
.marketing-site.marketing-site *::before,
.marketing-site.marketing-site *::after {
    border-width: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* The only drop shadow in the marketing styles is applied to this route line. */
.marketing-site .signal-path > svg {
    filter: none !important;
}

/* Preserve a visible keyboard focus indication on native controls whose legacy
   component styles used a shadow or border as part of the focus treatment. */
.marketing-site :is(a, button, summary, input, select, textarea):focus-visible {
    outline: 2px solid #f81f5c;
    outline-offset: 3px;
}
