/* 移动端样式 - 使用与电脑端一致的Layui风格 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
    background: #f2f2f2;
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
}

/* 移动端主页面 */
.mobile-body {
    padding-bottom: 60px;
    min-height: 100vh;
    background: #f2f2f2;
}

/* 移动端模态框优化 */
@media (max-width: 768px) {
    .modal-content {
        width: 95% !important;
        max-width: 95% !important;
        margin: 10px auto !important;
        max-height: 90vh !important;
    }
    
    .modal-header {
        padding: 15px !important;
        font-size: 16px !important;
    }
    
    .modal-body {
        padding: 15px !important;
        max-height: calc(90vh - 200px) !important;
        overflow-y: auto !important;
    }
    
    .modal-footer {
        padding: 15px !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    /* 出入库模态框特殊优化 */
    #inventory-modal .modal-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        height: 100vh !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    #inventory-modal .modal-header {
        flex-shrink: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    
    #inventory-modal .modal-body {
        flex: 1;
        overflow-y: auto;
        padding: 15px !important;
    }
    
    #inventory-modal .modal-footer {
        flex-shrink: 0;
        border-top: 1px solid #e6e6e6;
        padding: 15px !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    #inventory-modal .toolbar {
        margin-bottom: 15px;
    }
    
    #inventory-modal .toolbar-left {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    #inventory-modal .toolbar-left .search-input {
        width: 100%;
        flex: none;
    }
    
    #inventory-modal .toolbar-left .btn {
        width: 100%;
    }
    
    #inventory-modal table {
        font-size: 12px;
    }
    
    #inventory-modal table th,
    #inventory-modal table td {
        padding: 8px 5px;
    }
    
    #inventory-modal .modal-footer textarea {
        width: 100% !important;
        margin-bottom: 10px;
    }
    
    #inventory-modal .modal-footer > div:last-child {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    
    #inventory-modal .modal-footer > div:last-child .btn {
        flex: 1;
        min-width: 0;
    }
}

.page {
    display: none;
    padding-bottom: 20px;
}

.page.active {
    display: block;
}

/* 内容区域 */
.content-area {
    padding: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
}

.content-area[style*="padding: 0"] {
    padding: 0 !important;
}

/* 顶部标题栏 - Layui风格 */
.mobile-header {
    background: #fff;
    color: #333;
    padding: 15px 20px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-bottom: 1px solid #e6e6e6;
}

.mobile-header[style*="background: linear-gradient"] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-bottom: none;
}

.mobile-header h1 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* 今日统计面板 - Layui卡片风格 */
.stats-panel {
    display: flex;
    margin: 15px;
    padding: 20px;
}

.stats-panel.layui-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-left: 4px solid #009688;
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    font-weight: normal;
}

.stat-value {
    font-size: 28px;
    font-weight: 600;
    color: #009688;
    line-height: 1;
}

/* 操作区域 - Layui风格 */
.operation-section {
    margin: 15px;
}

.section-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    padding-left: 5px;
    font-weight: 500;
}

/* 功能菜单网格 */
.function-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 10px 0;
}

.function-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.function-item:active {
    transform: scale(0.95);
}

.function-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.function-icon .layui-icon {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-family: 'layui-icon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.function-name {
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 1.4;
    word-break: break-all;
}

@media (max-width: 360px) {
    .function-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .function-icon {
        width: 45px;
        height: 45px;
    }
    
    .function-icon .layui-icon {
        font-size: 20px;
    }
    
    .function-name {
        font-size: 11px;
    }
}

.operation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.operation-item {
    background: #fff;
    border-radius: 2px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #e6e6e6;
}

.operation-item:active {
    background: #f8f8f8;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.operation-icon {
    font-size: 36px;
    margin-bottom: 8px;
}

.operation-label {
    font-size: 13px;
    color: #333;
}

/* 通用卡片列表 - 移动端专用 */
.card-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-item {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f6f6f6;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    flex: 1;
}

.card-badge {
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 12px;
    background: #e8f4f8;
    color: #009688;
}

.card-badge.inbound {
    background: #F0F9FF;
    color: #009688;
    border-left: 4px solid #009688;
}

.card-badge.outbound {
    background: #FFF0F0;
    color: #FF5722;
    border-left: 4px solid #FF5722;
}

.card-badge.pending {
    background: #F0F9FF;
    color: #009688;
    border-left: 4px solid #009688;
}

.card-badge.picked {
    background: #F0F9FF;
    color: #009688;
    border-left: 4px solid #009688;
}

.card-badge.exception {
    background: #FFF0F0;
    color: #FF5722;
    border-left: 4px solid #FF5722;
}

.card-badge.verifying {
    background: #FFF8E1;
    color: #FFB800;
    border-left: 4px solid #FFB800;
}

.card-body {
    padding: 15px;
}

.card-row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
}

.card-row:last-child {
    border-bottom: none;
}

.card-label {
    color: #999;
    width: 80px;
    flex-shrink: 0;
}

.card-value {
    color: #333;
    flex: 1;
    word-break: break-word;
}

.card-actions {
    display: flex;
    padding: 15px;
    border-top: 1px solid #f6f6f6;
    gap: 10px;
}

.card-actions .btn {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
}

/* 核实中提示信息样式 */
.card-actions[style*="background: #FFF8E1"] {
    background: #FFF8E1 !important;
    border-top: 1px solid #FFE082;
}

.card-actions[style*="background: #FFF8E1"] i {
    color: #FFB800;
    font-size: 16px;
}

.card-actions[style*="background: #FFF8E1"] span {
    color: #FF8F00;
    font-weight: 500;
}

/* 药品卡片列表 - 移动端专用 */
.drug-card-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.drug-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.drug-card-header {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #f6f6f6;
    gap: 15px;
    align-items: flex-start;
}

.drug-card-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    flex-shrink: 0;
}

.drug-card-image-placeholder {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
}

.drug-card-title {
    flex: 1;
    min-width: 0;
}

.drug-card-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    word-break: break-word;
}

.drug-card-code {
    font-size: 12px;
    color: #999;
}

.drug-card-body {
    padding: 15px;
}

.drug-card-row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
}

.drug-card-row:last-child {
    border-bottom: none;
}

.drug-card-label {
    color: #999;
    width: 80px;
    flex-shrink: 0;
}

.drug-card-value {
    color: #333;
    flex: 1;
    word-break: break-word;
}

.drug-card-value-highlight {
    color: #009688;
    font-weight: 500;
}

.drug-status-normal {
    color: #009688;
}

.drug-status-disabled {
    color: #FF5722;
}

.drug-card-actions {
    display: flex;
    padding: 15px;
    border-top: 1px solid #f6f6f6;
    gap: 10px;
}

.drug-card-actions .btn {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
}

/* 查询页面 - Layui风格 */
.query-content {
    padding: 15px;
}

.search-box {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.search-box input {
    flex: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s;
}

.search-box input:focus {
    border-color: #009688;
    outline: none;
}

.search-box button {
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
}

.date-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.date-filter input {
    flex: 1;
    min-width: 120px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s;
}

.date-filter input:focus {
    border-color: #009688;
    outline: none;
}

.date-filter span {
    color: #666;
    font-size: 14px;
}

.date-filter button {
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
}

.result-list {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
}

.result-item {
    padding: 15px;
    border-bottom: 1px solid #f6f6f6;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.result-item-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.result-item-badge {
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 12px;
    background: #e8f4f8;
    color: #009688;
}

.result-item-badge.inbound {
    background: #F0F9FF;
    color: #009688;
    border-left: 4px solid #009688;
}

.result-item-badge.outbound {
    background: #FFF0F0;
    color: #FF5722;
    border-left: 4px solid #FF5722;
}

.result-item-info {
    font-size: 13px;
    color: #999;
    line-height: 1.6;
}

.empty-state {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* 更多页面 - Layui风格 */
.more-content {
    padding: 15px;
}

.user-info {
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
}

.user-name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.user-phone {
    font-size: 14px;
    color: #999;
}

.menu-list {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
    transition: all 0.3s;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item:active {
    background: #f8f8f8;
}


.menu-arrow {
    display: inline-block;
    line-height: 1;
    width: 16px;
    height: 16px;
    text-align: center;
}

.menu-arrow.layui-icon {
    font-size: 16px;
    color: #999;
    display: inline-block;
    line-height: 1;
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

.menu-text {
    flex: 1;
    font-size: 15px;
    color: #333;
}

.menu-arrow {
    color: #999;
    font-size: 20px;
}

/* 底部导航栏 - 参考图片样式，使用FontAwesome图标 */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    display: flex;
    padding: 0;
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    height: 60px;
    align-items: stretch;
}

.nav-item {
    flex: 1;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    position: relative;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-item:active {
    background: #f5f5f5;
    opacity: 0.8;
}

.nav-item.active {
    color: #009688;
    background: rgba(0, 150, 136, 0.1);
}

.nav-icon {
    font-size: 22px;
    margin-bottom: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: all 0.2s;
}

.nav-item.active .nav-icon {
    color: #009688;
}

.nav-item:not(.active) .nav-icon {
    color: #999;
}

.nav-label {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    line-height: 1.2;
    transition: all 0.2s;
    margin: 0;
}

.nav-item.active .nav-label {
    font-weight: 500;
    color: #009688 !important;
}

.nav-item:not(.active) .nav-label {
    color: #999;
}

/* 移除默认的active伪元素 */
.nav-item.active::before {
    display: none;
}

/* 确保FontAwesome图标正确显示 */
.nav-item .fas,
.nav-item .far,
.nav-item .fab {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
}

/* 标签切换样式 */
.tab-bar {
    position: sticky;
    top: 0;
    z-index: 100;
}

.tab-item {
    position: relative;
}

.tab-item.active {
    color: #009688 !important;
    border-bottom-color: #009688 !important;
    font-weight: 500;
}

/* 弹窗样式 - Layui风格 */
.modal {
    display: none;
    position: fixed;
    z-index: 19891015;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    overflow: auto;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: #fff;
    border-radius: 2px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.modal-header {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
}

.modal-header h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.close-btn {
    font-size: 20px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
}

.close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.modal-body {
    padding: 15px;
    overflow-y: auto;
    flex: 1;
    max-height: calc(90vh - 140px);
}

.modal-footer {
    min-height: 50px;
    padding: 15px;
    border-top: 1px solid #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #fafafa;
    flex-wrap: wrap;
}

/* 按钮样式使用电脑端的 .btn 类 */
.modal-footer .btn {
    flex: 1;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    transition: all 0.3s;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #009688;
    outline: none;
}

.form-group textarea {
    height: auto;
    line-height: 1.5;
    padding: 10px 15px;
    resize: vertical;
    min-height: 80px;
}

/* Layui Card 样式 */
.layui-card {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.layui-card-header {
    padding: 15px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.layui-card-body {
    padding: 15px;
}

/* 修改密码表单按钮样式 */
#change-password-form .btn {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#change-password-form .btn i {
    font-size: 16px;
}

.drug-list {
    margin-bottom: 15px;
}

.drug-item {
    background: #fafafa;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.drug-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.drug-item-name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.drug-item-remove {
    color: #FF5722;
    font-size: 18px;
    cursor: pointer;
    padding: 0 5px;
    transition: all 0.3s;
}

.drug-item-remove:hover {
    color: #FF7852;
}

.drug-item-info {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
}

.drug-item-input {
    display: flex;
    gap: 10px;
    align-items: center;
}

.drug-item-input input {
    flex: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s;
}

.drug-item-input input:focus {
    border-color: #009688;
    outline: none;
}

.add-drug-btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f5f5f5;
    color: #666;
    border: 1px dashed #ccc;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.add-drug-btn:hover {
    background: #e8e8e8;
}

/* 加载状态 */
.loading {
    text-align: center;
    padding: 20px;
    color: #999;
    font-size: 14px;
}

/* 表格在移动端的显示 */
.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    min-width: 600px;
}

/* 工具栏在移动端的显示 */
.toolbar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.toolbar-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    gap: 10px;
    min-width: 0;
}

.toolbar-left > * {
    flex-shrink: 0;
}

/* 移动端搜索框优化 */
.toolbar-left .search-input {
    flex: 1;
    min-width: 0;
    padding: 10px 15px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    background: #fff;
}

.toolbar-left .search-input:focus {
    border-color: #009688;
    outline: none;
}

.toolbar-left .btn {
    white-space: nowrap;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    flex-shrink: 0;
}

/* 表单控件 */
.form-control {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #009688;
    outline: none;
}

/* 出入库表单 */
.inventory-form {
    background: #fafafa;
    padding: 15px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
}

.inventory-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

/* 响应式调整 */
@media (max-width: 375px) {
    .operation-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .operation-item {
        padding: 15px 8px;
    }
    
    .operation-icon {
        font-size: 30px;
    }
    
    .operation-label {
        font-size: 12px;
    }
    
    .bottom-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .nav-item {
        min-width: 60px;
    }
}
