.elementor-416 .elementor-element.elementor-element-1f9483f7{--display:flex;--padding-top:160px;--padding-bottom:60px;--padding-left:16px;--padding-right:16px;}/* Start custom CSS for shortcode, class: .elementor-element-6d21bf1 *//* --- Support Candy: Form Layout & Spacing --- */
#wpsc-container .wpsc-shortcode-container {
    padding: 20px;
}

#wpsc-container .wpsc-create-ticket {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; /* Offsets column padding to align with container edges */
}

#wpsc-container .wpsc-tff {
    padding: 0 10px;
    margin-bottom: 24px !important;
}

/* --- Support Candy: Labels and Helpers --- */
#wpsc-container .wpsc-tff-label {
    font-weight: 600 !important;
    color: #374151 !important; /* Dark slate */
    margin-bottom: 8px !important;
    display: block;
}

#wpsc-container .required-indicator {
    color: #ef4444 !important; /* Crisp red for required asterisk */
    margin-left: 4px;
}

#wpsc-container .extra-info {
    display: block;
    font-size: 0.875rem !important;
    color: #6b7280 !important; /* Lighter gray for helper text */
    margin-bottom: 8px !important;
    line-height: 1.4;
}

/* --- Support Candy: Inputs & Textareas --- */
#wpsc-container .wpsc-tff input[type="text"],
#wpsc-container .wpsc-tff textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #d1d5db !important; /* Light gray border */
    border-radius: 4px !important;
    background-color: #ffffff !important;
    color: #111827 !important;
    font-size: 1rem !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
    line-height: 1.5 !important;
    min-height: 45px !important;
}

#wpsc-container .wpsc-tff textarea {
    min-height: 120px;
    resize: vertical; /* Allows users to resize vertically but not break layout */
}

/* Active/Focus State */
#wpsc-container .wpsc-tff input[type="text"]:focus,
#wpsc-container .wpsc-tff textarea:focus {
    border-color: #22c55e !important; /* Brand green */
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1) !important; /* Subtle green glow */
}

/* --- Support Candy: Select2 Dropdowns (Updated) --- */
#wpsc-container .wpsc-tff .select2-container .select2-selection--single {
    min-height: 46px !important; /* Forces height to match text inputs */
    display: flex !important;
    align-items: center !important; /* Vertically centers text/placeholder */
    padding: 0 14px !important; 
    border: 1px solid #d1d5db !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease !important;
}

#wpsc-container .wpsc-tff .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    line-height: 1.5 !important;
    color: #111827 !important;
    width: 100%; /* Ensures the empty container spans full width */
}

/* Vertically center the dropdown arrow */
#wpsc-container .wpsc-tff .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 12px !important;
    display: flex !important;
    align-items: center !important;
}

/* Select2 Focus State */
#wpsc-container .wpsc-tff .select2-container--open .select2-selection--single {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1) !important;
}

/* --- Support Candy: Form Action Buttons Area --- */
#wpsc-container .wpsc-ct-actions {
    padding: 24px 10px 0 !important;
    border-top: 1px solid #e5e7eb !important;
    margin-top: 8px !important;
    display: flex;
    gap: 12px; /* Spaces out the submit and reset buttons */
    align-items: center;
}

/* --- Support Candy: File Upload Field --- */
#wpsc-container .wpsc-tff input[type="file"] {
    width: 100% !important;
    padding: 8px !important; /* Slightly less padding to accommodate the inner button */
    border: 1px dashed #d1d5db !important; /* Dashed border for a "dropzone" feel */
    border-radius: 4px !important;
    background-color: #f9fafb !important; /* Very light gray background */
    color: #6b7280 !important; /* Muted text for the "No file chosen" text */
    cursor: pointer;
    transition: all 0.2s ease !important;
    line-height: normal !important;
}

/* Overall hover state for the upload area */
#wpsc-container .wpsc-tff input[type="file"]:hover {
    border-color: #22c55e !important; /* Brand green */
    background-color: #f0fdf4 !important; /* Very light green */
}

/* Style the actual "Choose Files" button inside the input (Modern Browsers) */
#wpsc-container .wpsc-tff input[type="file"]::file-.elementor-416 .elementor-element.elementor-element-6d21bf1-button {
    background-color: #ffffff !important;
    border: 1px solid #22c55e !important; /* Matches your secondary buttons */
    color: #22c55e !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin-right: 16px !important;
    transition: all 0.2s ease-in-out !important;
}

#wpsc-container .wpsc-tff input[type="file"]::file-.elementor-416 .elementor-element.elementor-element-6d21bf1-button:hover {
    background-color: #22c55e !important;
    color: #ffffff !important;
}

/* Fallback for older WebKit browsers (Safari/Chrome) */
#wpsc-container .wpsc-tff input[type="file"]::-webkit-file-upload-button {
    background-color: #ffffff !important;
    border: 1px solid #22c55e !important;
    color: #22c55e !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin-right: 16px !important;
    transition: all 0.2s ease-in-out !important;
}

#wpsc-container .wpsc-tff input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #22c55e !important;
    color: #ffffff !important;
}

/* Spacing for when files are actually attached and displayed below the input */
#wpsc-container .wpsc-editor-attachment-container {
    margin-top: 12px !important;
}/* End custom CSS */