.awb-page{
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size:13px;
    background:#f4f6f9;
}

.awb-toolbar{
    background:#1e3a8a;
    padding:8px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:6px 6px 0 0;
}

.awb-toolbar .mud-button-root{
    color:#fff!important;
    font-size:12px;
    text-transform:none;
    height:34px;
}

.awb-header-bar{
    background:#ffffff;
    border:1px solid #e5e7eb;
    padding:10px 14px;
    border-radius:0 0 6px 6px;
    margin-bottom:10px;
}

.awb-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:6px;
    margin-bottom:10px;
}

.awb-section-header{
    background:#2f3e46;
    color:#ffffff;
    padding:6px 12px;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.5px;
    border-radius:6px 6px 0 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.awb-section-header-blue{
    background:#1e3a8a;
    color:#fff;
    padding:6px 12px;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.5px;
    border-radius:6px 6px 0 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.awb-section-header-orange{
    background:#ea580c;
    color:#fff;
    padding:6px 12px;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.5px;
    border-radius:6px 6px 0 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.awb-section-body{
    padding:10px;
}

.awb-grid-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.awb-grid-3{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
}

.awb-grid-4{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:10px;
}

.awb-grid-6{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    gap:10px;
}

.awb-grid-shipment{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:10px;
}

.awb-field{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.awb-field label{
    font-size:11px;
    font-weight:600;
    color:#4b5563;
}

.awb-field-full{
    grid-column:1 / -1;
}

.awb-sublabel{
    font-size:11px;
    font-weight:700;
    color:#1e3a8a;
    text-transform:uppercase;
    letter-spacing:0.5px;
    margin-bottom:6px;
    display:flex;
    align-items:center;
    gap:4px;
}

.awb-page .mud-input-control{
    margin:0!important;
}

.awb-page .mud-input.mud-input-outlined{
    height:32px;
}

.awb-page .mud-input.mud-input-filled{
    height:32px;
}

.awb-page .mud-select .mud-input.mud-input-outlined{
    height:32px;
}

.awb-input{
    height:32px;
    border:1px solid #d1d5db;
    border-radius:4px;
    padding:0 8px;
    font-size:13px;
    width:100%;
    box-sizing:border-box;
}

.awb-input:focus{
    border-color:#2563eb;
    outline:none;
}

.awb-textarea{
    border:1px solid #d1d5db;
    border-radius:4px;
    padding:6px 8px;
    font-size:13px;
    width:100%;
    box-sizing:border-box;
}

.awb-charges-box{
    background:#fafafa;
    border:1px solid #e5e7eb;
    border-radius:6px;
    overflow:hidden;
}

.awb-charges-box .awb-section-body{
    padding:8px 10px;
}

.awb-charges-header-blue{
    background:#1e3a8a;
    color:#fff;
    padding:6px 10px;
    font-size:11px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.awb-charges-header-orange{
    background:#ea580c;
    color:#fff;
    padding:6px 10px;
    font-size:11px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.awb-total{
    font-weight:700;
    font-size:15px;
    color:#dc2626;
}

.awb-total-blue{
    font-weight:700;
    font-size:14px;
    color:#1e3a8a;
}

.awb-action-btn{
    text-transform:none!important;
    font-size:12px!important;
    height:34px!important;
}

.awb-footer{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:10px;
    padding:10px 0;
}

.awb-footer-left{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.awb-page .mud-button-root{
    height:34px;
    font-size:12px;
}

.awb-page .mud-checkbox .mud-typography{
    font-size:12px;
}

.awb-proceed-disabled{
    opacity:0.5;
    pointer-events:none;
}

.awb-proceed-trigger{
    cursor:not-allowed;
}
