.elementor-315 .elementor-element.elementor-element-60c47c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;}#elementor-popup-modal-315{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-315 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-315 .dialog-close-button{display:flex;}#elementor-popup-modal-315 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-0d31b3f *//* Container Reset */
.gform_wrapper.gravity-theme {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 !important;
}

/* Heading Styling - Tightened */
.gform_heading {
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.5rem;
    display: none;
}

.gform_title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #1a1a1a;
    margin: 0;
}

/* Field Layout & Spacing - GAP REMOVED HERE */
.gfield {
    margin-bottom: 6px !important; /* Extremely tight vertical gap */
    padding: 0 !important;
}

/* Labels - Hugging the input */
.gfield_label {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    color: #333;
    margin-bottom: 4px !important; /* Minimal space between label and box */
}

.gfield_required {
    color: #e63946 !important;
    margin-left: 4px;
}

/* Input Styling - KEPT BIG AS REQUESTED */
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme select {
    width: 100%;
    padding: 12px 16px !important; /* Large, easy-to-tap fields */
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    font-size: 1rem !important;
    outline: none;
    box-sizing: border-box;
}

/* Name Fields Grid */
.ginput_container_name {
    display: flex;
    gap: 12px;
}

.gform-field-label--type-sub {
    font-size: 0.75rem !important;
    color: #6b7280;
    margin-top: 2px !important;
}

/* Price Section - Compact but clear */
.gfield_price {
    background: #f9fafb;
    padding: 12px !important;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-top: 4px !important;
}

.ginput_product_price {
    background: transparent !important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    color: #000 !important;
    padding: 0 !important;
}

/* Submit Button */
.gform_footer {
    padding: 0 !important;
    margin-top: 10px !important;
}

.gform_button {
    width: 100%;
    background-color: #000 !important;
    color: white !important;
    padding: 14px 24px !important; /* Keep button big to match inputs */
    font-size: 1rem !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer;
}

/* Hide background icon from your provided HTML */
input[type=email] {
    background-image: none !important;
}/* End custom CSS */