/* 
Theme Name: Julia Dudzińska
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Lekki motyw potomny dla Hello Elementor, aby bezpiecznie rozwijać wygląd strony bez nadpisywania zmian po aktualizacjach.
Author: Markowy Web
Author URI: https://marekszmit.pl/
Template: hello-elementor
Version: 1.0
Text Domain: hello-julka
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.calc-grid{
    background-color: #F9F9F7; /* Alabaster White */
    background-image: 
        linear-gradient(to right, #EFEFEA 1px, transparent 1px),
        linear-gradient(to bottom, #EFEFEA 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: center center;
    position: relative;
}
.calc-grid::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, transparent 20%, #F9F9F7 85%);
    pointer-events: none;
}
