/*
Theme Name:     Neve FSE
Theme URI:      https://themeisle.com/themes/neve-fse/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Tested up to:   6.1
Requires PHP:   7.0
Requires at least: 5.5
Description:    Neve FSE is an experimental sister theme of Neve, for the ones that are ready to go full speed on full site editing, without backwards compatibility code.Neve FSE is a modern, minimalistic theme that is fully compatible with full-site-editing, it offers a range of patterns that make it perfect for simple design is suitable for a wide range of purposes, including blogs, small businesses, startups, agencies, firms, e-commerce shops, personal portfolio sites, and more. It also comes with several style variations to suit your unique aesthetic.
Version:        1.1.5
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve-fse
WordPress Available:  yes
Requires License:     no
Tags: one-column, custom-colors, custom-menu, custom-logo, e-commerce, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/

.header_menu_login{
    display: flex;
}
.header_menu_login>a{
    padding-top:var(--wp--preset--spacing--20);
    padding-right:var(--wp--preset--spacing--50);
    padding-bottom:var(--wp--preset--spacing--20);
    padding-left:var(--wp--preset--spacing--50);
    background-color: var(--wp--preset--color--ti-accent);
    border-radius: var(--neve-button-border-radius, 5px);
    border-color: var(--wp--preset--color--ti-accent);
    border-width: 2px;
    border-style: solid;
    color: var(--wp--preset--color--ti-fg-alt);
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 600;
    /*padding-top: 16px;*/
    /*padding-right: 40px;*/
    /*padding-bottom: 16px;*/
    /*padding-left: 40px;*/
}