/*
Theme Name:   Karuna Child
Description:  Child theme for Karuna (safe customizations)
Template:     karuna
Version:      1.0.0
*/

@import url("../karuna/style.css");

.top-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.top-bar-social a {
    display: flex;
    align-items: center;
    opacity: 0.9;
}

.top-bar-social a:hover {
    opacity: 1;
}

