.social-counter {
    display: flex; 
    font-size: 1.125rem; 
    align-items: center; 
    justify-content: space-between;
    color: #ffffff;
}

.social-counter p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 800;
}

.social-counter span {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.icon {
    width: 48px;
    height: 48px;

}

.btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #d9d9d9;
    padding: 5px 10px 5px 10px;
    border: 1px solid #fefefe;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: 32px;
    margin: auto;
}

.btn:hover {
    background-color: #394D6D;
    color: #ffffff;
    font-weight: 800;
}

.special-btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #25D366;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: 32px;
    margin-top: 10px;
}

.special-btn:hover {
    background-color: 25D366;
    color: #000000;
    font-weight: 800;
}

.social-counter .text {
    width: 100%;
    text-align: left;
    padding: 5px 0 0 5px;
}

.sub-menu-item-450 span::after {
    content: "Spotlight Topic";
    margin-left: 10px;
    background-color: #f59c02;
    padding: 3px 5px;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;

}