/*CONTENT BLOCK IMAGE WITH LINKS*/
section#main .wp-block-image a img{transition: all 300ms ease-in-out;}

section#main .wp-block-image a:hover img { transform: scale(1.05); }

/*MEDIA TEXT WIDGET*/
section#main .wp-block-media-text__media a img{transition: all 300ms ease-in-out;}

 
section#main .wp-block-media-text__media a:hover img { transform: scale(1.05); }
 
.wp-block-media-text>.wp-block-media-text__content{
	padding-right: 0;
	padding-left: 25px;
}

@media screen and (max-width:600px){
    .wp-block-media-text__media img{
        width:auto;
		max-width: 100%;
		margin-bottom: 1em;
    }

	.wp-block-media-text>.wp-block-media-text__content{padding:0;}
}

/*BLOCK COLUMNS*/
@media screen and (max-width: 900px) {
    .wp-block-columns .wp-block-column{flex-basis:100%!important;}
}

/*DETAILS*/
details summary:hover{
	background-color: var(--wp--custom--light--3);
}

details[open] summary,
details[open] summary:after{
	background-color: var(--wp--custom--primary--main);
	color: white;
}