/**
 *
 * Add your custom css here to overwrite theme style.css
 *
 */

 figure {
	/* NOTE Fix for body .is-layout-flow > .alignright { margin-inline-start: 2em; } */
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
}
/*
.is-centered {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}*/

.home-scoll-down {
	display: block;
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	
}

.home-scoll-down a {
	text-decoration: none;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
	border: 0;
	border-radius: 5px;
    font-size: 0.9em;
    font-family: var(--wp--custom--font-primary), sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #222222;
    color: var(--wp--preset--color--primary);
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}


