.no-readmore .readon {
    display: none;
}
.sprocket-tabs-nav-container .sprocket-tabs-nav > li.active {
margin: 0 3px 0 0;
}
.sprocket-tabs-nav-container .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
padding: 13px 15px;
} 

body #rt-title {background: red !important;}
/* Joomla 6 rebuild: full-width layout override.
   Keeps all old module positions, but lets the site container follow the viewport width. */
body.joomla6-compat,
body.joomla6-compat #rt-page-surround,
body.joomla6-compat .rt-pagesurround-overlay {
    width: 100%;
    max-width: none;
    overflow-x: hidden;
}

body.joomla6-compat .rt-container {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
}

body.joomla6-compat .rt-flex-container {
    width: 100%;
    box-sizing: border-box;
}

body.joomla6-compat .rt-block,
body.joomla6-compat .component-content {
    box-sizing: border-box;
}

/* Make visual bands truly full browser width. */
body.joomla6-compat #rt-head-surround,
body.joomla6-compat #rt-body-surround,
body.joomla6-compat #rt-header-surround,
body.joomla6-compat #rt-mainbody-surround,
body.joomla6-compat #rt-footer-surround,
body.joomla6-compat #rt-foot-surround {
    width: 100%;
    max-width: none;
}

/* Comfortable edges on small screens. */
@media (max-width: 767px) {
    body.joomla6-compat .rt-container {
        padding-left: 14px;
        padding-right: 14px;
    }
}
