/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 04:49:10 */
/* --- Final Code for Perfectly Centered & Taller "AD" Tag --- */
.listingcampaings .lp-listing-bottom h4 span {
    background-color: #ef5350 !important;
    color: #ffffff !important;
    padding: 7px 10px !important; /* Increased top/bottom padding from 5px to 7px */
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    margin-right: 8px !important;
    vertical-align: middle !important; 

    /* --- Flexbox Centering Properties --- */
    display: inline-flex !important;      
    align-items: center !important;      
    justify-content: center !important;  
    line-height: 1 !important;           
}