/*
Theme Name: WP Alvla Theme Child
Template: wp-alvla-theme
Version: 1.0.0
Author: DevlexPro
*/
.theme-wp-alvla-theme .blog-list .blog-card .blog-card__thumb {
    width: 600px;
    max-width: 45%;
}

.wp-block-embed iframe {
    max-width: 800px;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
} 

.single article .wp-block-list	{
	font-size: 18px;
}

@media screen and (max-width: 1150px) {
    .single article ul,
	.single article .wp-block-list	{
        padding: 0 0 0 70px;
        margin: 0 0 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 799px) {
    .theme-wp-alvla-theme .blog-list .blog-card .blog-card__thumb {
        width: 100%;
        max-width: 100%;
    }
}