.help-center-category-cards .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:56rem){.help-center-category-cards .grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:30rem){.help-center-category-cards .grid{grid-template-columns:1fr}}.help-center-category-card.card,a.help-center-category-card.card{display:flex;box-shadow:none;border:2px solid var(--wp--preset--color--slate-200);border-radius:6px;padding:32px;text-decoration:none;margin-bottom:24px;transition:background ease-in .2s}.help-center-category-card.card figure,a.help-center-category-card.card figure{width:48px;height:48px;border-radius:100%;background:var(--wp--preset--color--slate-200);display:flex;justify-content:center;align-items:center;transition:background ease-in .2s;margin-bottom:16px}.help-center-category-card.card figure img,.help-center-category-card.card figure svg,a.help-center-category-card.card figure img,a.help-center-category-card.card figure svg{transition:filter ease-in .2s;transition:filter ease-in .2s,-webkit-filter ease-in .2s;max-width:23px;max-height:23px}.help-center-category-card.card:hover,a.help-center-category-card.card:hover{background:var(--wp--preset--color--slate-100);text-decoration:none;box-shadow:none}.help-center-category-card.card:hover figure,a.help-center-category-card.card:hover figure{background:var(--wp--preset--color--slate-800)}.help-center-category-card.card:hover figure img,a.help-center-category-card.card:hover figure img{-webkit-filter:invert(1) grayscale(1);filter:invert(1) grayscale(1)}.help-center-category-card.card .help-center-category-card__title,a.help-center-category-card.card .help-center-category-card__title{color:var(--wp--preset--color--slate-900);font-weight:700;margin-bottom:1rem}.help-center-category-card.card .help-center-category-card__title:hover,a.help-center-category-card.card .help-center-category-card__title:hover{text-decoration:none}.help-center-category-card.card .help-center-category-card__description,a.help-center-category-card.card .help-center-category-card__description{color:var(--wp--preset--color--slate-900);font-size:1rem;margin-bottom:0}