
.pakpost-tracker-ui {
  max-width: 100%;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 2px solid #B22222;
  border-radius: 8px;
}
.pakpost-tracker-ui h2 {
  color: #B22222;
  margin-bottom: 20px;
}
.pakpost-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#pakpost-trackid {
  padding: 10px;
  width: 60%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#pakpost-submit {
  padding: 10px 20px;
  background: #B22222;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#pakpost-submit:hover {
  background: #8B1A1A;
}
#pakpost-loader {
  margin-top: 15px;
  font-style: italic;
}
.pakpost-result-box {
  text-align: left;
  margin-top: 25px;
  background: #F9F9F9;
  padding: 20px;
  border-radius: 8px;
}
.pakpost-summary p {
  margin: 5px 0;
  font-size: 16px;
}
.pakpost-history {
  margin-top: 15px;
}
.pakpost-history table {
  width: 100%;
  border-collapse: collapse;
}
.pakpost-history td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}
