/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 10:28:54 */
.olo-yt-iframe-container{
	max-width:560px;
}
.olo-single-video-container {
    margin: 32px 0;
}
.olo-yt-consent-box {
    background: #435a70;
    border-radius: 4px;
	font-size: 1rem;
}
.olo-yt-consent-box .acceptoverlay-inner {
       display: flex;
    align-items: center;
    padding: 24px 0 24px 24px ;
    gap: 24px;
    flex-wrap: wrap;

}

.olo-yt-consent-box p{
font-family: 'Titillium Web';
	
}
#olo-article .olo-yt-consent-box a,
.olo-yt-consent-box .acceptoverlay-icon,
.olo-yt-consent-box b,
.olo-yt-consent-box p,
.olo-yt-consent-box a{
    color: #fff!important;
 
}
.olo-yt-consent-box p {
    margin: 0 0 4px;
}
.olo-yt-consent-box .acceptoverlay-icon{
	    max-width: 75px;
}
.olo-yt-consent-box  .olo-description {
    max-width: calc(100% - 414px);
}
.olo-yt-consent-box svg{
	width:100%
}
.olo-yt-consent-box button{
    border: 1px solid #003399;
	color: #003399;
}
.olo-yt-consent-box button {
    color: #003399 !important;
    text-transform: uppercase;

    border: 0;
    border-radius: 3px;
    font-weight: 800;
	background:#fff;
}
.olo-yt-consent-box button:hover{
	background: #009D4E;
color:#fff!important;
}

	.acceptoverlay-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    margin-right: 24px;

}
@media(max-width:767px){
	.olo-yt-consent-box  .olo-description {
    max-width: 100%;
}
}
