/* PDP - Specials */
.pdp-property-widget-special-wrap { position: relative; padding: 1rem 1.5rem 0; }
.pdp-property-widget-special { margin-bottom: 2rem; }
.pdp-property-widget-special:last-child { margin-bottom: 0; }
.pdp-property-widget-special .card-header { background-color: hsl(var(--siteColor2)); color: hsl(var(--black)); font-size: 1.5rem; text-transform: none; }
.pdp-property-widget-special .card-body { background-color: hsla(var(--siteColor2), 10%); }
.pdp-property-widget-special p:empty { display: none; }
.pdp-property-widget-special p:last-child { margin-bottom: 0; }
@media (min-width: 1025px) {
  .pdp-property-widget-special-wrap { padding: 1rem 0 0; }
}
