.c-buttons{display:grid;gap:.5rem;width:100%}.c-buttons:not(:has(.b-button)):not(:has(.c-buttons__note)){display:none}.c-buttons__list{display:grid;gap:.5rem}.c-buttons__note{color:var(--text-subtle);font-size:var(--font-static-sm);font-weight:400;line-height:1.4;width:100%}@media only screen and (min-width:48em){.c-buttons{max-width:100%;width:-moz-fit-content;width:fit-content}.c-buttons__list{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}}