@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}
hr {
	border-top: 1px solid #e9633a;
}
h1, h2, h5{
	color: #e9633a;
}
h1, h2, h3 ,h4, h5, h6{
	margin-bottom: .7rem;
}
dt, th{
	font-size: 1.15rem;
	font-weight: bold
}
p, ul{
	line-height:1.5;
	margin-top:.7rem;
	margin-bottom:.7rem;
}
li::marker{
	color:#e9633a;
}
dd{
	margin: 0;
}

strong{
	color:#e9633a;
}
a{
	border-radius:3px;
	padding:0 8px 3px 8px;
	background-color:#e9633a;
	text-decoration:none;
	color: #fff;
	font-weight:500;
	box-shadow: 2px 2px 4px #000;
	text-shadow: 1px 1px 0 #000;
}
a:hover {
	color: #ddd;
	box-shadow: 2px 2px 4px #f00;
	text-shadow: none;
}
a:has(img){
	display:inline-block;
}
header{
	background-color: #e9633a;
	background-image: linear-gradient(12deg, #e9633a 50%, #fff 100%);
	color: #fff;
	padding: 1rem 2rem 0 2rem;
	display: flex;
    flex-direction: column;
    gap: 1rem;
}
.mod-menu{
	display:none;
}
.site-grid{
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.container-sidebar-left, .container-sidebar-right{
	display:none;
}
.container-component{
	grid-area: comp;
	display:flex;
	gap: 20px;
	flex-direction: column;
}
.container-sidebar-left{
	grid-area: side-l;
}
.container-sidebar-right{
	grid-area: side-r;
}
.page-header:first-child{
	margin-top:0;
}
.card{
	border-radius:10px;
    box-shadow: 2px 2px 4px #000;
    margin-top: 10px;
}
.card-header{
	text-align:center;
	padding: 10px 10px 0 10px;
	margin: 0;
	text-shadow: 1px 1px 2px #999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.card-body{
	padding: 10px;
}
.article-info dd{
	color:#555;
}
.visually-hidden{
	display: none;
}
.btn.jmodedit{
	position: absolute;
	right: .5rem;
}
[role=tooltip]:not(.show){
    display: none;
}
