.ad-container {
      width: 100%;
      margin: 20px 0;
    }
  
    .mgid-ad {
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      padding: 12px;
    }
  
    .mgid-ad-link {
      text-decoration: none;
      color: #333;
      display: block;
    }
  
    .mgid-ad-img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      margin-bottom: 8px;
    }
  
    .mgid-ad-title {
      font-size: 16px;
      margin: 0 4px 0 0;
      font-weight: 600;
    }
  
    .mgid-ad-desc {
      font-size: 14px;
      color: #666;
      margin: 0;
      line-height: 1.4;
    }
  
    .mgid-ad-tag {
      font-size: 12px;
      color: #999;
      margin-bottom: 8px;
      display: inline-block;
    }