audio {
	border-radius: 20px;
	background-color: #f4f4f4;
}
.wp-block-post-navigation-link__arrow-previous{
	padding-right: 10px;
}
.wp-block-post-navigation-link__arrow-next{
	padding-left: 10px;
}
/* Overwrite simple podcasting podcast.css  */
.wp-block-podcasting-podcast-outer{
	border: none !important;
	padding: 0px !important;
}

.wp-block-post-date{
	min-width: 120px;
}

/* Overwrite waveform player waveform-player.css  */
.waveform-btn{
	margin-top: -10px !important;
}


img.waveform-artwork{
	width:150px !important;
	height:150px !important;
	white-space: normal;
	margin-right:10px;
	margin-bottom:10px;
	border-radius: 10px !important;
}


h2.waveform-title{
	white-space: normal;
	overflow: visible !important;
	margin-bottom: 0px !important;
}
span.waveform-subtitle{
	font-size:1.5em !important;
}
span.waveform-time{
	float: right !important;
}
/* disbale border for summary / details */
:where(.wp-site-blocks :focus){
	outline: none !important;
}

/* essential form button */
form div .button{
	background-position: -999999px -10000000px !important;
	border: 1px rgb(221, 221, 221);
	background-color: rgb(68, 68, 68);
	background-image: none;
	text-shadow: none;
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 20px;
	border-radius: 0px;
	margin: 0px;
	padding : 10px;
}
