.sah-bar__inner{display:flex;align-items:center;justify-content:center}
.sah-bar__item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:4px 16px;gap:5px;color:rgb(var(--color-foreground))}
.sah-bar__icon{width:38px;height:38px;color:rgb(var(--color-foreground))}
.sah-bar__icon svg{width:100%;height:100%}
.sah-bar__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase}
.sah-bar__sub{font-family:var(--font-body-family);font-size:1rem;opacity:.65}
.sah-bar__divider{width:1px;height:40px;background:rgb(var(--color-foreground));opacity:.15;flex-shrink:0}
@media(max-width:749px){.sah-bar__item{padding:4px 8px}.sah-bar__title{font-size:1rem}.sah-bar__sub{font-size:.85rem}}
@media(max-width:480px){.sah-bar__inner{flex-direction:column;gap:8px}.sah-bar__item{flex-direction:row;text-align:left;gap:10px;width:100%}.sah-bar__divider{width:100%;height:1px;opacity:.15}}