/*
 Theme Name:   Ayatec
 Theme URI:    https://ayatec.eu
 Description:  Default Ayatec child theme
 Author:       2Do digital
 Author URI:   https://2do.sk
 Template:     generatepress
 Version:      0.1
*/

/* Cross-site navigation, isolated from the existing customized site menu. */
#ayatec-network-bar {
    box-sizing: border-box;
    width: 100%;
    background: #262432;
    color: rgba(255, 255, 255, .94);
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

#ayatec-network-bar .ayatec-network-bar__inner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    min-height: 40px;
    margin: 0 auto;
    padding: 4px 15px;
}

#ayatec-network-bar .ayatec-network-bar__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    border-right: 1px solid rgba(255, 255, 255, .25);
    list-style: none;
}

#ayatec-network-bar li {
    margin: 0;
    padding: 0;
}

#ayatec-network-bar a {
    display: block;
    padding: 6px 0;
    background: transparent;
    color: rgba(255, 255, 255, .94);
    font: inherit;
    font-weight: 500;
    letter-spacing: .05em;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease;
}

#ayatec-network-bar a[aria-current="true"] {
    font-weight: 600;
}

#ayatec-network-bar a:hover,
#ayatec-network-bar a:focus-visible {
    color: #a6c817;
}

#ayatec-network-bar a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media (max-width: 400px) {
    #ayatec-network-bar .ayatec-network-bar__links {
        gap: 16px;
        padding: 0 12px;
    }
}
