
/*.seoContentWrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}*/

/*.seoContent {
    max-width: 1200px;
    margin: auto;
    padding: var(--global-sm-spacing);
}*/
.seoContentText {
	max-height: 0;
	overflow: hidden;
	transition: all .4s;
}

.seoContentText.show {
	max-height: 1500px;
}
