From b0e1389f5f452c66d6521aa115fa21547467ceda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 20 May 2026 15:36:56 +0200 Subject: [PATCH] Apply company-card summary top spacing token with specific selector --- styleguide.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index b19a8b6..b7e9804 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1831,7 +1831,7 @@ section + section { } .sg-company-card__summary { - margin: var(--layout-company-card-analysis-gap-after-moat) 0 0 0; + margin: 0; } /* ========================================================= */ @@ -2165,6 +2165,10 @@ section + section { margin: var(--layout-card-body-text-margin, 0); } +.sg-card-segment--body.sg-object-card__content > .sg-body.sg-company-card__summary { + margin: var(--layout-company-card-analysis-gap-after-moat) 0 0 0; +} + .sg-card-segment--darkblue { background: var(--surface-card-header-primary); }