.page-overlay {
  background: #575756;
  padding: 10px;
}

.page-overlay .close-button {
  color: #fff;
  right: 20px;
  top: 20px;
}

.page-overlay-mobile {
  margin: 0 1em 1em;
}

.page-overlay .overlay-info-text {
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.page-overlay .overlay-info-text > * {
  align-self: auto;
}

.page-overlay .overlay-info-text h3 {
  font-size: 16px !important;
  font-weight: 400;
  color: #fff;
}

.page-overlay-non-mobile .overlay-info-text h3 {
  max-width: 200px;
}

@media (max-width: 599px){
  .page-overlay-mobile .overlay-info-text h3 {
    max-width: 200px;
  }
}

.page-overlay .csc-default {
  margin-bottom: 0;
}

