/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for
    Content block
    that implement the UU design system specifically for Sitevision

    SHOULD THIS BE PLACED IN THE DESIGN SYSTEM?
    - There might be updates where we adapt special styling to headings etc.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*

  CSS Class for content-block decoration

*/

.content-block {
  margin: var(--space-extra-large) 0 var(--space-medium);
}
