.ad-placeholder {
    border: 3px dashed #7b92e0 !important; 
    background-color: #f8f9fa !important; 
    height: 200px !important; 
    margin: 10px 0 !important; 
    padding: 50px 40px !important; 
    border-radius: 8px !important; 
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

.ad-placeholder-header{
    height: 50px !important; 
}

.ad-placeholder-after-search{
    height: 50px !important; 
}

.ad-placeholder-after-categories{
    height: 50px !important; 
}

.ad-placeholder-after-featured-events{
    height: 50px !important; 
}

.ad-placeholder i {
    font-size: 2rem !important; 
    color: #7b92e0 !important; 
    display: block !important;
}

.ad-placeholder h4{
    color: #7b92e0 !important; 
    margin: 0 0 8px 0 !important; 
    font-size: 1.1rem !important;
}

.ad-placeholder p{
    color: #6c757d !important;
    margin: 0 !important; 
    font-size: 0.85rem !important;
}
