@charset "UTF-8";
.badge-cert {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 26px;
    display: inline-block;
    background-size: auto;
    text-indent: -99999999px;
    overflow: hidden;
}
.badge-cert.info {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    text-indent: unset;
    font-style: unset;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    padding: 5px 9px;
    background-image: none;
    letter-spacing: 0;
    min-height: 26px;
    line-height: 1.2;
}
.badge-cert.info.type-DA {
    background-color: #144F89;
}
.badge-cert.info.type-DS {
    background-color: #FA9D1C;
}
.badge-cert.info.type-P {
    background-color: #FA9D1C;
}
.badge-cert.info.type-E {
    background-color: #FA9D1C;
}
.badge-cert.info.scope {
    background-color: rgb(20 137 63);
}