*:focus { outline: none!important; }   ::-webkit-scrollbar { width: 8px; }  ::-webkit-scrollbar-track { border-radius: 8px; }  ::-webkit-scrollbar-thumb { border-radius: 8px; background: #352036; opacity: 1; }  ::-webkit-scrollbar-thumb:hover { background: #352036; } .wp-block-gallery.force-grid { display: grid !important; gap: var(--gap-m);  grid-template-columns: 1fr;  } @media (min-width: 992px) {  .wp-block-gallery.force-grid { grid-template-columns: repeat(3, 1fr); } }  .wp-block-gallery.force-grid figure, .wp-block-gallery.force-grid .wp-block-image { width: 100% !important; max-width: none !important; } .wp-block-gallery.force-grid .wp-block-image img, .wp-block-gallery.force-grid img { width: 100% !important; height: auto !important; max-width: none !important;  }