
.stahl-cetype-tx_plate_ces_stahlslide stahl-close *:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 600px) {
    atomic-dropdown [slot="click-element"] {
        width: 320px;
    }
}
atomic-dropdown [slot="click-element"] >h2{
    flex: 1;
}
@media screen and (max-width: 600px) {
    atomic-dropdown [slot="click-element"] >h2{
        font-size: 1.5rem;
    }
}
atomic-dropdown [slot="click-element"] > * {
    margin-bottom: 0;
}
atomic-dropdown .column{
    display:flex;
    width:60px; justify-content: end
}
atomic-dropdown > div p:last-child{
    margin-bottom: 0 !important;
}


stahl-overlay{
    --stahl-overlay--text-valign: start;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 3px;
    vertical-align: middle;
}
.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}