.opac-global-template-medal {
    width: 100%;
    height: 100%;
}

.opac-global-template-medal-circle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 46px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 2px 2px 0 rgba(0, 0, 0, 0.08);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.20);
    display: flex;
    
}

.opac-global-template-medal-circle::after {
    content: '';

    border-width: 0.2em;
    border-color: rgba(255, 255, 255, 0.40);
    border-style: solid;
    background: linear-gradient(to bottom right, transparent 50%, rgba(0, 0, 0, 0.05) 50%);

    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.opac-global-template-medal-ribbon {
  content: "";
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 50% 50%, 100% 100%, 100% 0);
  width: 36%;
  height: 40%;
  top: 80%;
}

.opac-global-template-medal-ribbon-left {
  background-color: #FC402D;
  left: 14%;
}

.opac-global-template-medal-ribbon-right {
  left: 50%;
  background-color: #E32714;
}