.artolio-teams .sppb-dynamic-content-collection__item .sppb-dynamic-content-image-wrapper {
    position: relative !important;
    overflow: hidden !important;
}

.artolio-teams .sppb-dynamic-content-collection__item .sppb-dynamic-content-image-wrapper::after {
    content: "" !important;
    position: absolute !important;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(94, 126, 13, 0.5) !important; /* dein Grün als halbtransparent */
    border-radius: 16px 16px 0 0 !important; /* gleich wie IMG */
    opacity: 0 !important;
    transition: opacity 0.3s ease-in-out !important;
    pointer-events: none !important;
}

.artolio-teams .sppb-dynamic-content-collection__item:hover .sppb-dynamic-content-image-wrapper::after,
.artolio-teams .sppb-dynamic-content-collection__item:focus .sppb-dynamic-content-image-wrapper::after {
    opacity: 1 !important;
}
