/* Visual language of the flat template: dark heads, blue actions, white cards. */
#mta-app,
#mta-admin { color: #34404c; font-size: 14px; line-height: 1.5; }
#mta-app::after,
#mta-admin::after { clear: both; content: ""; display: table; }

#mta-app .mta-panel,
#mta-admin .block { background: #fff; border: 1px solid #d8dde2; border-radius: 3px; box-shadow: 0 1px 2px rgba(35, 48, 60, .08); margin-bottom: 15px; overflow: hidden; }
#mta-app.mta-list-page .mta-panel { overflow: visible; }
#mta-app .mta-panel-head,
#mta-admin .block_head { align-items: center; background: #34404c; color: #fff; display: flex; font-size: 16px; font-weight: 600; gap: 7px; line-height: 22px; min-height: 40px; padding: 9px 13px; }
#mta-app .mta-panel-head .glyphicon,
#mta-admin .block_head .glyphicon { color: #d8ecff; font-size: 14px; }
#mta-app .mta-panel-body { padding: 15px; }
#mta-app .mta-count-text { background: rgba(255, 255, 255, .12); border-radius: 12px; color: #eaf4fc; font-size: 12px; font-weight: 600; margin-left: auto; padding: 2px 9px; white-space: nowrap; }
#mta-app .mta-count-text strong { color: #fff; }
#mta-app .btn,
#mta-admin .btn { align-items: center; border-radius: 3px; display: inline-flex; font-family: inherit; font-weight: 700; gap: 6px; justify-content: center; line-height: 20px; text-align: center; }
#mta-app .btn:not(.btn-xs),
#mta-admin .btn:not(.btn-xs) { min-height: 36px; padding: 7px 13px; }
#mta-app .btn-xs,
#mta-admin .btn-xs { min-height: 26px; padding: 2px 7px; }
#mta-app .btn-primary,
#mta-admin .btn-primary { background-color: #438fca; border-color: #3b82bb; }
#mta-app .btn-primary:hover,
#mta-app .btn-primary:focus,
#mta-admin .btn-primary:hover,
#mta-admin .btn-primary:focus { background-color: #367fb9; border-color: #2e72a9; }

#mta-app .mta-toolbar { align-items: center; background: #f3f6f8; border-bottom: 1px solid #d8dde2; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; padding: 10px; }
#mta-app .mta-status-filters,
#mta-app .mta-toolbar-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; }
#mta-app .mta-status-filters { flex: 1 1 auto; }
#mta-app .mta-toolbar-actions { flex: 0 0 auto; margin-left: auto; }
#mta-app .mta-filter-btn { background: #fff !important; border: 1px solid #b9c9d7 !important; border-radius: 4px; color: #365f82 !important; font-size: 14px; font-weight: 700; line-height: 20px; margin: 0; min-height: 36px; padding: 7px 14px; transition: background .15s, border-color .15s, color .15s; }
#mta-app .mta-filter-btn:hover,
#mta-app .mta-filter-btn:focus { background: #edf5fb !important; border-color: #6e98bd !important; color: #315777 !important; }
#mta-app .mta-filter-btn.active { background: #438fca !important; border-color: #3b82bb !important; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .08); color: #fff !important; }
#mta-app .mta-server-filter > .btn { background: #fff; border-color: #b9c9d7; color: #365f82; max-width: 430px; }
#mta-app .mta-server-filter > .btn:hover,
#mta-app .mta-server-filter.open > .btn { background: #edf5fb; border-color: #6e98bd; color: #315777; }
#mta-app .mta-server-filter-title { display: block; max-width: 360px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#mta-app .mta-server-menu { box-sizing: border-box; max-height: 320px; max-width: calc(100vw - 30px); min-width: 430px; overflow-y: auto; padding: 5px; z-index: 1050; }
#mta-app .mta-server-menu > li > a { border-radius: 3px; color: #47709a; line-height: 1.35; overflow: visible !important; overflow-wrap: anywhere; padding: 8px 10px; text-overflow: clip !important; white-space: normal !important; }
#mta-app .mta-server-menu > li > a:hover { background: #edf5fb; }
#mta-app .mta-server-menu > li.active > a,
#mta-app .mta-server-menu > li.active > a:hover { background: #47739b; color: #fff; }
#mta-app .mta-add-button { font-size: 14px; min-height: 36px; padding: 7px 13px; white-space: nowrap; width: auto; }
#mta-app .mta-table-scroll { max-width: 100%; }
#mta-app .mta-appeals-table { margin: 0; min-width: 1040px; table-layout: fixed; width: 100%; }
#mta-app .mta-appeals-table th { background: #f6f8fa; color: #42515e; font-size: 13px; font-weight: 700; }
#mta-app .mta-appeals-table th,
#mta-app .mta-appeals-table td { overflow-wrap: anywhere; padding: 9px 10px; vertical-align: middle; }
#mta-app .mta-appeals-table th:nth-child(1),
#mta-app .mta-appeals-table td:nth-child(1) { width: 6%; }
#mta-app .mta-appeals-table th:nth-child(2),
#mta-app .mta-appeals-table td:nth-child(2) { width: 12%; }
#mta-app .mta-appeals-table th:nth-child(3),
#mta-app .mta-appeals-table td:nth-child(3) { width: 16%; }
#mta-app .mta-appeals-table th:nth-child(4),
#mta-app .mta-appeals-table td:nth-child(4) { width: 12%; }
#mta-app .mta-appeals-table th:nth-child(5),
#mta-app .mta-appeals-table td:nth-child(5) { width: 9%; }
#mta-app .mta-appeals-table th:nth-child(6),
#mta-app .mta-appeals-table td:nth-child(6) { width: 12%; }
#mta-app .mta-appeals-table th:nth-child(7),
#mta-app .mta-appeals-table td:nth-child(7) { width: 10%; }
#mta-app .mta-appeals-table th:nth-child(8),
#mta-app .mta-appeals-table td:nth-child(8) { width: 13%; }
#mta-app .mta-appeals-table th:nth-child(9),
#mta-app .mta-appeals-table td:nth-child(9) { width: 10%; }
#mta-app .mta-appeals-table tbody tr { transition: background .15s; }
#mta-app .mta-appeals-table tbody tr:hover { background: #f5f9fc; }
#mta-app .mta-cell-id { text-align: center; }
#mta-app .mta-appeal-number { color: #3f6e9b; display: inline-block; font-size: 14px; font-weight: 700; white-space: nowrap; }
#mta-app .mta-appeal-number:hover { color: #244d73; }
#mta-app .mta-player-link { color: #3f6e9b; font-size: 14px; font-weight: 700; line-height: 1.35; }
#mta-app .mta-player-link:hover { color: #244d73; }
#mta-app .mta-cell-server { color: #526473; line-height: 1.35; }
#mta-app .mta-cell-server .glyphicon { color: #7295b2; margin-right: 4px; }
#mta-app .mta-mobile-card { display: none; }
#mta-app .mta-appeal-heading { min-width: 0; }
#mta-app .mta-appeal-link { color: #3f6e9b; display: block; line-height: 1.35; }
#mta-app .mta-appeal-link:hover { color: #244d73; }
#mta-app .mta-appeal-id { color: #728291; display: block; font-size: 10px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
#mta-app .mta-appeal-nick { display: block; font-size: 14px; font-weight: 700; margin-top: 2px; overflow-wrap: anywhere; }
#mta-app .mta-appeal-link + small { color: #7a8792; display: block; font-size: 11px; line-height: 1.35; margin-top: 4px; }
#mta-app .mta-mobile-status,
#mta-app .mta-mobile-summary { display: none; }
#mta-app .mta-open-appeal { font-size: 12px; padding-left: 9px; padding-right: 9px; white-space: nowrap; }
#mta-app .mta-pagination { padding: 12px 0 2px; }

#mta-app .mta-status { align-items: center; border-radius: 15px; box-shadow: 0 1px 1px rgba(25, 38, 50, .14); color: #fff; display: inline-flex; font-size: 13px; font-weight: 700; justify-content: center; line-height: 18px; min-height: 29px; padding: 5px 12px; text-align: center; white-space: nowrap; }
#mta-app .mta-status-success { background: #28a763; }
#mta-app .mta-status-danger { background: #e34949; }
#mta-app .mta-status-warning { background: #f09a22; }
#mta-app .mta-status-item { align-items: flex-start; display: flex; flex-direction: column; }

#mta-app .mta-intro { background: #f0f6fb; border: 1px solid #c8ddec; border-left: 4px solid #47739b; border-radius: 3px; color: #40586c; line-height: 1.55; margin-bottom: 18px; padding: 11px 13px; }
#mta-app .mta-intro .glyphicon { color: #47739b; margin-right: 5px; }
#mta-app .mta-form-section { border: 1px solid #e0e5e9; border-radius: 4px; margin-top: 14px; padding: 15px; }
#mta-app .mta-form-section:first-of-type { margin-top: 0; }
#mta-app .mta-step-title { align-items: center; color: #283d50; display: flex; font-size: 16px; font-weight: 700; gap: 8px; line-height: 1.35; margin-bottom: 14px; }
#mta-app .mta-step-title small { color: #7a8792; font-size: 12px; font-weight: 400; }
#mta-app .mta-step-number { align-items: center; background: #47739b; border-radius: 50%; color: #fff; display: inline-flex; flex: 0 0 25px; font-size: 13px; height: 25px; justify-content: center; width: 25px; }
#mta-app label,
#mta-admin label { color: #34404c; font-size: 14px; font-weight: 600; }
#mta-app .form-group { margin-bottom: 15px; }
#mta-app .form-group:last-child { margin-bottom: 0; }
#mta-app .form-control,
#mta-admin .form-control { border-color: #c8d1d9; border-radius: 3px; box-shadow: none; color: #34404c; font-size: 14px; min-height: 38px; }
#mta-app .form-control:focus,
#mta-admin .form-control:focus { border-color: #6c96ba; box-shadow: 0 0 0 2px rgba(71, 115, 155, .12); }
#mta-app .form-hint { color: #7c8994; display: block; font-size: 12px; margin-top: 5px; }
#mta-app .mta-search-controls { align-items: stretch; display: flex; gap: 8px; }
#mta-app .mta-search-controls .form-control { flex: 1 1 auto; min-width: 0; }
#mta-app .mta-search-controls .btn { flex: 0 0 auto; font-weight: 600; white-space: nowrap; }
#mta-app .mta-large-textarea { min-height: 155px; resize: vertical; }
#mta-app .mta-create-form { margin-top: 14px; }
#mta-app .mta-selected-card { background: #eef7fd; border: 1px solid #9bc5e3; border-left: 5px solid #438fca; border-radius: 4px; color: #34404c; margin-bottom: 15px; overflow-wrap: anywhere; padding: 14px; }
#mta-app .mta-selected-card:empty { display: none; }
#mta-app .mta-selected-card .mta-selected-title { align-items: flex-start; color: #214f75; display: flex; font-size: 16px; font-weight: 700; gap: 7px; line-height: 1.4; margin-bottom: 11px; }
#mta-app .mta-selected-card .mta-selected-title .glyphicon { color: #28a763; flex: 0 0 auto; font-size: 18px; margin-top: 2px; }
#mta-app .mta-selected-meta { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#mta-app .mta-selected-meta > div { background: rgba(255, 255, 255, .78); border: 1px solid #c8deee; border-radius: 3px; min-width: 0; padding: 8px 9px; }
#mta-app .mta-selected-meta span { color: #718391; display: block; font-size: 11px; font-weight: 700; margin-bottom: 3px; text-transform: uppercase; }
#mta-app .mta-selected-meta strong { color: #34404c; display: block; font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
#mta-app .mta-evidence-upload { background: #f8fafb; border: 1px dashed #bbc8d3; border-radius: 4px; margin-bottom: 15px; padding: 13px; }
#mta-app .mta-file-controls { align-items: center; display: flex; gap: 8px; margin-top: 8px; }
#mta-app .mta-file-controls .input-file { flex: 1 1 auto; min-width: 0; width: 100%; }
#mta-app .mta-file-controls .btn { flex: 0 0 auto; white-space: nowrap; }
#mta-app .mta-demo-field { margin-bottom: 0; }
#mta-app .mta-submit-button { font-size: 14px; min-height: 42px; min-width: 220px; }
#mta-app .mta-form-result { font-size: 14px; font-weight: 600; min-height: 20px; }
#mta-app .mta-help-panel .mta-instructions { color: #52616d; font-size: 14px; line-height: 1.65; }
#mta-app .mta-help-panel .mta-instructions p:first-child { margin-top: 0; }

#mta-app .mta-search-results { display: grid; gap: 10px; margin-top: 4px; }
#mta-app .mta-search-item { background: #fff; border: 1px solid #cfd9e1; border-left: 4px solid #7ba7c9; border-radius: 4px; box-shadow: 0 1px 2px rgba(35, 48, 60, .06); overflow: hidden; }
#mta-app .mta-search-item-head { align-items: center; background: #f4f8fb; border-bottom: 1px solid #dce4ea; display: flex; gap: 12px; justify-content: space-between; min-width: 0; padding: 11px 12px; }
#mta-app .mta-search-player { min-width: 0; }
#mta-app .mta-search-player strong { color: #284f72; display: block; font-size: 15px; line-height: 1.35; overflow-wrap: anywhere; }
#mta-app .mta-search-player span { color: #70808d; display: block; font-size: 12px; line-height: 1.35; margin-top: 3px; overflow-wrap: anywhere; }
#mta-app .mta-select-mute { flex: 0 0 auto; white-space: nowrap; }
#mta-app .mta-search-item-meta { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; }
#mta-app .mta-search-item-meta > div { border-right: 1px solid #e5eaee; min-width: 0; padding: 9px 11px; }
#mta-app .mta-search-item-meta > div:last-child { border-right: 0; }
#mta-app .mta-search-item-meta span { color: #7a8792; display: block; font-size: 10px; font-weight: 700; letter-spacing: .02em; margin-bottom: 3px; text-transform: uppercase; }
#mta-app .mta-search-item-meta strong { color: #34404c; display: block; font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
#mta-app .mta-empty-state { align-items: center; background: #f7f9fa; border: 1px dashed #bdc9d3; border-radius: 4px; color: #647482; display: flex; flex-direction: column; margin-top: 4px; padding: 20px 15px; text-align: center; }
#mta-app .mta-empty-state .glyphicon { color: #7da3c2; font-size: 24px; margin-bottom: 7px; }
#mta-app .mta-empty-state strong { color: #40586c; font-size: 14px; }
#mta-app .mta-empty-state small { font-size: 12px; margin-top: 3px; }
#mta-app .mta-inline-error { background: #fff1f1; border: 1px solid #e7b8b8; border-left: 4px solid #e34949; border-radius: 3px; color: #a43c3c; font-weight: 600; margin-top: 4px; padding: 10px 12px; }
#mta-app .mta-inline-error .glyphicon { margin-right: 4px; }
#mta-app .mta-evidence-upload.has-error { background: #fff7f7; border-color: #d9534f; }

#mta-app .mta-player-card { align-items: center; background: #f0f6fb; border: 1px solid #c5d9e8; border-left: 5px solid #47739b; border-radius: 4px; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; min-width: 0; padding: 12px 14px; }
#mta-app .mta-player-card > .glyphicon { color: #47739b; font-size: 18px; }
#mta-app .mta-card-label { color: #70808d; font-size: 12px; font-weight: 700; text-transform: uppercase; }
#mta-app .mta-player-name { color: #284f72; font-size: 17px; line-height: 1.35; overflow-wrap: anywhere; }
#mta-app .mta-meta-grid { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 14px; }
#mta-app .mta-meta-item { background: #fff; border: 1px solid #e0e5e9; border-radius: 3px; min-width: 0; padding: 9px 10px; }
#mta-app .mta-meta-label { color: #7a8792; display: block; font-size: 11px; font-weight: 700; letter-spacing: .02em; line-height: 1.3; margin-bottom: 4px; text-transform: uppercase; }
#mta-app .mta-meta-value { color: #34404c; display: block; font-size: 14px; font-weight: 700; line-height: 1.4; overflow-wrap: anywhere; }
#mta-app .mta-meta-value a { color: #3f6e9b; }
#mta-app .mta-content-card { background: #fff; border: 1px solid #e0e5e9; border-radius: 4px; margin-top: 13px; overflow: hidden; }
#mta-app .mta-content-heading { background: #f4f7f9; border-bottom: 1px solid #e0e5e9; color: #34404c; font-size: 13px; font-weight: 700; padding: 9px 11px; }
#mta-app .mta-content-heading .glyphicon { color: #47739b; margin-right: 5px; }
#mta-app .mta-appeal-text { background: #fbfcfd; color: #34404c; font-size: 14px; line-height: 1.65; min-height: 90px; overflow-wrap: anywhere; padding: 13px 14px; }
#mta-app .mta-action-row { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
#mta-app .mta-action-row .btn { margin: 0; min-height: 39px; }
#mta-app .mta-evidence-images { padding: 12px; }
#mta-app .mta-images { display: flex; flex-wrap: wrap; gap: 9px; }
#mta-app .mta-images .thumbnail { background: #fff; border: 1px solid #cbd6df; border-radius: 3px; margin: 0; max-width: 140px; padding: 4px; }
#mta-app .mta-images img { display: block; height: auto; max-width: 100%; }
#mta-app .mta-demo-card { margin-top: 13px; }
#mta-app .mta-demo-link { padding: 12px; }
#mta-app .mta-demo-link .btn { font-weight: 600; }
#mta-app .mta-comment-input { min-height: 88px; resize: vertical; }
#mta-app #mta-comment-form { background: #f4f7f9; border: 1px solid #d8e0e7; border-radius: 4px; padding: 13px; }
#mta-app .mta-comment { background: #fff; border: 1px solid #e0e5e9; border-radius: 4px; box-shadow: 0 1px 1px rgba(35, 48, 60, .04); margin-bottom: 9px; padding: 12px 13px; }
#mta-app .mta-comment:last-child { margin-bottom: 0; }
#mta-app .mta-comment-head { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
#mta-app .mta-comment-head > a:first-child { color: #3f6e9b; flex: 0 1 auto; font-weight: 700; min-width: 0; overflow-wrap: anywhere; }
#mta-app .mta-comment-head span { color: #7a8792; font-size: 12px; }
#mta-app .mta-comment-head .btn { margin-left: auto; }
#mta-app .mta-comment-text { color: #34404c; font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; }

#mta-admin .block_head { font-size: 16px; }
#mta-admin .pd-15 { padding: 15px; }
#mta-admin .bs-callout { background: #f0f6fb; border-color: #47739b; color: #40586c; font-size: 14px; line-height: 1.55; }
#mta-admin .mta-admin-section { background: #f8fafb; border: 1px solid #dce3e9; border-radius: 4px; margin-bottom: 14px; padding: 14px; }
#mta-admin .mta-admin-section-title { color: #2e465a; font-size: 15px; font-weight: 700; margin: 0 0 12px; }
#mta-admin .mta-admin-section-title .glyphicon { color: #438fca; margin-right: 5px; }
#mta-admin .mta-admin-toggle { align-items: center; background: #fff; border: 1px solid #d4dde4; border-radius: 3px; display: flex; font-weight: 600; gap: 8px; margin-bottom: 8px; padding: 9px 11px; }
#mta-admin .mta-admin-toggle:last-child { margin-bottom: 0; }
#mta-admin .mta-admin-toggle input { margin: 0; }
#mta-admin .mta-admin-servers { display: flex; flex-wrap: wrap; gap: 8px; }
#mta-admin .mta-admin-server { background: #f8fafb; border: 1px solid #cbd6df; border-radius: 4px; padding: 9px 11px; }
#mta-admin .table-responsive { max-width: 100%; }
#mta-admin .table { margin-bottom: 0; }
#mta-admin .table thead td { background: #f4f7f9; font-weight: 700; }
#mta-admin .table td { overflow-wrap: anywhere; }
#mta-admin .btn-primary { font-weight: 700; }
#profile_box .mta-pending-line .glyphicon { margin-right: 4px; }

@media (max-width: 767px) {
    #mta-app .mta-toolbar { align-items: stretch; flex-direction: column; }
    #mta-app .mta-status-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
    #mta-app .mta-filter-btn { width: 100%; }
    #mta-app .mta-toolbar-actions { align-items: stretch; display: grid; grid-template-columns: minmax(0, 1fr); margin-left: 0; width: 100%; }
    #mta-app .mta-server-filter,
    #mta-app .mta-server-filter > .btn,
    #mta-app .mta-add-button { max-width: none; width: 100%; }
    #mta-app .mta-server-filter-title { max-width: none; }
    #mta-app .mta-server-menu { box-sizing: border-box; float: none; left: auto !important; margin: 5px 0 0; min-width: 0; position: static !important; right: auto !important; top: auto !important; transform: none !important; width: 100%; }
    #mta-app .mta-appeals-table { min-width: 0; table-layout: auto; }
    #mta-app .mta-appeals-table thead { display: none; }
    #mta-app .mta-appeals-table tbody,
    #mta-app .mta-appeals-table tr,
    #mta-app .mta-appeals-table td { display: block; width: 100% !important; }
    #mta-app .mta-appeals-table tr { background: #fff; border: 1px solid #cfd9e1; border-radius: 4px; box-shadow: 0 1px 2px rgba(35, 48, 60, .06); margin-bottom: 10px; overflow: hidden; }
    #mta-app .mta-appeals-table td { border: 0 !important; min-height: 0; padding: 0 !important; white-space: normal !important; }
    #mta-app .mta-appeals-table td::before { display: none; }
    #mta-app .mta-appeals-table .mta-cell-player,
    #mta-app .mta-appeals-table .mta-cell-server,
    #mta-app .mta-appeals-table .mta-cell-reason,
    #mta-app .mta-appeals-table .mta-cell-author,
    #mta-app .mta-appeals-table .mta-cell-status,
    #mta-app .mta-appeals-table .mta-cell-reviewer,
    #mta-app .mta-appeals-table .mta-cell-created { display: none; }
    #mta-app .mta-cell-id { background: #fff; padding: 12px !important; text-align: left; }
    #mta-app .mta-appeal-number { display: none; }
    #mta-app .mta-mobile-card { display: block; }
    #mta-app .mta-appeal-heading { align-items: flex-start; display: flex; gap: 10px; justify-content: space-between; }
    #mta-app .mta-appeal-heading .mta-appeal-link { flex: 1 1 auto; min-width: 0; }
    #mta-app .mta-appeal-id { font-size: 11px; }
    #mta-app .mta-appeal-nick { font-size: 16px; }
    #mta-app .mta-mobile-status { display: block; flex: 0 0 auto; }
    #mta-app .mta-mobile-status .mta-status { font-size: 12px; min-height: 27px; padding: 4px 9px; }
    #mta-app .mta-mobile-server { color: #6b7b88; font-size: 12px; line-height: 1.4; margin-top: 5px; overflow-wrap: anywhere; }
    #mta-app .mta-mobile-server .glyphicon { color: #7295b2; margin-right: 4px; }
    #mta-app .mta-mobile-summary { border-top: 1px solid #e3e9ee; display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 10px; }
    #mta-app .mta-mobile-summary > div { min-width: 0; padding: 9px 9px 4px 0; }
    #mta-app .mta-mobile-summary > div:nth-child(2n+1):not(.mta-mobile-reason):not(.mta-mobile-created) { border-right: 1px solid #e8edf1; }
    #mta-app .mta-mobile-summary > div:nth-child(2n) { padding-left: 10px; }
    #mta-app .mta-mobile-summary .mta-mobile-reason,
    #mta-app .mta-mobile-summary .mta-mobile-created { grid-column: 1 / -1; }
    #mta-app .mta-mobile-summary span { color: #7a8792; display: block; font-size: 10px; font-weight: 700; margin-bottom: 2px; text-transform: uppercase; }
    #mta-app .mta-mobile-summary strong { color: #34404c; display: block; font-size: 13px; font-weight: 600; line-height: 1.35; overflow-wrap: anywhere; }
    #mta-app .mta-mobile-summary strong a { color: #3f6e9b; }
    #mta-app .mta-cell-action { border-top: 1px solid #e3e9ee !important; padding: 9px 12px 12px !important; }
    #mta-app .mta-open-appeal { min-height: 38px; width: 100%; }
    #mta-app .mta-empty-row td { padding: 22px 12px !important; }
    #mta-app .mta-search-controls { flex-direction: column; }
    #mta-app .mta-search-controls .btn { width: 100%; }
    #mta-app .mta-search-item-head { align-items: stretch; flex-direction: column; }
    #mta-app .mta-select-mute { width: 100%; }
    #mta-app .mta-search-item-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #mta-app .mta-search-item-meta > div { border-bottom: 1px solid #e5eaee; }
    #mta-app .mta-search-item-meta > div:nth-child(2n) { border-right: 0; }
    #mta-app .mta-search-item-meta > div:nth-last-child(-n+2) { border-bottom: 0; }
    #mta-app .mta-selected-meta { grid-template-columns: minmax(0, 1fr); }
    #mta-app .mta-meta-grid { grid-template-columns: minmax(0, 1fr); }
    #mta-app .mta-file-controls { align-items: stretch; flex-direction: column; }
    #mta-app .mta-file-controls .btn { width: 100%; }
    #mta-app .mta-action-row { align-items: stretch; flex-direction: column; }
    #mta-app .mta-action-row .btn { width: 100%; }
    #mta-app .mta-submit-button { width: 100%; }
    #mta-app #mta-comment-form .btn,
    #mta-app .mta-demo-link .btn { width: 100%; }
    #mta-app .mta-comment-head { align-items: flex-start; }
    #mta-app .mta-comment-head > a:first-child { flex: 1 1 100%; }
    #mta-app .mta-comment-head .btn { margin-left: auto; }
    #mta-app .mta-player-name { flex: 1 1 100%; }
    #mta-admin .mta-admin-servers { align-items: stretch; flex-direction: column; }
    #mta-admin [data-mta-action="save-settings"] { width: 100%; }
    #mta-admin .mta-errors-table thead { display: none; }
    #mta-admin .mta-errors-table tbody,
    #mta-admin .mta-errors-table tr,
    #mta-admin .mta-errors-table td { display: block; width: 100%; }
    #mta-admin .mta-errors-table tr { border: 1px solid #d8e0e7; margin-bottom: 9px; }
    #mta-admin .mta-errors-table td { border: 0 !important; border-bottom: 1px solid #edf0f2 !important; min-height: 39px; overflow-wrap: anywhere; padding-left: 32% !important; position: relative; white-space: normal !important; }
    #mta-admin .mta-errors-table td:last-child { border-bottom: 0 !important; }
    #mta-admin .mta-errors-table td::before { color: #647482; content: attr(data-label); font-size: 11px; font-weight: 700; left: 9px; position: absolute; text-transform: uppercase; top: 9px; width: 27%; }
}

@media (max-width: 380px) {
    #mta-app .mta-panel-head,
    #mta-admin .block_head { font-size: 15px; padding-left: 10px; padding-right: 10px; }
    #mta-app .mta-panel-body,
    #mta-admin .pd-15 { padding: 12px; }
    #mta-app .mta-form-section { padding: 12px; }
    #mta-app .mta-toolbar { gap: 8px; }
    #mta-app .mta-filter-btn { padding-left: 9px; padding-right: 9px; }
    #mta-app .mta-count-text { font-size: 11px; padding-left: 7px; padding-right: 7px; }
    #mta-app .mta-appeal-heading { align-items: stretch; flex-direction: column; }
    #mta-app .mta-mobile-status { align-self: flex-start; }
    #mta-app .mta-search-item-meta { grid-template-columns: minmax(0, 1fr); }
    #mta-app .mta-search-item-meta > div { border-bottom: 1px solid #e5eaee; border-right: 0; }
    #mta-app .mta-search-item-meta > div:nth-last-child(2) { border-bottom: 1px solid #e5eaee; }
    #mta-app .mta-search-item-meta > div:last-child { border-bottom: 0; }
}
