
.radio-logo {
    max-width: 500px;      /* maximale Breite */
    height: auto;          /* Höhe passt sich automatisch an */
    object-fit: contain;   /* Bild vollständig anzeigen */
    background: #f0f0f0;   /* optionaler Hintergrund */
    border-radius: 8px;    /* leichte Abrundung */
    padding: 4px;          /* Abstand zum Rand */
}
