/* Cyclone Hosting V5 - AdSense-safe public layout */

.v5ad-slot{
    width:min(100%,970px);
    min-height:120px;
    margin:34px auto;
    padding:12px;
    overflow:hidden;
    border:1px solid rgba(126,218,255,.09);
    border-radius:18px;
    background:rgba(255,255,255,.018);
    text-align:center;
    contain:layout paint;
}

.v5ad-slot-middle{
    margin-top:44px;
    margin-bottom:44px;
}

.v5ad-label{
    display:block;
    margin-bottom:8px;
    color:#607a96;
    font-size:9px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.v5ad-slot .adsbygoogle{
    min-height:90px;
}

img{
    max-width:100%;
    height:auto;
}

iframe{
    max-width:100%;
}

html{
    scroll-behavior:smooth;
}

body{
    text-rendering:optimizeLegibility;
}

@media(max-width:700px){
    .v5ad-slot{
        min-height:100px;
        margin:26px auto;
        padding:8px;
        border-radius:14px;
    }
}
