.order__status-heading {
  font-size: 30px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.order__shipping-information {
  margin-bottom: 20px;
}

h1,
h2,
h4 {
  margin: 0;
}

.check-icon {
  font-size: 17px;
  color: white;
  font-weight: bold;
}

.tracking-history {
  max-width: 80%;
  margin: 5rem auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 10rem !important;
}

.tracking-history-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  cursor: pointer;
  background-color: #0066cc;
  color: #ffffff;
  font-size: 18px;
  transition: background-color 0.3s ease;
  position: relative;
}

.tracking-history-heading:hover {
  background-color: #005bb5;
}

.tracking-history-heading:before {
  content: "\2193"; /* Down arrow */
  font-size: 20px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.tracking-history-heading.collapsed:before {
  transform: rotate(-180deg);
}

.tracking-history-container {
  padding: 20px;
  display: none;
}

.tracking-history-item {
  margin-bottom: 3px;
  padding: 5px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.tracking-history-item:hover {
  background-color: #f9f9f9;
}

.tracking-history-item:last-child {
  border-bottom: none;
}

.tracking-history-item div {
  font-size: 16px;
  color: #333;
}

.tracking-history-item div:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}

.tracking-history-item div:last-child {
  color: #666;
}
.order_status,
.order_delivery_date,
.order__title {
  font-size: large !important;
  font-weight: bold;
}
.order-place-date {
  font-size: medium !important;
}
