#wdlook-wordMeaningModal{
    display:none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0);
}

.wdlook-word-modal-content{
    background-color: #fff;
    margin: auto;
    padding: 10px 20px;
    border-radius: 8px;
    width: 20%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}
.wdlook-close-wrapper{
    
    display: flex;
    justify-content: flex-end;
}