/* hide role completely */
[module=scr_print_badges] .badge-role {
    display: none !important;
}

/* keep name styling as-is */
[module=scr_print_badges] .badge-name {
    color: #000;
    letter-spacing: .1rem;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Bebas Neue;
}

/* make photo circular */
[module=scr_print_badges] .badge-photo {
    border-radius: 50%;
    border: 5px solid #cc0000;
    overflow: hidden;
}

/* circular inner border */
[module=scr_print_badges] .badge-photo::before {
    content: "";
    border: 5px solid #fff;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

/* do not set any background at all */
[module=scr_print_badges] .print-wrapper {
    background: none;
}

.badge-competition-logo {
    height: 25em;
    margin-bottom: 0;
}