
#result {
    position: sticky;
    top: 70px;
    backdrop-filter: brightness(50%) blur(10px);
    padding: 20px;
    border-radius: 10px;
    min-width: 200px;
    border: 1px solid rgba(var(--color-bglight));
    grid-gap:50px;
    z-index: 1;
}
#result h3 {  
    font-size: 3rem;
    font-weight: bolder;
}



#toggle {
    grid-gap:50px;
}

#toggle > * {
    width: auto;
}




#tool { 
    grid-gap:30px;
}

#tool > * {
    display: flex;
    flex-direction: column;
    grid-gap:10px
}

.calc-container {
    display: flex;
    grid-gap:10px;
}

.calc-wrapper {
    display: flex;
    grid-gap:10px;
    flex-direction: column;
}