{
  "theme_name": "Summer Campfire",
  "theme_description": "Playful summer-camp styling with sun-washed canvas, pine accents, and a storybook illustration anchored along the bottom.",
  "theme_category": "creative",
  "version": "1.0.0",
  "styles": {
    "form_style": {
      "default": {
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        }
      }
    },
    "page_style": {
      "default": {
        "background_mode": "image",
        "background-image": "frontend/images/themes/summer-campfire/summer-camp-hero.svg",
        "background_image_size": "cover",
        "background_image_position": "center bottom",
        "background_image_repeat": "no-repeat",
        "background-color": "rgba(255, 246, 229, 0.92)",
        "padding": {
          "top": "36px",
          "right": "36px",
          "bottom": "48px",
          "left": "36px"
        },
        "border": {
          "color": "rgba(46, 68, 52, 0.25)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "20px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "24px",
          "blur": "50px",
          "spread": "0px",
          "color": "rgba(120, 80, 40, 0.25)"
        }
      }
    },
    "row_style": {},
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.96)",
          "color": "#1b2520",
          "placeholder_color": "#8a8f82",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "#e3c79c",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "2px",
            "blur": "6px",
            "spread": "0px",
            "color": "rgba(0,0,0,0.05)"
          }
        },
        "hover": {
          "border": {
            "color": "#c99863"
          }
        },
        "focus": {
          "border": {
            "color": "#2f8f4c"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.96)",
          "color": "#1b2520",
          "placeholder_color": "#8a8f82",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "16px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "#e3c79c",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px"
        },
        "hover": {
          "border": {
            "color": "#c99863"
          }
        },
        "focus": {
          "border": {
            "color": "#2f8f4c"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.96)",
          "color": "#1b2520",
          "font-size": "15px",
          "padding": {
            "top": "12px",
            "right": "40px",
            "bottom": "12px",
            "left": "16px"
          },
          "border": {
            "color": "#e3c79c",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "12px",
          "custom_css": "appearance: none; background-color: rgba(255,255,255,0.9); background-image: none;"
        },
        "hover": {
          "border": {
            "color": "#c99863"
          }
        },
        "focus": {
          "border": {
            "color": "#2f8f4c"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#e4763a",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#f28f4f",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#c45b1d",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Cabin",
        "font-size": "15px",
        "font-weight": "600",
        "color": "#fff6e5",
        "letter-spacing": "0.4px",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#2f8f4c",
        "color": "#fffdf4",
        "padding": {
          "top": "12px",
          "right": "32px",
          "bottom": "12px",
          "left": "32px"
        },
        "border": {
          "color": "#287540",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "14px",
          "blur": "30px",
          "spread": "0px",
          "color": "rgba(47,143,76,0.25)"
        }
      },
      "hover": {
        "background-color": "#37a458",
        "border": {
          "color": "#37a458"
        }
      },
      "active": {
        "background-color": "#257042",
        "border": {
          "color": "#257042"
        }
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(255, 255, 255, 0.55)",
        "color": "#4b3622",
        "padding": {
          "top": "10px",
          "right": "24px",
          "bottom": "10px",
          "left": "24px"
        },
        "border": {
          "color": "rgba(247, 195, 141, 0.7)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "32px"
      },
      "hover": {
        "background-color": "rgba(255, 255, 255, 0.75)"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "single",
        "background-color": "#f28f4f",
        "color": "#2f2215",
        "padding": {
          "top": "11px",
          "right": "28px",
          "bottom": "11px",
          "left": "28px"
        },
        "border": {
          "color": "#f28f4f",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "32px"
      },
      "hover": {
        "background-color": "#f6a463"
      },
      "active": {
        "background-color": "#dd7a3c"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Cabin",
        "font-size": "32px",
        "font-weight": "700",
        "color": "#fff7e0",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "16px",
        "font-weight": "400",
        "color": "#f3e1c3",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Cabin",
        "font-size": "24px",
        "font-weight": "600",
        "color": "#fef6de",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "15px",
        "font-weight": "400",
        "color": "#f3e5c7",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Cabin",
        "font-size": "18px",
        "font-weight": "600",
        "color": "#f4eddc",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "14px",
        "font-weight": "400",
        "color": "#f0e2c5",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Cabin",
        "font-size": "14px",
        "font-weight": "600",
        "color": "#fdf0d8",
        "letter-spacing": "0.2px",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "font-weight": "400",
        "color": "#f5e7c9",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "font-weight": "600",
        "color": "#842029",
        "background-color": "rgba(220, 53, 69, 0.12)",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(220, 53, 69, 0.25)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Inter",
        "font-size": "13px",
        "font-weight": "500",
        "color": "#1d5c3b",
        "background-color": "rgba(52, 211, 153, 0.18)",
        "padding": {
          "top": "8px",
          "right": "12px",
          "bottom": "8px",
          "left": "12px"
        },
        "border": {
          "color": "rgba(16, 185, 129, 0.35)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "10px"
      }
    }
  }
}
