/*
Theme Name: sm_app_net
Theme URI: 
Template: sm
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.container {
  color : #666;
}

.h2, .h3, .h4, .h5, .h6, .mainSection-title, h2, h3, h4, h5, h6 {
  margin: 1.7em 0 1.1em;
  clear: both;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.6;
}
h4 {
  font-size: 1.5rem;
  font-weight:600;
}

.mainSection-title, h2 {
  padding: .8em 0 .7em;
  border-top: 0px solid #337ab7;
    border-top-color: rgb(51, 122, 183);
  border-bottom: 0px solid #e9e9e9;
  
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
/*:where(.wp-block-columns) {
  margin-bottom: 0em;
}*/

body .is-layout-flex > * {
  padding: 3px;
}