/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

.toplist-poka__offer-cta-w-payments .toplist-poka__offer-cta-btn { text-decoration: none; }

/*AUTHOR SECTION START*/

.main-title { text-align:left;}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0;
    background: #000;
    padding: 10px;
    border-radius: 12px;
}

.author_imag {
    width: 65px;
    height: 65px;
}

.author_imag img {
    width: 100%;
    min-width: 65px;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {    
	display: flex;    
	align-items: center;
}

.name_author_out span.lbl {    
    margin-right: 5px;
}

.name_author_out h4, .name_author_out p {    
	margin: 0;    
	padding:0;    
	font-weight: normal;
}

.custom_author_info, .name_author_out p {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

/*AUTHOR SECTION END*/