/*
Theme Name: Keto Journey
Theme URI: https://lm-studio.co.il
Author: LM Studio
Description: Personal keto lifestyle blog theme with ACF Pro integration.
Version: 1.0.0
Text Domain: keto-journey
*/


/* Hero background image */
.hero--has-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.hero--has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 0;
}
.hero--has-bg .container {
    position: relative;
    z-index: 1;
}