body {
  --border-color: #e3e3e3;
}

.sdp-container {
  background: white;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  border: solid 1.5px var(--border-color) !important;
}

.sdp-row {
  padding: 0.8rem;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.sdp-row > div {
  margin-bottom: 0.2rem;
}

.sdp-container .border {
  border: solid 1.5px var(--border-color) !important;
}

.sdp-plz-info {
  color: white;
  font-size: 10pt;
}

.sdp-container form {
  margin: 0 !important;
  padding: 0.8rem;
  background: #006a5c;
}

.sdp-plz-row {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
}

.sdp-plz-row-inner {
  display: flex;
  gap: 0.5rem;
}

.sdp-plz {
  background: white !important;
  margin: 0 !important;
  width: 4rem !important;
}

.sdp-container h3,
.sdp-container summary {
  color: #007060 !important;
  margin-right: 0.2rem;

  /* display: block; */
}

.sdp-container details summary::-webkit-details-marker {
  /* display: none; */
}

.sdp-container h3,
.sdp-container p {
  display: inline-block;

  font-size: 0.8rem;
}

.sdp-line {
  width: 25ch;
  border-color: #007060;
}

/* table */

.sdp-container table {
  margin: 0;
  margin-bottom: 1rem;
}

.sdp-container summary {
  margin-left: 0.8rem;
  margin-bottom: 0.4rem;
}

.sdp-container th,
.sdp-container td {
  /* border: solid 1px rgb(220, 220, 220) !important; */
  border: none !important;
  background: white;
  color: black;
  font-weight: normal;
  text-transform: none;
  padding: 0.6rem 0.8rem;
  font-size: 10pt;
}

.sdp-container th {
  border-top: solid 1px rgb(220, 220, 220) !important;
}

.sdp-container th + th,
.sdp-container td + td {
  border-left: solid 1px rgb(220, 220, 220) !important;
}

.sdp-container td {
  border-top: solid 1px rgb(220, 220, 220) !important;
}

.sdp-container tr:last-child {
  border-bottom: solid 1px rgb(220, 220, 220) !important;
}

.sdp-container th {
  font-size: 12pt;
  /* font-weight: bold; */
}

/* button */

.sdp-primary-button {
  padding: 8px 1rem !important;

  /* font-weight: bold; */
  font-size: 14px !important;

  border: none;

  cursor: pointer;
  color: white !important;
  background: #f07d04 !important;
  border-radius: 0px !important;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.sdp-primary-button:hover {
  color: white !important;
  opacity: 0.8;
}
