/**
 * Theme Name: wp2025 for bizer.ch
 * Template:   twentytwentyfive
 * 
 */

    figcaption.wp-element-caption {
        font-size: 1.35rem;
    }

    .langflag {
        margin: 1 rem;
    }
    .langflag a {
        text-decoration: none;
        color: inherit;
     }
    .langflag a:hover {
        text-decoration: underline;
    }

    /* remove bullets and padding from the UL itself */
ul.langflag {
    list-style: none;
    margin: 10px;
    padding: 0;
}

/* make LIs display inline */
ul.langflag li {
    display: inline;
    margin-right: 10px;
}