@layer components {
    .ui-section-header {
        display: flex;
        gap:10px;
        align-items: center;
        h1 {
            font-size: 28px;
            font-family: var(--font-serif), serif;
            line-height: 1.3em;
        }
        .tagline {
            font-size: 13px;
            letter-spacing: 1px;
        }
    }
}
