/*
Theme Name: Hello Biz Child
Theme URI: https://softinger.ir
Description: Child theme for Hello Biz – safe place for custom styles & tweaks
Author: Navid Imani
Author URI: https://softinger.ir
Template: hello-biz
Version: 1.0.1
Text Domain: hello-biz-child
*/

/* =========================
   Custom Styles Start Here
   ========================= */


/* Grid Margins */
.main-container > .e-con-inner > .e-child.e-flex{
    padding: 24px !important;
}
main{
    padding-top: 48px;
    padding-bottom: 48px;
}



/*design resets*/
*{vertical-align: middle;}


/* components */
/*buttons*/
.elementor-button, .button{
    --height:   32px;
    /*box-sizing: border-box;*/
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: var(--height);
    
    border-radius: calc(--height / 2 );
    
    text-decoration: none !important;
    transition-duration: 0.2s !important;
}
.elementor-button.elementor-size-sm, .button.elementor-size-sm{
    --height:   40px;
}
