/* Small larger-property surcharge table for $250 packages */
.re-size-fees {
  width: 100%;
  max-width: 390px;
  margin: -5px 0 16px;
  color: #777;
  font-size: 13px;
  line-height: 1.45;
}
.re-size-fees > span {
  display: block;
  margin-bottom: 4px;
}
.re-size-fees > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 2px 0;
}
.re-size-fees strong {
  color: #555;
  font-weight: 600;
  white-space: nowrap;
}
