/*
 * ATLANTIC IMAGE DEFENSE — v1.15.4.19.35.451.33
 * Homepage visual-identity radius refinement.
 * Scope: homepage teaser only; no functional or language-specific behavior.
 */

/* Main visual frame: reduce the former 30–32px rounding to a strict 7px. */
html body.aid-home-page section.avm-home-teaser .avm-home-teaser-visual {
  border-radius: 7px !important;
}

/* Four monitoring cards: keep a slight premium softening without capsule styling. */
html body.aid-home-page section.avm-home-teaser .avm-home-chip,
html body.aid-home-page section.avm-home-teaser .avm-home-chip--one,
html body.aid-home-page section.avm-home-teaser .avm-home-chip--two,
html body.aid-home-page section.avm-home-teaser .avm-home-chip--three,
html body.aid-home-page section.avm-home-teaser .avm-home-chip--four {
  border-radius: 6px !important;
}

/* Status controls inside the cards follow the same stricter visual language. */
html body.aid-home-page section.avm-home-teaser .avm-home-chip-status {
  border-radius: 5px !important;
}

/* Intentional circles remain circles: central hub and pictogram holders are not altered. */
