.sun_core p, .sun_booking p, .sun_subscriptions p{display:inline-flex; width: 25%; vertical-align: top; margin-right: 15px;}
.sun_recipients p{display:inline-block; width: 34%; vertical-align: top;}
.sun_recipients input{height:40px; width: 90%; border-radius: 0; white-space: nowrap; text-overflow: ellipsis;}
h4{font-size:18px;}
h5{font-size:16px;}
.sun_recipients  h4 p{font-size:16px;}
label{vertical-align: top; display: block; padding-left: 5px;}
.wp-admin p input[type=checkbox], .wp-admin p input[type=radio], td>input[type=checkbox]{margin-top:4px;}

@media(max-width:1366px){
    .sun_core p, .sun_booking p, .sun_subscriptions p{width: 27%; }
    
}

@media (max-width:990px){
    .sun_core p, .sun_booking p, .sun_subscriptions p, .sun_recipients p{width:100%; display:block;}
    label{display:initial; vertical-align:middle;}
    .sun_recipients input{width:auto;}
}

@media (max-width:568px){
    .sun_recipients input{width:inherit;}