/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.grecaptcha-badge {
	z-index: 6;
}
.single-post .wp-block-paragraph+.wp-block-heading>h2{
	margin-top: 30px;
}
.single-post  .wp-block-list {
	margin-top: 0px;
	margin-bottom: 0px;
}
@media screen and (max-width: 568px) {
  .single-post .wp-block-paragraph + .wp-block-heading > h2 {
    margin-top: 20px;
  }
}