.ribbon-tag-container-545ccb5f {
    display: flex;
    position: relative;
    padding-top: 10px; /* Space for the fold */
}

.ribbon-tag-545ccb5f {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 1;
}

.ribbon-tag-545ccb5f::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    border-style: solid;
    border-width: 0 6px 10px 0;
    filter: brightness(0.7);
    z-index: -1;
}
