.google-preferred-source .google-news-buttons img.google-news-link-logo {
  margin-right: 0.5rem;
  height: 24px;
  width: 24px;
}
.google-preferred-source.buttons {
  margin-bottom: 1rem;
}
.google-preferred-source.buttons .google-news-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  width: fit-content;
}
.google-preferred-source.buttons .google-news-buttons a.google-news-link > div {
  background-color: #FFF;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  padding: 0.5rem;
  min-height: 46px;
  max-width: 181px;
  align-items: center;
  border-radius: 0.25rem;
  border: #000 1px solid;
}
@media (min-width: 1024px) {
  .google-preferred-source.buttons .google-news-buttons a.google-news-link > div {
    display: inline-flex;
  }
}
.google-preferred-source.buttons .google-news-buttons .google-news-link-text {
  display: inline;
  flex: 1 1 auto;
  text-align: left;
}
.google-preferred-source.buttons .google-news-buttons i.fa {
  display: none;
}
.google-preferred-source.minimal {
  background-color: #000;
  padding: 0.75rem;
  margin-bottom: 1rem;
}
.google-preferred-source.minimal h3 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.google-preferred-source.minimal .google-news-buttons a.google-news-link > div {
  background-color: #fff;
  color: #000;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  min-height: 50px;
  align-items: center;
  border-radius: 0.25rem;
  border: #000 1px solid;
}
@media (min-width: 1024px) {
  .google-preferred-source.minimal .google-news-buttons a.google-news-link > div {
    display: inline-flex;
  }
}
.google-preferred-source.minimal .google-news-buttons .google-news-link-text {
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: left;
  display: inline;
  flex: 1 1 auto;
}
.google-preferred-source.minimal .google-news-buttons i.fa {
  display: inline-block;
}
.google-preferred-source.full {
  background-color: #E8E8E8;
  border-top: #000 1px solid;
  color: #000;
  padding: 1rem;
  margin-bottom: 1rem;
}
.google-preferred-source.full h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.google-preferred-source.full p {
  font-size: 1rem;
}
.google-preferred-source.full h3,
.google-preferred-source.full p {
  margin-bottom: 1rem;
}
.google-preferred-source.full .google-news-buttons {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .google-preferred-source.full .google-news-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.google-preferred-source.full .google-news-buttons a.google-news-link > div {
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  width: 100%;
  min-height: 50px;
  align-items: center;
  line-height: 1;
  border-radius: 0.25rem;
  border: #000 1px solid;
  display: flex;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .google-preferred-source.full .google-news-buttons a.google-news-link > div {
    display: inline-flex;
  }
}
.google-preferred-source.full .google-news-buttons .google-news-link-text {
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: left;
  display: inline;
  flex: 1 1 auto;
}
.google-preferred-source.full .google-news-buttons i.fa {
  display: inline-block;
}
