/* Package Add to Manifest Styles */
.manifest-info-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.manifest-info-row:last-child {
    border-bottom: none;
}
.manifest-info-label {
    font-weight: 600;
    color: #495057;
}
.manifest-info-value {
    color: #212529;
}
.package-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}
.package-list-item:hover {
    background-color: #f8f9fa;
}
.package-list-item:last-child {
    border-bottom: none;
}
.awb-input-group {
    position: relative;
}
.awb-input-group input {
    font-size: 1.1rem;
    height: 48px;
}
.awb-input-group .input-group-text {
    background-color: #f8f9fa;
    border-left: none;
}
.qr-icon {
    font-size: 1.3rem;
    color: #6c757d;
}
.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}
.empty-state i {
    font-size: 3rem;
    margin-bottom: 10px;
    display: block;
}
.searching-spinner {
    display: none;
    text-align: center;
    padding: 20px;
}
.searching-spinner.active {
    display: block;
}