/*
Theme Name: Aegis
Theme URI: http://example.com/aegis-child/
Description: Aegis Child Theme
Author: Your Name
Author URI: http://example.com
Template: onepress
Version: 1.0.05
*/

.hero-content-style1 h2 {
  height: 4ch;
}

p {
	hyphens: auto;
	word-break: break-word;
	text-wrap: pretty;
}

ul li, ol li {
    text-wrap: balance;
}

details summary {
	margin-block: 3ch 0;
	background-color: #f8f9f9;
	border-radius: 3px;
	padding: 1ch 0 0.4ch 1ch;
	display: block;
	cursor: pointer;
	border: 1px solid #eceeef;
}

details summary::-webkit-details-marker,
details summary::marker {
	display: none;
	content: "";
}

details summary h4 {
	display: list-item;
}

details.dyokol ul {
	column-count: 2;
}

@media (max-width: 991px) {
	details.dyokol ul {
		column-count: 1;
	}
}