
 @media only screen and (max-width:768px) { 
    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        padding: 30px;
    }
    .wp-block-navigation ul.wp-block-navigation__container.is-responsive.wp-block-navigation {
        gap: 10px;
    }
    .wp-block-navigation__responsive-container-close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
    }
 }
.entry-content.wp-block-post-content a:not(.wp-block-button__link),
.entry-summery a:not(.wp-block-button__link),
.widget a:not(.wp-block-button__link) {
	text-decoration: underline;
}
.page-template-page-no-title .entry-content.wp-block-post-content a:not(.wp-block-button__link),
.page-template-page-no-title .entry-content.wp-block-post-content a:not(.wp-block-button__link):visited {
    text-decoration: none;
}
.editor-styles-wrapper .has-no-underline a,
.editor-styles-wrapper .has-no-underline,
.has-no-underline a,.has-no-underline,
.wp-block-post-excerpt__more-link  {
	text-decoration: none;
}
.page-template-page-no-title .widget a:not(.wp-block-button__link),
.page-template-page-no-title  .entry-summery a:not(.wp-block-button__link),
.page-template-page-no-title  .entry-content a:not(.wp-block-button__link) {
    text-decoration: none;
}