/*
Theme Name: 1core Theme
Theme URI: https://codeify.pl
Template: hello-elementor
Author: Codeify
Author URI: https://codeify.pl
Version: 3.3.0.1744720705
Updated: 2025-04-15 14:38:25

*/

.main--links {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 51px;
    margin-left: auto;
    margin-right: 6%;
    gap: 32px;
    display: flex
    flex-direction: row;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 10000;
}

.main--links .main--links__link{
	align-self: flex-start;
    padding: 8px 32px;
    color: white;
    background-color: #525252;
    border-radius: 0 0 12px 12px;
    transition: padding-top 0.2s linear;
}