.tsl-main-wrapper:after {
    content: '';
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    background-color: #f2b203;
    background-image: url(/themes/trexperienceperu/img/tripadvisor-best-2025.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    width: 58px;
    height: 58px;
    text-align: center;
    border-radius: 50%;
    padding: 4px;
    transform: scale(2);
    transform-origin: top right;
}