{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/featured-tours",
  "title": "Featured Tours",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Displays Tours with the Featured tag.",
  "icon": "palmtree",
  "keywords": [
    "featured",
    "tours",
    "highlight"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Featured Tours"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/heading",
            {
              "content": "Featured Tours",
              "textAlign": "center"
            }
          ],
          [
            "core/group",
            {
              "style": {
                "spacing": {
                  "blockGap": "2rem"
                }
              },
              "layout": {
                "type": "grid",
                "columnCount": 2
              }
            },
            [
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "🌟 Classic Safari Adventure",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Award-winning 8-day safari experience featuring the Big Five and luxury accommodations."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "🌟 Cultural Heritage Explorer",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Featured cultural journey exploring ancient traditions and historical landmarks."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "🌟 Mountain Expedition Plus",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Premium mountain trekking adventure with expert guides and exclusive access."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "🌟 Coastal Paradise Tour",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Featured coastal experience with pristine beaches and marine wildlife encounters."
                    }
                  ]
                ]
              ]
            ]
          ]
        ]
      ]
    ]
  }
}