.content-memo-outline__grid {
    width: 6rem;
    height: 6rem;
    pointer-events: none;
}

.tips-cards__card {
    max-width: 24rem;
}

/* features ticker — middot separator between inline items (layout only, no colors) */
.features-strip__item:not(:first-child)::before {
    content: "\2022";
    padding-inline-end: 0.5rem;
    opacity: 0.4;
}

