:root{
--f-84-24 : clamp(1.5rem, calc(4.3vw + var(--common-unit)) , 5.25rem);
}
ul.yourclassname li {
list-style-type:disc!important;
margin-left:15px;
}
#elementor-lightbox-slideshow-single-img .elementor-slideshow__header.elementor-lightbox-prevent-close{
display: none!important;
} .podcast-bredcrumb{
display: flex;
padding-left: 0;
margin-left:0;
}
.podcast-bredcrumb svg{
max-width: 16px;
}
.podcast-bredcrumb svg path{
fill: transparent;
stroke: #000;
stroke-width: 1.5;
}
.podcast-bredcrumb li{
list-style: none;
font-size: .9rem;
display: flex;
align-items: center;
justify-content: center;
color: #0673ba;
}
.podcast-bredcrumb li a {
color: #21335f;
font-weight: 400;
}
.customsearch-block {
max-width: 600px;
margin: auto;
display: flex;
flex-direction: row;
gap: 0;
position: relative;
isolation: isolate;
z-index: 1;
}
.customsearch-formblock{
width: 100%;
border: 1px solid #0673ba;
line-height: 1.5;
border-radius: 2rem;
margin: auto;
display: flex;
flex-direction: row;
gap: 0;
position: relative;
overflow: hidden;
} .customsearch-block input{
width: 100%;
padding: .75rem;
color:#000 !important;
}
.customsearch-block button{
background: #0673ba;
border: none;
padding: .75rem;
color: #FFF;
}
#customsearch-results {
pointer-events: auto;
}
#customsearch-results.hide{
display: none;
}
#customsearch-results:has(ul) {
position: absolute;
background: #ffffff;
z-index: 1000;
width: 100%;
left: 0;
top: 100%;
border-radius: 1rem;
box-shadow: 0px 10px 10px 5px #0004;
}
#customsearch-results ul {
margin: 0;
padding: 0;
list-style: none;
}
#customsearch-results li {
padding: 8px;
border-bottom: 1px solid #eee;
list-style: none;
}
#customsearch-results li:last-child {
border-bottom: none;
}
#customsearch-results li a {
text-decoration: none;
color: #333;
font-size: clamp(.8rem, calc(.75vw + 0.0625rem), 1rem) !important;
line-height: 1.3;
}