 .package {
  display: flex;
  align-items: center;
}

.package-start-date-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.package-start-date-container p {
  margin: 0;
}

.package-start-date {
  display: flex;
  flex-direction: column;
}

.toggle-icon {
  position: relative;
  bottom: -10px;
  left: -10px;
  font-size: 24px;
}

.package-wrapper {
  position: relative;
  align-content: center;
  box-sizing: border-box;
}

.package-wrapper:hover {
  z-index: 10;
}

.item-booking-widget {
  display: flex;
  flex-wrap: wrap;
  gap: var(--item-gap, 0);
}

.package-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.package-item-content p {
  margin: 0;
}