{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "eventin-pro/event-faq",
  "title": "Event FAQ",
  "category": "eventin-blocks",
  "icon": "EnvironmentOutlined",
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "styleVariant": {
      "type": "string",
      "default": "style-1"
    },
    "containerClassName": {
      "type": "string"
    },
    "eventId": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "styles": {
      "type": "object",
      "default": {
        "Desktop": {
          ".eventin-block-container": {
            "margin": "0px 0px 0px 0px",
            "padding": "0px 0px 0px 0px",
            "width": "100%",
            "position": "relative",
            "zIndex": 0,
            "left": "0px",
            "right": "auto",
            "top": "0px",
            "bottom": "auto",
            "borderColor": "transparent",
            "borderStyle": "solid",
            "borderWidth": "0px",
            "borderRadius": "0px 0px 0px 0px",
            "boxShadow": "none"
          },
          ".eventin-block-container:hover": {},
          ".etn-faq-item .etn-faq-title": {
            "fontSize": "18px",
            "fontWeight": "600",
            "color": "#111111",
            "margin": "0",
            "padding": "0",
            "lineHeight": 1.5
          },
          ".etn-faq-content-text": {
            "fontSize": "16px",
            "fontWeight": "400",
            "color": "#8c8c8c",
            "margin": "0",
            "padding": "0",
            "lineHeight": 1.6
          }
        },
        "Tablet": {
          ".etn-faq-item .etn-faq-title": {
            "fontSize": "18px"
          },
          ".etn-faq-content-text": {
            "fontSize": "14px"
          }
        },
        "Mobile": {
          ".etn-faq-item .etn-faq-title": {
            "fontSize": "16px"
          },
          ".etn-faq-content-text": {
            "fontSize": "14px"
          }
        }
      }
    }
  },
  "supports": {
    "customClassName": true
  },
  "editorScript": "file:./index.js"
}