/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child Theme for Astra
 Author: Kęstutis
 Template: astra
 Version: 1.0.0
*/

/* čia gali rašyti savo CSS */

.header-links {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.header-links a {
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px;
    cursor: pointer;
}

.header-links a:hover {
    opacity: 0.5;
}

.header-links .material-symbols-outlined {
    font-size: 24px;
    line-height: 0;
}

