/*
Theme Name: sv theme
Theme URI: https://tan-ant-432002.hostingersite.com
Author: Sandra
Author URI: https://tan-ant-432002.hostingersite.com
Description: A child theme for the Twenty Twenty Four block theme
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: 2024-block-child
Tags: 
*/

.body p {
	text-align: justify;
}

.sticky-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--wp--preset--color--base, #fff);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.is-style-asterisk::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background: url("/wp-content/uploads/2026/07/cropped-sandra-programuoja.png") center / contain no-repeat;
	clip-path: none;
	margin-bottom: 0.5rem;
}