.ship-planner-container {
  margin: 20px 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.ship-planner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px;
}

.collapsed-header {
  font-size: 1em; /* Keep the original font size */
  font-weight: bold; /* Make the text bold */
  margin: 0;
  color: #333;
}

.ship-planner-content {
  background-color: #f9f9f9;
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.input-field {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.calculate-button {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.calculate-button:disabled {
  background-color: #999;
  cursor: not-allowed;
}

.ship-planner-error {
  color: #d32f2f;
  margin-top: 10px;
  font-size: 14px;
}

.ship-planner-rates {
  margin-top: 15px;
}

.ship-planner-rates h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.ship-planner-rates ul {
  list-style-type: none;
  padding: 0;
}

.ship-planner-rates li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}
.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.icon-accordion {
  margin-right: 8px;
}

.title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.plus {
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
}

.freight-provider,
.estimated-delivery {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.freight-provider {
  font-weight: bold;
}

.freight-provider,
.estimated-delivery {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.freight-provider a {
  color: #0066cc;
  text-decoration: none;
  margin-left: 5px;
}

.freight-provider a:hover {
  text-decoration: underline;
}
