﻿
.custom-badge {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #2c3e50;
    color: #ffffff;
    border-radius: 3rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.1rem 1rem;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 10;
    line-height: 1; /* make line height normal */
    text-align: center;
    min-height: 2rem; /* ensure enough height */
}


.custom-badge--info {
    background-color: rgba(44, 62, 80, 0.7);
}
