.wp-block-wp-tasty-tasty-links-featured {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 2rem auto;
  padding: 1.5rem 1rem; }
  .wp-block-wp-tasty-tasty-links-featured > h1,
  .wp-block-wp-tasty-tasty-links-featured > h2,
  .wp-block-wp-tasty-tasty-links-featured > h3,
  .wp-block-wp-tasty-tasty-links-featured > h4,
  .wp-block-wp-tasty-tasty-links-featured > h5,
  .wp-block-wp-tasty-tasty-links-featured > h6 {
    flex: 0 0 100%;
    margin-bottom: 1rem;
    text-align: center; }
  .wp-block-wp-tasty-tasty-links-featured .tasty-link-card {
    flex: 0 0 50%;
    padding: 0.5rem 0.5rem 1.5rem;
    text-align: center; }
    @media screen and (min-width: 500px) {
      .wp-block-wp-tasty-tasty-links-featured .tasty-link-card {
        flex: 0 0 33%; } }
    .wp-block-wp-tasty-tasty-links-featured .tasty-link-card p {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 0; }
      .wp-block-wp-tasty-tasty-links-featured .tasty-link-card p a {
        color: initial; }
    .wp-block-wp-tasty-tasty-links-featured .tasty-link-card span {
      font-size: 0.9em; }
    .wp-block-wp-tasty-tasty-links-featured .tasty-link-card img {
      height: 140px;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto; }

.tasty-links-general-disclaimer {
  flex: 0 0 100%;
  text-align: center; }

.tasty-links-plug {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1rem 0 2rem 0; }
  .tasty-links-plug img {
    display: block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    width: 125px; }
