@charset "utf-8";
/* CSS Document */
/*
Theme Name: child2020
Description: Twenty Twenty größere Breite des Blocks
Author: Hans-Holger Miebach
Version 1.0
Template: twentytwenty
*/

@import url('../twentytwenty/style.css');

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 80rem;
    width: calc(100% - 4rem);
}

.su-tooltip {
    display: inline-block;
	cursor: pointer;
}

.su-spoiler-icon {
	font-size: 20px;
}

.su-spoiler-title {
	font-size: 20px;
}

