.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}.brxe-text-link svg:not([width]){min-width:3px}.brxe-text-link svg:not([height]){min-height:3px}:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}.brxe-code{width:100%}@media (max-width: 767px) {#brxe-pitwcz {display: flex}}#brxe-kkusbj {font-size: var(--text-xl)}.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-s); margin-bottom: var(--space-m);} .category-grid__item { position: relative; min-height: 200px;} .category-card { position: relative; overflow: hidden; border-radius: var(--radius-m); border: 1px solid #ddd; transition: transform 0.2s ease-in-out; height: 100%;} .category-card:hover { transform: scale(1.05);} .message { margin-top: var(--space-m);} .category-card__image,.category-card__image-placeholder { width: 100%; height: 100%; object-fit: cover;} .category-card__image-placeholder { background-color: #f0f0f0; color: #333; text-align: center; padding: 30px;} .category-card__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); opacity: 0.7; transition: opacity 0.3s ease;} .category-card:hover .category-card__overlay { opacity: 1;} .category-card__name { position: absolute; bottom: 10px; left: 10px; color: white; font-size: 1.2em; font-weight: bold;}.category-card__checkbox { position: absolute; top: 10px; left: 10px; display: flex; align-items: center; justify-content: center; z-index: 10; }.category-card__checkbox input[type="checkbox"] { display: none;}.category-card__checkbox-box { width: 20px; height: 20px; border: 2px solid white; border-radius: 50%;  background: transparent; cursor: pointer; position: relative; transition: background 0.3s ease, border 0.3s ease;} .category-card__checkbox-box:before { content: "✔"; position: absolute; color: var(--primary); width: 20px; height: 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; align-items: center; justify-content: center; }.category-card__checkbox input[type="checkbox"]:checked+.category-card__checkbox-box { background: var(--light);} .category-card__checkbox input[type="checkbox"]:checked+.category-card__checkbox-box:before { display: flex;}.category-card__checkbox-box:hover { border-color: var(--primary);} .favorite-categories__btn { padding-top: var(--space-s); padding-bottom: var(--space-s); width: 100%;}[type=reset], [type=submit], button, html [type=button] { margin-left: auto;}@media (min-width: 767px) { .favorite-categories__btn { max-width: 300px; width: 100%; }}@media (max-width: 991px) {.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-s); margin-bottom: var(--space-m);}}