.rae-container {
    margin-bottom: 1em;
}
.rae-input {
    padding: 8px;
    font-size: 16px;
    width: 250px;
}
.rae-button {
    background-color: #002b5e;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 16px;
}
.rae-note {
    margin-top: 10px;
    font-size: 0.9em;
    color: #333;
}
.rae-modal {
    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.4);
}
.rae-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}
.rae-close {
    color: #002b5e;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}
.rae-definition {
    color: #000;
}
.rae-synonyms {
    margin-top: 5px;
    color: #000;
}
.rae-meta {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}
.rae-word-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.rae-word-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
