/* Fleetexo v111 - Beklemede iş, tek seferlik düzenleme ve ödeme tipi görünümü */
.fx111-edit-box{margin-top:12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:10px;background:rgba(255,255,255,.03)}
.fx111-edit-box>summary{cursor:pointer;list-style:none;width:max-content}
.fx111-edit-box>summary::-webkit-details-marker{display:none}
.fx111-edit-form{margin-top:12px;display:grid;gap:10px}
.fx111-payment-fields small{display:block;margin-top:6px;line-height:1.35}
.fx111-payment-summary{display:inline-block;line-height:1.45}
.fx111-pending-toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:10px 0 16px}
.fx111-row-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.fx111-status-note{font-size:12px;opacity:.78;line-height:1.35}
.fx111-delete-form{display:inline-block;margin:0}
.fx111-delete-form button{background:#5c1111;border-color:#9f2b2b;color:#fff}
.fx111-admin-edit-wrap{margin:14px 0}
@media(max-width:760px){
  .fx111-edit-box{padding:10px;margin:10px 0}
  .fx111-edit-form .form-row{grid-template-columns:1fr!important;gap:8px}
  .fx111-pending-toolbar{display:block}
  .fx111-pending-toolbar .btn{margin-top:8px;width:100%}
  .fx111-row-actions{display:grid;grid-template-columns:1fr;align-items:stretch}
  .fx111-row-actions .btn,.fx111-row-actions button{width:100%}
  .table-wrap table td .fx111-payment-summary{white-space:normal}
}
