.flatsome-ribbon-container {
    position: relative; /* necesario para posicionar el ribbon */
}

.flatsome-ribbon {
    position: absolute;
    top: 25px;
    right: -20px;
    background-color: #000;
    color: #fff;
    padding: 4px 20px;
    transform: rotate(45deg);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    z-index: 10;
    pointer-events: none;
    user-select: none;
    border: 2px solid #00f086;
}
