/* Submission Forms Styles for Illuminating */

/* ==========================================================================
   FORM COMPONENTS
   ========================================================================== */

/* Search input with icon */
.search-input-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    flex: 1;
    background: #FAFBFB;
    border: 1px solid #DADADA;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

/* Secondary reference toggle section */
.secondary-reference-hidden {
    display: none;
}

.secondary-reference-hidden.form-show-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    width: 624px;
    margin-bottom: 32px;
    background: #FAFBFB;
    border: 1px solid #DADADA;
    border-radius: 10px;
    border-left: 4px solid #DADADA;
}

/* Add reference button container */
.add-reference-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    width: 624px;
    margin-bottom: 32px;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

/* Primary submit button */
.submit-button-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 11.3728px 1px;
    gap: 9.62px;
    width: 624px;
    height: 44px;
    background: #D5FF2E;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #000000;
    border: none;
    cursor: pointer;
}

/* Cancel button */
.cancel-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 11.3728px 7px;
    gap: 9.62px;
    width: 68.75px;
    height: 29px;
    border: 0.874834px solid #DADADA;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #000000;
    text-decoration: none;
}

/* Add reference button */
.add-reference-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background: transparent;
    border: 1px solid #DADADA;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #000000;
    cursor: pointer;
}

/* Search button */
.search-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background: transparent;
    border: 1px solid #DADADA;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #000000;
    cursor: pointer;
}

/* Clear search button */
.clear-search-button {
    display: none;
    padding: 12px 16px;
    background: transparent;
    border: 1px solid #DADADA;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}

/* Close secondary reference button */
.close-reference-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #6D6D6D;
    cursor: pointer;
    border-radius: 4px;
}

/* ==========================================================================
   SPECIAL LAYOUTS
   ========================================================================== */

/* Jurisdiction options container */
.jurisdiction-options-container {
    /* Container for jurisdiction-specific fields */
}

/* State selection container */
.state-selection-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    width: 624px;
    margin-bottom: 32px;
}

/* LGA selection container */
.lga-selection-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    width: 624px;
    margin-bottom: 32px;
}

/* ==========================================================================
   EXAMPLE CONTENT
   ========================================================================== */

/* Example fact content */
.example-fact-content {
    width: 287px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #000000;
}

/* References section */
.references-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 287px;
}

/* References header */
.references-header {
    width: 103px;
    height: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
}

/* References list */
.references-text {
    width: 287px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6D6D6D;
}

/* References list styling */
.references-list {
    padding-left: 18px;
    margin: 0;
}

/* Review process text */
.review-process-text {
    width: 287px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6D6D6D;
}

/* Review process list */
.review-process-list {
    margin: 0;
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */

@media (max-width: 768px) {
    .submit-button-primary,
    .add-reference-container,
    .state-selection-container,
    .lga-selection-container {
        width: 100% !important;
    }
    
    .secondary-reference-hidden {
        width: 100% !important;
    }
    
    .example-fact-content,
    .references-section,
    .references-text,
    .review-process-text {
        width: 100% !important;
    }
}

/* ==========================================================================
   UTILITY CLASSES FOR FORMS
   ========================================================================== */

/* Hide elements */
.form-hidden {
    display: none;
}

/* Show elements as flex */
.form-show-flex {
    display: flex;
}

/* Show elements as block */
.form-show-block {
    display: block;
}

/* Full width containers */
.form-full-width {
    width: 100% !important;
}

/* Responsive width containers */
.form-responsive-width {
    width: 100%;
    max-width: 624px;
}