/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 11 2024 | 20:37:42 */
.hidden{
	display:none;
}

.accordion_expanded .e-n-accordion-item-title {
    width: 145px;
}

@media only screen and (max-width: 768px) {
.accordion_expanded .e-n-accordion-item-title {
     width:100%;
     justify-content: space-between;
 }
}

blockquote {
	margin-inline-start: 16px!important;
    margin-inline-end: 16px!important;
}
.wp-block-pullquote {
	line-height: 1.2;
	padding: 0!important;
}
.wp-block-pullquote p:last-child {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.summary-box {
	padding: 1rem;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 8px;
    background-color: var(--e-global-color-fb215b3);
}
.social-media-card:hover {
	border: 1px solid #0028A0!important;
}
.wp-block-table thead {
	border-bottom: 1px solid #0028A0;
}
.wp-block-table td, .wp-block-table th {
	border: none;
}
.wp-block-table.is-style-stripes tbody tr td:first-child {
	border-right: 1px solid #0028A0;
}