/* Zusatz-Styles nur für die "… und weitere"-Karte */
                        .team-four__card.team-four__more .team-four__image img {
                            opacity: 0.4;
                            filter: grayscale(100%);
                        }

                        .team-four__card.team-four__more .team-four__name {
                            font-style: italic;
                        }

                        .team-hint {
                            text-align: center;
                            margin-top: 20px;
                            font-size: 0.95rem;
                        }
