.smallDeviceShow {
    display: none !important;
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 1040;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
    margin: 0;
    padding: 8px 10px;
    list-style: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.smallDeviceShow li {
    flex: 1 1 0;
    min-width: 0;
}

.smallDeviceShow li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 42px;
    padding: 6px 4px;
    border-radius: 10px;
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.smallDeviceShow li a:hover,
.smallDeviceShow li a:focus-visible {
    background: #f3f4f6;
}

.smallDeviceShow li a i {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .smallDeviceShow {
        display: flex !important;
    }
}

@media (max-width: 360px) {
    .smallDeviceShow {
        right: 8px;
        bottom: 8px;
        left: 8px;
        padding: 7px;
    }

    .smallDeviceShow li a {
        font-size: 11px;
    }
}
.tr-black-btn-large,
.tr-white-btn-large,
.mi-btn-outline-dark,
.mc-btn-outline-black,
.btn-min-218px {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none !important;
}