.asapp-delivery-metabox p { margin: 8px 0; }
.asapp-delivery-metabox strong { display: inline-block; min-width: 110px; }

.asapp-delivery-status {
    padding: 4px 8px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
}

.asapp-delivery-status.success {
    background: #d4edda;
    color: #155724;
}

.asapp-delivery-status.pending {
    background: #fff3cd;
    color: #856404;
}

.asapp-delivery-btn { margin-top: 10px; }

.asapp-delivery-spinner {
    float: none;
    margin-left: 8px;
}

.asapp-delivery-ready-message {
    margin-top: 10px;
}
