/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@layer drupal {// Make sure the button in the text-cta component has no margin bottom,but still margin top
[scope="sdc--text-cta"] p:nth-last-of-type(2),[scope="sdc--text-cta"] p:last-of-type{margin-block:0 !important;}[scope="sdc--text-cta"] p:nth-last-of-type(2){margin-top:var(--space-l) !important;}
}