.blog-category-selector{display:grid;grid-gap:32px;grid-template-columns:1fr;width:100%}.blog-category-selector__button{text-align:center;text-decoration:none;display:block;padding:32px 24px 24px;border:1px solid var(--global--color-seb-gray);border-radius:16px;background:#fff;-webkit-transition:all .26s ease-in;transition:all .26s ease-in}.blog-category-selector__button>img{display:block;margin:0 auto 24px;height:24px;width:auto}.blog-category-selector__button h4{-webkit-transition:all .26s ease-in;transition:all .26s ease-in;color:var(--global--color-seb-dark-gray)}.blog-category-selector__button:focus,.blog-category-selector__button:hover{background-color:var(--global--color-dark-blue);border-color:var(--global--color-dark-blue)}.blog-category-selector__button:focus h4,.blog-category-selector__button:hover h4{color:#fff}@media screen and (max-width:949px){.blog-category-selector .blog-category-selector__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;gap:16px;padding:20px 32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-category-selector .blog-category-selector__button h4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:46px}.blog-category-selector .blog-category-selector__button img{margin:0}}@media screen and (min-width:950px){.blog-category-selector{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}}.entry-content>.alignwide.blog-category-selector{margin-bottom:0;margin-top:32px;padding-bottom:32px}.entry-content>.alignwide.blog-category-selector~.blog-category-selector{margin-top:0}
/*# sourceMappingURL=blog-category-selector.css.map*/