/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.question-container {
  margin-bottom: 0;
  padding: 6px 0;
  border-style:groove;
}


.asterisk {
    display: none;
    
}

.js .ls-hidden {
    opacity:0.3;
    display: flex !important;
}

.ffq2_food .col-12 {
    width:50%;
}

.ffq2 .question-help-container {
    text-align: right;
    width:50%;
}
.ffq2 .answer-container {
    width:50%;
}

.ffq2_food .question-help-container {
 padding-left:25%;
}


#welcome-container {
    max-width:2000px;

}

.dife_logo {
    max-width:800px;
}





/* --- Footer Layout --- */
.site-footer {
    background-color: #f8f8f8; /* Light background for visibility */
    padding: 20px 0; /* Vertical padding */
    border-top: 1px solid #eee; /* Optional separation line */
}

/* --- Flexbox for Side-by-Side Links --- */
.footer-navigation {
    display: flex; /* Activates Flexbox on the parent container */
    justify-content: center; /* Centers the links horizontally */
    align-items: center; /* Vertically aligns items */
    max-width: 900px; /* Optional: Constrains the width of the link group */
    margin: 0 auto; /* Centers the whole block on the page */
}

/* Remove bullet points and ensure proper spacing */
.nav-list {
    display: flex; /* Makes the list items appear side-by-side */
    list-style: none; /* Removes default bullet points */
    padding: 0;
    margin: 0;
    gap: 25px; /* Creates a gap of 25px between the two links */
}

/* Styling for the individual link items */
.nav-item a {
    text-decoration: underline; /* Removes the underline */
    color: #14AE5C; /* Darker text color */
    padding: 5px 0;
    display: block; /* Makes the entire area clickable/padded */
}

.nav-item a:hover {
    text-decoration: underline; /* Example hover effect */
    color: #007bff; /* Example hover color */
}
