/**
 * Copyright since 2007 Pliciweb Solutions
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@pliciweb.com so we can send you a copy immediately.
 *
 * @author    Pliciweb Solutions <contact@pliciweb.com>
 * @copyright Since 2007 Pliciweb Solutions
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */
.mm-alpha-bar-row,
.mm-alpha-bar {
    display: none;
}

@media (min-width: 992px) {
    .mm_columns_ul_alphabet {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mm-alpha-bar-row {
        float: none !important;
        clear: both;
        width: 100% !important;
        padding: 8px 16px 10px;
        box-sizing: border-box;
        display: block !important;
    }

    .mm-alpha-bar {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2px;
    }

    .mm-alpha-letter {
        cursor: pointer;
        padding: 4px 9px;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 700;
        color: #555;
        user-select: none;
        transition: background .15s, color .15s;
        line-height: 1;
    }

    .mm-alpha-letter:hover,
    .mm-alpha-letter.active {
        background: #ed7212;
        color: #fff;
    }
}
