

#ppmi-offers {
  margin-bottom: 25px;
}

#ppmi-offers .selectors{
  display:flex;
  justify-content: center;
  margin-bottom:15px;
}

#ppmi-offers .selectors > div{
  padding:12px;
  font-size:large;
  font-weight:500;
}

#ppmi-offers .ppmi-plans {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#ppmi-offers .ppmi-plans a, .post-entry a.ppmi-button{
    display: block;
    font-size:30px;
    background-color: #d2232a;
    color: white;
    font-weight:600;
    width:100px;;
    text-align:center;
    height:75px;
    padding-top:11px;
    border-radius:8px;
    margin-bottom:10px;
}

#ppmi-offers .ppmi-plans a:hover{
  text-decoration: none;
  scale:1.05;
}


.ppmi_adfree_plan .advert{
  height:0 !important;
}

.ppmi_adfree_plan #custom_html-2{
  margin-bottom:0;
  height:0;
}
