

#explanationText{
    padding: 1.5em;
}

#trueInputLabel {
    padding-left: 1.5em;
    font-family: "Avenir Next", "Avenir Next LT", "Avenir", "Helvetica Neue", Arial, sans-serif;
}

#trueInputContainer{
    width: clamp(1.50em, 1.75em, 2em);
}

/* sections */

.section{
    position: relative;
    padding: 1.5em;
}

#sectionContainer{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: auto;
    align-content: center;
    gap: 0.5em;
}

#section1{
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "Avenir Next", "Avenir Next LT", "Avenir", "Helvetica Neue", Arial, sans-serif;
}

#section2{
    visibility: hidden;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    
    gap: 1em;
}

#sec1{
    gap: 1em;
}

#sec2{
    position: relative;
}

#section2 button{
    background-color: #3EBEB1;
    border-radius: 0.5em;
    padding: 0.5em;
    border-width: 1px;
    border-color: gray;
}

#shotsInfoOutput1Div{
    font-size: clamp(1.25em, 1.5em, 1.75em);
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    position: relative;
    width: 10em;
    display: flex;
    flex-direction: row;
    gap: 0.5em;
}

#takeShotsButton{
    text-align: center;
}

#takeShotsButton button{
    color: #ffffff;
    background-color: #3EBEB1;
    font-size: clamp(1em, 1.05em, 1.1em);
    padding: 0.5em;
    border: 2px solid gray;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

#lottieAnimationMISS{
    display: none;
}

/* SECTION 2 STUFF */

#fnsAndQuickAdd{
    display: flex;
    flex-direction: column;
    gap: 1em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#fnsAndQuickAdd input{
    width: clamp(3em, 3.5em, 4em);
}


/* MOBILE STYLING */
@media (max-width: 600px){
    html, body{
        overflow-x: hidden;
    }
    
    #sectionContainer{
        flex-direction: column;
    }
    
    #section2{
        margin-left: 0;
        margin-right: 0;
    }
    
    .headerImage{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0.25em;
    }
    
    .pageHeader{
        display: flex;
        flex-direction: column;
        gap: 0.75em;
    }    
    
    svg{
        max-width: 100%;
        height: auto;
    }
    
    #graphOutput{
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    
    /* Ensure fixed-width elements don't overflow */
    #shotsInfoOutput1Div{
        width: 100%;
        max-width: 10em;
    }
}
