/*
	Theme Name: Auto Abo
	Theme URI: 
	Description: WordPress Theme
	Version: 0.0.1
	Author: 
	Author URI: 
	Tags: HTML5, CSS3
*/


.sidebar-shop > div {
	margin-top: 2rem;
}
.sidebar-shop > div:first-child {
	margin-top: 0;
}


.article.text-holder .wp-block-group.container-xl{
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px !important;
}

.article.text-holder .wp-block-group.container-xl .wp-block-group__inner-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
