.costtitle h1 + p {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 1.05em;
  margin-top: -0.95em;
}
.costtitle .section-heading {
  display: block;
}
#cabinetry-dropdown.dropdown-container {
  padding: 0 0 1.3em 0;
  margin-bottom: 3em;
}
#design-desc {
  position: relative;
}
#design-desc p {
  margin: 1em 0;
}
#design-details {
  margin-bottom: 2em;
}
#design-details strong {
  font-weight: 500;
} /*#costing-notice-dt {
	position: absolute;
	bottom: 0;
	max-width: 360px;
}#costing-notice-mob {
	display: none;
}*/
.cabinet-costs {
  margin-top: 0;
  margin-bottom: 1.75em;
  line-height: 1.5;
}
div table.cabinet-costs:last-child {
  margin: 0;
}
.cabinet-costs thead th {
  padding-top: 0;
  font-weight: 500;
  text-align: left;
}
.cabinet-costs tbody td {
  padding: 0.1em 1em 0.1em 0;
}
.cabinet-costs .ucost {
  text-align: right;
  padding-right: 0;
  width: 88px;
  vertical-align: top;
}
#cabinet-costs.grid-2-cols {
  column-gap: 10em;
  padding-inline: 0;
}
#cabinet-costs > div + div p {
  max-width: 78%;
}
#design-desc #costings-pnote {
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 0;
}

.cabinet-costs .frac {
  margin-left: 0.05em !important;
  letter-spacing: -0.02em !important;
  padding-right: 0em !important;
  font-size: 0.8em;
}
.cabinet-costs .frac sup {
  top: 0;
}
.cabinet-costs .frac sub {
  bottom: 0;
}
.cabinet-costs .frac sup,
.cabinet-costs .frac sub {
  font-size: 0.94em;
  line-height: 0;
  vertical-align: baseline;
}
.cabinet-costs .frac + .dim {
  margin-right: 0.1em !important;
  font-size: 0.8em !important;
  margin-left: -0.1em !important;
}

.cabinet-costs#cabinet-totals {
  margin-top: 2em;
  font-size: 1.1em;
}
.cabinet-costs#cabinet-totals td {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #cabinetry-dropdown.dropdown-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  #cabinet-costs.grid-2-cols {
    grid-template-columns: 1fr;
  }
  #costing-notice-dt {
    display: none;
  }
  #costing-notice-mob {
    display: block;
    margin-top: 2em;
  }
  #cabinet-costs > div + div {
    margin-top: 2em;
  }
  #cabinet-costs > div + div p {
    max-width: 100%;
  }
}

/* CHANGES */
#cabinetry-dropdown table {
  width: 100%;
}
#cabinetry-dropdown table tr td + td {
  text-align: right;
}
#cabinetry-dropdown.dropdown-container .hddn-content.open {
  cursor: auto;
}

div.dropdown-container .flex {
  column-gap: 1em;
}
