/*
Theme Name: Brainforest Wordpress Starter FSE
Theme URI: https://bitbucket.org/rekyl/brainforest-wordpress-starter
Author: Brainforest
Author URI: https://brainforest.se/
Description: Brainforest default starter theme.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.1
Text Domain: brainforest
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Header */
.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 10;
  padding-top: 1.5rem;
  padding-inline: 1.5rem;
}

/* Table */
.wp-block-table {
  -webkit-overflow-scrolling: touch;
}

.wp-block-table > table {
  min-width: max-content;
}
