/*

Theme Name: WMD Theme

*/



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


.content-area{
	font-size:16px;
	padding-top:20px;
	padding-bottom: 20px;
}
.content-area h1{
	font-size: 36px;
	align-items: center;
	line-height: 45px;
	font-weight: bold;
}
.content-area h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.content-area h3{
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
}
.content-area h4{
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
}
.content-area h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
.content-area h6{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.content-area p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.content-area ol li {
    list-style: decimal;
    
}
 
.content-area ul li {
       
        list-style: disc;
    }

   .content-area ol, .content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
} 

.content-area li{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}

   .content-area table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
   }
   .content-area td{
    border: 1px solid #ccc;
    padding: 8px;
  
    font-size: 16px;
   }

 .content-area dl {
      margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
   }
  .content-area  dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.content-area  dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
 
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
}
.toplist-poker-compact__offer-rakeback {
    display: none;
}
.toplist-poker-compact__offer-cta-btn {
    padding: 0px 9px;
 }
.toplist-poker-compact__offer-key-features ul li {
   list-style: none;
    margin: 0;
}

.toplist-poker-compact__offer-key-features ul {
    padding-left: 0;
}
a.toplist-poker-compact__offer-cta-btn {
    color: #fff;
}
 @media only screen and (max-width: 991px) {
.menu-item-has-children > a::after {
        display: none;
}
}