/* Flag Icons - Local (TR & GB only) */

.fi {
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.fi::before {
    content: "\00a0";
}

/* Turkey Flag */
.fi-tr {
    background-image: url('../../flags/tr.svg');
}

/* Great Britain Flag (for English) */
.fi-gb {
    background-image: url('../../flags/gb.svg');
}

