/* Styles from stadionguide_bs5.twig */
.stadium-card .stadium-title {
    font-family: var(--fm-font-display);
    font-size: var(--fm-font-size-lg);
    color: var(--fm-white);
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
    border-radius: 3px;
}

.imagesource-stadium {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--fm-white);
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
    z-index: 10;
}

/* Hero styles are defined in custom-bootstrap.css */ 