.elementor-3232 .elementor-element.elementor-element-8630fc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(min-width:768px){.elementor-3232 .elementor-element.elementor-element-8630fc6{--content-width:1200px;}}@media(max-width:1024px) and (min-width:768px){.elementor-3232 .elementor-element.elementor-element-8630fc6{--content-width:759px;}}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-8630fc6 */.pittston-info {
  padding-left: 20px; /* Adds padding to the entire collapsible section. */
}

.pittston-info summary {
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  list-style: none;
  
  /* The key change: Cap the button's width at 400px. */
  max-width: 400px;
}

.pittston-info summary::before {
  content: "▶";
  margin-right: 10px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.pittston-info[open] summary::before {
  transform: rotate(90deg);
}

.pittston-info summary h2 {
  display: inline;
  margin: 0;
  font-size: 1em;
  flex-grow: 1;
}/* End custom CSS */