.psiqueasy-ad {
    text-align: center;
    margin: 35px 0;
}

.psiqueasy-ad-label {
    position: relative;
    bottom: -33px;       /* equivale ao bottom:-43px antigo */
    margin-top: -45px;  /* replica o ajuste visual antigo */
    font-size: 8px;
    font-weight: 600;
    opacity: 0.85;
}

.psiqueasy-ad hr {
    margin: 12px 0 18px;
    opacity: 0.4;
}

.psiqueasy-ad img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


.psiqueasy-ad hr {
    border: none;
    height: 1px;
    background-color: #000;   /* linha visível */
    opacity: 0.13;            /* ajuste fino */
    margin: 12px 0 18px;
}


.psiqueasy-ad-link {
    position: relative;
    display: inline-block;
}

.psiqueasy-ad-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 3px;
    font-weight: 600;
    z-index: 2;
}
