/* Google Preferred Source end-of-article CTA */
.ft-google-source {
  margin: 2rem 0 1.5rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #dadce0;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}

.ft-google-source__copy {
  flex: 1 1 220px;
  margin: 0;
  color: #202124;
  font-size: 1.125rem;
  line-height: 1.55;
}

.ft-google-source__copy strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #202124;
}

.ft-google-source__badge {
  flex: 0 0 auto;
  display: inline-block;
  line-height: 0;
}

.ft-google-source__badge img {
  display: block;
  width: 169px;
  height: auto;
  max-width: 100%;
}

@media (max-width: 480px) {
  .ft-google-source {
    padding: 1rem;
  }

  .ft-google-source__badge img {
    width: 150px;
  }
}
