/* Static-restore helpers for the kennymarchant.com archival copy. */

.restore-form-success {
  font-family: inherit;
  margin: 1.5em 0;
  padding: 1.25em 1.5em;
  border: 1px solid #b8c4cc;
  border-left: 4px solid #1c3d5a;
  background: #f4f7f9;
  color: #1c3d5a;
  font-size: 1rem;
  line-height: 1.5;
}

.restore-form-success p {
  margin: 0;
}

/* Applied by restore.js when the Squarespace slideshow script did not
   initialize: collapse stacked banner galleries to their first slide
   instead of showing every slide in a vertical pile. */
.restore-collapse-gallery .slide {
  display: none !important;
}

.restore-collapse-gallery .slide:first-child {
  display: block !important;
}
