/* HEADING */
p.bbc_mod_head {
    font-size: 12px;
    text-transform: lowercase;
    color: var(--b);
    letter-spacing: 0px;
    width: max-content;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.bbc_mod_head_nohead {
	display: none;
}
/* MESSAGE */
.bbc_mod_text {
    font-size: 12px;
    margin-left: 23px;
}

span.sss svg {
    width: 18px;
    height: 18px;
    flex-direction: row;
    /* margin-top: -1px; */
    fill: var(--b);
}

span.sss {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-right: 3px;
    z-index: 2;
}

p.bbc_mod_head a {
    color: var(--b);
    position: relative;
    z-index: 1;
}

p.bbc_mod_head a::before {
    position: absolute;
    width: 80%;
    height: 5px;
    background: var(--b);
    content: '';
    bottom: -2px;
    z-index: -1;
    left: 50%;
    opacity: 0.2;
    transform: translate(-50%, 0px);
}