/* SIGNAVENTO R6: stabile, zentrierte Mandanten-Startseite */
.public-shell--tenant-home {
    width: min(calc(100% - 2rem), 1080px);
    padding-top: clamp(1.25rem, 4vw, 3rem);
}

.public-shell--tenant-home .tenant-logo {
    padding: 0 0 1.25rem;
    text-align: left;
}

.public-shell--tenant-home .portal-home__header {
    padding: .5rem 0 clamp(1.25rem, 3vw, 2rem);
}

.public-shell--tenant-home .portal-home__header h1 {
    margin: .5rem 0 .65rem;
    font-size: clamp(2.2rem, 6vw, 4.25rem);
    line-height: 1.02;
}

.public-shell--tenant-home .event-selection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.public-shell--tenant-home .event-selection__card {
    min-height: 12rem;
    padding: clamp(1.15rem, 2.5vw, 1.65rem);
    align-items: flex-start;
}

.event-selection__date {
    display: block;
    margin: -.05rem 0 .55rem;
    color: var(--tenant-muted);
    font-weight: 750;
}

.public-shell--tenant-home .event-selection__arrow { align-self: center; }

@media (max-width: 760px) {
    .public-shell--tenant-home { width: min(calc(100% - 1rem), 1080px); }
    .public-shell--tenant-home .event-selection { grid-template-columns: 1fr; }
    .public-shell--tenant-home .event-selection__card { min-height: 0; }
    .public-shell--tenant-home .tenant-logo { text-align: center; }
}
