/*
CTC Separate Stylesheet
Updated: 2026-04-08 10:09:18
*/

.home .elementor-flip-box__front .elementor-flip-box__layer__overlay{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;

  background: linear-gradient(to top, #ffffffcc 0%, #ffffffcc 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}



@media (max-width: 767px) {
    .kategori-kasser  {
        display: flex !important;
        overflow-x: auto !important;
        gap: 16px !important; /* mellemrum mellem kasser */
        scroll-snap-type: x mandatory !important;
        padding-bottom: 10px;
    }

     .kategori-kasser .kategori-kasser-child {
        min-width: 80%; /* hvor stor hver kasse skal være */
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}