[data-component-id="picard25:title"] {
  /* @todo Add your styles here. */
  & :is(h1,h2,h3,h4,h5,h6) a{ text-decoration:none; }

  &.variant--huge{


    & .title{


      margin-block: .5rem;
      color: var(--text-color);
      font-size: var(--font-size-huge,2.5rem);
      line-height: 0.66;
      max-width: 13ch;
      font-weight: 700;

    }

      .text-align-center & .title {
        margin-inline: auto;
      }
  }
}
