.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: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
          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 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-bottom: 1rem;
    text-align: center; }
  .wp-block-wp-tasty-tasty-links-featured .tasty-link-card {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    padding: 1.5rem 1rem;
    text-align: center; }
    @media screen and (min-width: 500px) {
      .wp-block-wp-tasty-tasty-links-featured .tasty-link-card {
        -webkit-box-flex: 0;
                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; }

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