/**
 * FMT Egyszerű menülista
 * Függőleges, egyszerű menü – [fmt_menulista menu="..."]
 */

.fmt-menulista {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
}

.fmt-menulista ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fmt-menulista a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}
