.wpti-featured-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.wpti-featured-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Formato opcional 576 x 1024 (9:16).
   A caixa tem no máximo 576 px de largura e escala proporcionalmente em telas menores.
   Imagens com outra proporção são recortadas com object-fit: cover, sem serem esticadas. */
.wpti-featured-wrap.wpti-format-576x1024 {
    display: block;
    width: min(576px, 100%);
    aspect-ratio: 9 / 16;
    overflow: hidden;
}

.wpti-featured-wrap.wpti-format-576x1024 > img,
.wpti-featured-wrap.wpti-format-576x1024 > a,
.wpti-featured-wrap.wpti-format-576x1024 > a > img {
    width: 100%;
}

.wpti-featured-wrap.wpti-format-576x1024 > img,
.wpti-featured-wrap.wpti-format-576x1024 > a > img {
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.wpti-featured-wrap.wpti-format-576x1024 > a {
    display: block;
    height: 100%;
}

.wpti-featured-label {
    position: absolute;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: linear-gradient(135deg, #ffbe63 0%, #ff9b62 55%, #ff726c 100%);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.20);
    color: #090909;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.02em;
    white-space: normal;
    pointer-events: none;
}

/* Pequeno: novo tamanho padrão, mais discreto. */
.wpti-featured-label.wpti-size-small {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    min-height: 38px;
    padding: 5px 18px;
    border-radius: 13px;
    font-size: clamp(15px, 2.2vw, 18px);
    line-height: 1.05;
}

/* Médio */
.wpti-featured-label.wpti-size-medium {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    min-height: 46px;
    padding: 6px 24px;
    border-radius: 16px;
    font-size: clamp(18px, 2.7vw, 22px);
    line-height: 1.06;
}

/* Grande: próximo ao visual da primeira versão. */
.wpti-featured-label.wpti-size-large {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    min-height: 56px;
    padding: 8px 34px;
    border-radius: 19px;
    font-size: clamp(22px, 3.1vw, 28px);
    line-height: 1.08;
}

.wpti-featured-wrap:has(> img[width="100%"]),
.wpti-featured-wrap.alignwide,
.wpti-featured-wrap.alignfull {
    display: block;
    width: 100%;
}

@media (max-width: 600px) {
    .wpti-featured-label.wpti-size-small {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 16px);
        min-height: 34px;
        padding: 4px 14px;
        border-radius: 11px;
        font-size: clamp(14px, 4.6vw, 17px);
    }

    .wpti-featured-label.wpti-size-medium {
        top: 9px;
        left: 9px;
        max-width: calc(100% - 18px);
        min-height: 40px;
        padding: 5px 18px;
        border-radius: 13px;
        font-size: clamp(16px, 5.2vw, 20px);
    }

    .wpti-featured-label.wpti-size-large {
        top: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
        min-height: 46px;
        padding: 6px 22px;
        border-radius: 15px;
        font-size: clamp(18px, 5.8vw, 24px);
    }
}
