.actr-placeholder {
  display: block;
  width: 100%;
  margin: 20px auto;
}

.actr-empty {
  display: none;
}

.actr-banner {
  display: block;
  width: 100%;
  margin: 0 auto 22px auto;
  text-align: center;
  box-sizing: border-box;
}

.actr-banner-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 0;
  box-shadow: none;
}

.actr-banner-link:hover,
.actr-banner-link:focus {
  text-decoration: none;
}

.actr-headline {
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.actr-subheadline {
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0 0 10px 0;
  opacity: 0.88;
}

.actr-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.13);
}

.actr-button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  background: #111827;
  color: #fff;
}

.actr-sidebar-stack .actr-placeholder {
  margin-bottom: 26px;
}
