/* BANNERS: Fundo Cinza Full-Width e Estilos */
.pn-ad-master-container {
    background: linear-gradient(180deg, #f8f9fa 0%, #f1f3f5 100%) !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    padding: 20px 0 !important;
    margin: 0 0 30px 0 !important;
    width: 100% !important;
    text-align: center !important;
    clear: both !important;
}

.pn-ad-label {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.pn-ad-box {
    background: #f8f9fa !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    padding: 15px !important;
    margin: 25px auto !important;
    text-align: center !important;
}

/* FLEX PARA BANNERS LADO A LADO */
.pn-ad-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
/* Proteção do Logo - PiraNOT Master */
.smart-head-main { overflow: visible !important; }
.ts-logo, .logo-link { flex-shrink: 0 !important; min-width: 180px !important; display: flex !important; align-items: center !important; }
.smart-head-mid .logo img { max-height: 75px !important; width: auto !important; }
