.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:11px;
    text-transform:none;
    height:34px;
}

.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:11px;
    font-weight:600;
    letter-spacing:0.5px;
    border-radius:6px 6px 0 0;
}

.awb-section-header-orange{
    background:#ea580c;
    color:#fff;
    padding:6px 12px;
    font-size:11px;
    font-weight:600;
    letter-spacing:0.5px;
    border-radius:6px 6px 0 0;
}

.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-field{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.awb-field label{
    font-size:11px;
    font-weight:600;
    color:#4b5563;
    line-height:1.2;
}

.awb-sublabel{
    font-size:11px;
    font-weight:700;
    color:#1e3a8a;
    text-transform:uppercase;
    letter-spacing:0.5px;
    margin-bottom:8px;
    display:block;
}

.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;
}

.awb-input:focus{
    border-color:#2563eb;
    outline:none;
}

.awb-textarea{
    border:1px solid #d1d5db;
    border-radius:4px;
    padding:6px 8px;
    font-size:13px;
}

.awb-charges-box{
    background:#fafafa;
    border:1px solid #e5e7eb;
    border-radius:6px;
    padding:10px;
}

.awb-charges-header-blue{
    background:#1e3a8a;
    color:#fff;
    padding:5px 10px;
    font-size:11px;
    font-weight:600;
    border-radius:6px 6px 0 0;
    margin:-10px -10px 10px -10px;
}

.awb-charges-header-orange{
    background:#ea580c;
    color:#fff;
    padding:5px 10px;
    font-size:11px;
    font-weight:600;
    border-radius:6px 6px 0 0;
    margin:-10px -10px 10px -10px;
}

.awb-total-label{
    font-weight:700;
    font-size:13px;
}

.awb-total-value{
    font-weight:700;
    font-size:14px;
    color:#1e3a8a;
}

.awb-total-value-orange{
    font-weight:700;
    font-size:14px;
    color:#ea580c;
}

.awb-action-btn{
    text-transform:none!important;
    font-size:11px!important;
    height:34px!important;
}

.awb-footer{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:6px;
    padding:10px 16px;
    margin-top:10px;
}

.awb-page .mud-button-root{
    height:34px;
    font-size:11px;
}
