/*
Theme Name:  COREVO
Theme URI:   https://corevo.co.il
Author:      COREVO
Author URI:  https://corevo.co.il
Description: COREVO operational platform theme.
Version:     1.0.0
Requires at least: 6.4
Requires PHP: 8.1
License:     All Rights Reserved
Text Domain: corevo-theme
*/


*,
*::before,
*::after {
	box-sizing: border-box;
}


body {
	
	min-height: 100vh;
	overflow-x: hidden;
}
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}


h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}


.more-link {
	display: block;
}


:where(pre) {
	overflow-x: auto;
}
