#isoradio_list{ margin-top: 1.5em;}
ul.isoradio_wrapper{
	list-style-type:none; 
	margin:0px;
	padding:0px;
	
}
.isoradio_wrapper .isoradio_single{ break-inside: avoid-column; padding:2rem 0rem 0rem; }
.isoradio_wrapper .isoradio_playlist_heading{ font-size: 1.2em; margin-bottom:2px; color:var(--global-palette1); }
.isoradio_wrapper .isoradio_tags{ font-style:italic; font-size:0.7em; margin:3px 0px; padding:0px 0px}
#isoradio_list .listjs_search{
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-5 -5 35 35' fill-rule='evenodd'><path fill='lightgrey' d='M16.041 15.856c-0.034 0.026-0.067 0.055-0.099 0.087s-0.060 0.064-0.087 0.099c-1.258 1.213-2.969 1.958-4.855 1.958-1.933 0-3.682-0.782-4.95-2.050s-2.050-3.017-2.050-4.95 0.782-3.682 2.050-4.95 3.017-2.050 4.95-2.050 3.682 0.782 4.95 2.050 2.050 3.017 2.050 4.95c0 1.886-0.745 3.597-1.959 4.856zM21.707 20.293l-3.675-3.675c1.231-1.54 1.968-3.493 1.968-5.618 0-2.485-1.008-4.736-2.636-6.364s-3.879-2.636-6.364-2.636-4.736 1.008-6.364 2.636-2.636 3.879-2.636 6.364 1.008 4.736 2.636 6.364 3.879 2.636 6.364 2.636c2.125 0 4.078-0.737 5.618-1.968l3.675 3.675c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z'></path></svg>") center left / contain no-repeat;
  margin-bottom:var(--global-md-spacing);
  padding-left:3rem;
width:100%;
  
}
@media screen and (max-width:768px){	
	ul.isoradio_wrapper .isoradio_single{ float:none; width:100%; margin-right:0px; }
}
@media screen and (max-width:1920px){	
	ul.isoradio_wrapper .isoradio_single{ float: left;
  width: 48%;
  margin-right: 1%; }
}

.isoradio_wrapper .wp-audio-playlist img{
	content: url("../img/headphones.svg");
}
.isoradio_wrapper .wp-audio-playlist .mejs-controls{ background-color:var(--global-palette1);}