.blog.author-posts {
display: none;
}

/* fix style for donation detail page */

.joomla4 #donation_type .controls label.radio {
    display: inline-block !important;
    margin: 10px 20px 0 0;
    padding-top: 6px;
    margin-left: 20px;
}



@media only screen 
  and (max-device-width: 667px) { 
  h1.campaign_title {
    font-size: 28px;
}

.input-large {
    width: 100% !important;
}

.form-control {
    max-width: 100%;
}

    #donation-form .switch-amounts, #donation-form .switch-payment-gateway {
    display: flex !important;
}
    
    #amount {
    display: inline !important;
    max-width: 300px;
    width: 200px !important;
}
    
}






