/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.1.1747743501
Updated: 2025-05-20 12:18:21

*/
/* Make sure the form elements stack vertically and are full-width */
/* Wrapper: keep full width and vertical stacking */
#fluentform_4 {
  display: flex;
  flex-direction: column;
  gap: 1em;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

#fluentform_4 input[type="email"] {
  width: 100% !important;
  max-width: 500px;
  display: block;
  box-sizing: border-box;
  padding: 0.75em;
  font-size: 1em;
  margin: 0 auto !important; /* centers input if narrower than container */
  position: static !important;
  z-index: 2;
}

/* Button Wrapper: full width with centered content */
#fluentform_4 .ff_submit_btn_wrapper {
  width: 100%;
  margin: 0 !important;
  position: static !important;
  z-index: 2;
  display: flex;
  justify-content: center;
}

/* Button: smaller, no width forcing, margin for spacing */
#fluentform_4 .ff-btn-submit {
  width: auto !important;
  padding: 0.5em 1.5em;
  font-size: 1em;
  border-radius: 6px;
  cursor: pointer;
  position: static !important;
  margin-top: 0.5em; /* ensure some space below input */
  z-index: 2;
}
