.artsoft-pickup-classic {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}

.artsoft-pickup-classic h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  /* Match billing heading size */
  font-weight: 600;
  /* Match billing heading weight */
  color: #111827;
  /* Match billing heading color */
}

.artsoft-pickup-classic p {
  margin: 0 0 12px 0;
  font-size: 13px;
  /* Match billing sub text size */
  color: #6b7280;
  /* Match billing sub text color */
  line-height: 1.35;
  /* Match billing sub text line height */
}

#artsoft-pickup-map-classic {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin: 15px 0;
}

.artsoft-pickup-selected {
  margin: 10px 0;
  padding: 10px;
  background: #e8f5e8;
  border-radius: 4px;
}

.artsoft-pickup-address {
  margin: 5px 0;
  font-weight: bold;
}

.artsoft-pickup-directions {
  margin: 10px 0;
}

.artsoft-pickup-directions a {
  color: #0073aa;
  text-decoration: none;
}

.artsoft-pickup-directions a:hover {
  text-decoration: underline;
}

.biologic-teardrop-pin {
  background: transparent !important;
  border: none !important;
}

#artsoft-pickup-date-inline {
  display: flex;
  align-items: center;
  padding: 10px;
}

#artsoft-pickup-date-inline .apd-field {
  margin-left: 10px;
}