
.uk-courier-form {
  background: #fff;
  padding: 20px;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.uk-courier-form label {
  display: block;
  margin-bottom: 10px;
}
.uk-courier-form input {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.uk-courier-form button {
  margin-top: 10px;
  padding: 10px 20px;
  background: #0073aa;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.uk-courier-form button:hover {
  background: #005f8d;
}
