<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.phpbb-ads-center, .phpbbad-slide-up-center {
    text-align: center;
}

.phpbb-ads-center &gt; :first-child:not(script) {
    display: inline-block;
    max-width: 100%;
    min-height: 150px; /* Altezza minima per evitare CLS */
}

/* Riserva spazio per ogni dispositivo */
@media (min-width: 1520px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 1300px;
        height: 150px;
        min-height: 150px;
    }
}

@media (min-width: 1366px) and (max-width: 1519px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 1172px;
        height: 200px;
        min-height: 200px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 846px;
        height: 200px;
        min-height: 200px;
    }
}

@media (min-width: 932px) and (max-width: 1023px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 775px;
        height: 200px;
        min-height: 200px;
    }
}

@media (min-width: 844px) and (max-width: 931px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 690px;
        height: 200px;
        min-height: 200px;
    }
}

@media (min-width: 740px) and (max-width: 843px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 593px;
        height: 200px;
        min-height: 200px;
    }
}

@media (min-width: 720px) and (max-width: 739px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 593px;
        height: 200px;
        min-height: 200px;
    }
}

@media (min-width: 430px) and (max-width: 719px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 300px;
        height: 300px;
        min-height: 300px;
    }
}

@media (min-width: 360px) and (max-width: 429px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 272px;
        height: 272px;
        min-height: 272px;
    }
}

@media (min-width: 344px) and (max-width: 359px) {
    .phpbb-ads-center &gt; :first-child:not(script) {
        width: 256px;
        height: 256px;
        min-height: 256px;
    }
}

/* Banner scorrevole con spazio pre-riservato */
.phpbbad-slide-up {
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: transform .3s;
    transform: translateY(100%);
    min-height: 50px; /* Evita il CLS */
}

.phpbbad-slide-up-close {
    background-color: #fff;
    width: 30px;
    cursor: pointer;
}

/* Elemento pubblicitario dimostrativo */
.phpbb-ads-visual-demo {
    font-size: 12px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    background-color: khaki;
    border: 3px dashed red;
    color: #bc2a4d;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    min-height: 50px;
}

/* Pulsanti */
.phpbb-ads-visual-demo-btn {
    text-align: center;
    width: 25%;
    margin: 0 auto !important;
    padding: 10px !important;
}

.phpbb-ads-button {
    font-family: system-ui, sans-serif;
    font-size: 13px;
    vertical-align: middle;
    background: #e3e3e3;
    background: linear-gradient(to bottom, #e3e3e3 0, #f7f7f7 100%);
    border: 1px solid #afafaf;
    box-shadow: inset 1px 1px 2px #fff;
    margin: 2px 0;
    padding: 3px 8px;
}

.phpbb-ads-button:link {
    color: #000;
}

.phpbb-ads-button:link:hover {
    text-decoration: none;
}

.phpbb-ads-button:hover {
    border-color: #bc2a4d;
    color: #bc2a4d;
    cursor: pointer;
}

.phpbb-ads-button:active {
    background: #c3c3c3;
}
</pre></body></html>