.ebtb3-top-bar {
    color: var(--ebtb3-dark);
    text-align: center;
    padding-block: var(--ebtb3-space-xs);
    background-color: var(--ebtb3-gray);
}

.ebtb3-top-bar-container {
    max-width: 1200px;
    margin: var(--ebtb3-space-xs) auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.ebtb3-social-icons-top-bar {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: var(--ebtb3-space-xs);
}

.ebtb3-social-icons-top-bar a {
    text-decoration: none;
}

.ebtb3-social-icon-top-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-shadow: inset var(--ebtb3-icon-shadow);
    /* background-color: var(--ebtb3-white); */
    padding: 10px;
    border-radius: 10px;
    color: var(--ebtb3-primary);
    font-size: var(--ebtb3-fs-lg);
    font-weight: bold;
    border: 4px solid var(--ebtb3-white);
}

.ebtb3-social-icon-top-bar .fa-whatsapp {
    font-weight: bold;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



@media (max-width: 1440px) {
    .ebtb3-top-bar-container {
        padding-inline: var(--ebtb3-space-sm);
    }
}

@media (max-width: 760px) {

    .ebtb3-top-bar {
        height: auto;
        text-align: center;
    }

    .ebtb3-social-icon-top-bar {
        font-size: 18px;
        font-weight: bold;
    }
}