.has-details .matrix .matrixblock--selected {
    box-shadow: var(--orange-300) 0px 0px 0px 3px !important;
}

button[aria-controls="matrix-extended-menu-fields-blocks-others"] {
    display: none !important;
}

/* Blocks only in KidsGoFinance */
.site--tauresGerman button[data-type="bigCopyTeaser"],
.site--tauresEnglish button[data-type="bigCopyTeaser"] {
    display: none !important;
}

.site--tauresGerman button[data-type="videoIconHero"],
.site--tauresEnglish button[data-type="videoIconHero"] {
    display: none !important;
}

.site--tauresGerman button[data-type="kgfPageHero"],
.site--tauresEnglish button[data-type="kgfPageHero"] {
    display: none !important;
}

.site--tauresGerman button[data-type="counter"],
.site--tauresEnglish button[data-type="counter"] {
    display: none !important;
}

.site--tauresGerman button[data-type="flipCards"],
.site--tauresEnglish button[data-type="flipCards"] {
    display: none !important;
}

/* Blocks not in KidsGoFinance */
.site--kidsgofinanceGerman button[data-type="sectionIntro"],
.site--kidsgofinanceEnglish button[data-type="sectionIntro"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="infoCards"],
.site--kidsgofinanceEnglish button[data-type="infoCards"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="sliderCards"],
.site--kidsgofinanceEnglish button[data-type="sliderCards"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="mainHero"],
.site--kidsgofinanceEnglish button[data-type="mainHero"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="pageHero"],
.site--kidsgofinanceEnglish button[data-type="pageHero"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="jobs"],
.site--kidsgofinanceEnglish button[data-type="jobs"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="locationMap"],
.site--kidsgofinanceEnglish button[data-type="locationMap"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="locationTeaser"],
.site--kidsgofinanceEnglish button[data-type="locationTeaser"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="detailCards"],
.site--kidsgofinanceEnglish button[data-type="detailCards"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="kununu"],
.site--kidsgofinanceEnglish button[data-type="kununu"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="tabpanel"],
.site--kidsgofinanceEnglish button[data-type="tabpanel"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="jobApplicationForm"],
.site--kidsgofinanceEnglish button[data-type="jobApplicationForm"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="damageReportForm"],
.site--kidsgofinanceEnglish button[data-type="damageReportForm"] {
    display: none !important;
}

.site--kidsgofinanceGerman button[data-type="damageReportCards"],
.site--kidsgofinanceEnglish button[data-type="damageReportCards"] {
    display: none !important;
}

/* SUPER TABLE */
.matrix.matrix-field div[data-type*="SuperTableField"] {
    border: 3px solid red;
    background-color: rgba(255, 0, 0, 0.3);
}
