/*
 Theme Name:   Harvest Theme
 Theme URI:    https://online-harvest.com
 Description:  Custom theme designed for Ecclesia Assen.
 Author:       Online Harvest
 Author URI:   https://online-harvest.com
 Template:     bricks
 Version:      1.1
 Text Domain:  harvest-theme
*/
.kl_post_loop[term="firstmatch"] .kl_terms_title {
    display: block !important;
}

.kl_post_loop[term="firstmatch"] {
    margin-top: 0px !important;
}

 .wp-block-table table.has-fixed-layout {
    display: block;                 
    width: 100%;                     
    min-width: 600px;               
    overflow-x: auto;               
    -webkit-overflow-scrolling: touch; 
    white-space: normal;            
    word-break: break-word;         
    table-layout: auto;            
  }

  .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: normal !important;
  }