

/* Start:/bitrix/templates/aspro_next/components/bitrix/news.detail/staff/style.css?1770632865925*/
.medals-box {
    display: flex;
    gap: 4px;
    margin-top: 8px;
    margin-bottom: 6px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.medal {
    position: relative;
    display: inline-block;
    cursor: help;
}
.medal-1 img { width: 48px; height: 48px; }
.medal-5 img { width: 56px; height: 56px; }
.medal-10 img { width: 64px; height: 64px; }

.medal:hover:after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 110%;
    white-space: nowrap;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    opacity: 1;
    pointer-events: none;
    z-index: 20;
}
.medal:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border: 6px solid transparent;
    border-top-color: #333;
    z-index: 19;
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/news.detail/staff/style.css?1770632865925 */
