/* Base styles */
.trending-memri-on-social-section-container .trending-memri-on-social-youtube-section {
    display: none;
  }
  .trending-memri-on-social-section-container.Youtube .trending-memri-on-social-youtube-section {
    display: unset;
  }
  .trending-memri-on-social-section-container .trending-memri-on-social-twitter-section {
    display: none;
  }
  .trending-memri-on-social-section-container.Twitter .trending-memri-on-social-twitter-section {
    display: unset;
  }
  .trending-memri-on-social-section-container .trending-memri-on-social-facebook-section {
    display: none;
  }
  .trending-memri-on-social-section-container.Facebook .trending-memri-on-social-facebook-section {
    display: unset;
  }
  .trending-memri-on-social-section-container .trending-memri-on-social-instagram-section {
    display: none;
  }
  .trending-memri-on-social-section-container.Instagram .trending-memri-on-social-instagram-section {
    display: unset;
  }
  .trending-memri-on-social-section-container .trending-memri-on-social-threads-section {
    display: none;
  }
  .trending-memri-on-social-section-container.Threads .trending-memri-on-social-threads-section {
    display: unset;
  }
  .trending-memri-on-social-section-container .trending-memri-on-social-tiktok-section {
    display: none;
  }
  .trending-memri-on-social-section-container.TikTok .trending-memri-on-social-tiktok-section {
    display: unset;
  }
  .trending-memri-on-social-section-container {
    margin: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
    
    .trending-memri-on-social-left-section,
    .trending-memri-on-social-right-section, 
    .trending-memri-on-social-youtube-section, 
    .trending-memri-on-social-twitter-section,
    .trending-memri-on-social-facebook-section,
    .trending-memri-on-social-instagram-section,
    .trending-memri-on-social-threads-section,
    .trending-memri-on-social-tiktok-section {
      flex: 1;
      padding: 20px;
      background-color: #F3F3F3;
      border-radius: 10px;
      margin-bottom: 20px;
      box-sizing: border-box;
    }
    .trending-memri-on-social-twitter-feed iframe {
      display: unset !important;
  }
    
    /* Media query for screens up to 768px */
    @media (max-width: 768px) {
      .trending-memri-on-social-section-container {
        margin: 25px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
      }
    
      .trending-memri-on-social-left-section,
      .trending-memri-on-social-right-section {
        margin: 0;
        width: 100%;
      }
    
      .trending-memri-on-social-right-section {
        order: -1;
      }
    }
    @media (max-width: 425px) {
      .trending-memri-on-social-section-container {
        margin: 0px !important;
      }
      .trending-memri-on-social-left-section,
      .trending-memri-on-social-right-section, 
      .trending-memri-on-social-youtube-section, 
      .trending-memri-on-social-twitter-section,
      .trending-memri-on-social-facebook-section,
      .trending-memri-on-social-instagram-section,
      .trending-memri-on-social-threads-section,
      .trending-memri-on-social-tiktok-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }
    }
    
    .trending-memri-on-social-content {
      text-align: center;
    }
    
    .trending-memri-on-social-header {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
    
    .trending-memri-on-social-icon-circle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .trending-memri-on-social-red {
      background-color: #A80022;
    }
    
    .trending-memri-on-social-blue {
      background-color: #1DA1F2;
    }
    
    .trending-memri-on-social-header h2 {
      margin-left: 10px;
      padding-right: 10px;
    }
    
    .trending-memri-on-social-subscribe-link {
      display: inline-block;
      margin-top: 20px;
      color: #A80022;
      text-decoration: underline;
    }
    
    .trending-memri-on-social-subscribe-link:hover {
      color: #7F001A;
    }
    
    .trending-memri-on-social-twitter-feed .twitter-tweet {
      margin: 0 auto;
    }