/* Styling for the translation tooltip */
#dt-tooltip {
    background-color: #A9DCE8;
    color: #000000;
    position: relative;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    max-width: 300px;
    word-wrap: break-word;
}

.dt-error {
    margin: -10px;
    padding: 10px;
    background-color: #B72A45;
    color: #fff;
    border-radius: 4px;
}