.adslots-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto;
    max-width: 100%;
    overflow: hidden;
}

/* Containers ficam colapsados até o JS definir as dimensões */
.adslots-desktop-container,
.adslots-mobile-container {
    max-width: 100%;
}

.adslots-label {
    position: absolute;
    bottom: 2px;
    right: 4px;
    font-size: 9px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.35);
    pointer-events: none;
    user-select: none;
}
