/* ================================================================
   newsletter/leaning-from-movies — local.css
   ================================================================ */

.nl-tip {
  background: rgba(70,162,218,.08);
  border-radius: 8px;
  padding: .9rem 1.2rem 1rem;
  margin: 1.2rem 0 1.4rem;
}
.nl-tip p {
  font-size: .92rem;
  color: var(--blue);
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 .4rem;
}
.nl-tip p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .nl-tip {
    padding: .75rem 1rem .85rem;
  }
}
