/* Espaços de publicidade Plan Party */
.pp-ad-wrap {
    width: min(1080px, 100%);
    margin: 34px auto 0;
}

.pp-ad-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.pp-ad-slot {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: rgba(255, 255, 255, 0.68);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
    border: 1px dashed rgba(168, 85, 247, 0.34);
    border-radius: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.pp-ad-slot.is-ready {
    display: block;
    padding: 0;
    border-style: solid;
    overflow: hidden;
}

.pp-ad-slot.is-demo::before {
    content: "Espaço reservado para anúncio. Adicione seu Google AdSense Publisher ID para monetizar.";
}

@media (max-width: 640px) {
    .pp-ad-wrap {
        margin-top: 24px;
    }

    .pp-ad-slot {
        min-height: 88px;
        border-radius: 14px;
    }
}
