/*
 * FO CSS.
 *
 * @author      Difadi.com <soporte@difadi.com>
 * @copyright   2026 Difadi.com
 * @license     Commercial
*/

.dfdcustomflags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dfdcustomflags .dfdcustomflag {
    display: inline-block;
    padding: 4px 10px;
}
