.elementor-21841 .elementor-element.elementor-element-04c16a3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c12db17 */.score-converter{
    border: 1px solid black;
    border-radius: 4px;
    padding: 16px 36px 32px;
    background-color: white; 
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.score-converter p{
    color: black;
    margin-top: 16px;
    line-height: 1;
}

.sat-score-title{
    border: 1px solid black;
    border-radius: 4px;
    padding: 0px 16px;
    background-color: white; 
    margin-top: -40px !important; 
    margin-left: -16px; 
    width: fit-content;
    background-color: #E7DBFF;
}

.psat-score-container{
    display: flex;
    
    flex-direction: column;
}

.sat-conversion-button{
    background-color: #8356df;
    color: white;
    border: 1px solid #8356df;
    height: 50px;
    width: 100px !important;
    margin-top: 16px;
}

.sat-conversion-button:hover{
    opacity: 0.9;
}

.score-converter-input, button{
    padding: 8px;
    border-radius: 4px !important;
}

.score-converter-input{
    border: 1px solid grey;
    width: 360px !important;
}

.score-converter-input:focus{
    border: 1px solid black;
}

.error-warning{
    color: red !important;
    font-size: 14px;
    display: none;
    margin-bottom: 0;
}

.show-warning{
    display: block !important;
}

@media screen and (max-width: 767px) {
    .score-converter-input{
        width: 200px !important;
    }

    .score-converter{
        padding: 16px 8px !important;
    }
    
    .sat-score-title{
        margin-left: 4px !important;
    }
}/* End custom CSS */