/* General styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Language flags */
.flag-icon {
    margin-right: 5px;
}

/* Term details */
.term-symbol {
    font-weight: bold;
    font-size: 1.2em;
}

/* Custom styling for language selection */
.language-selector {
    padding: 15px;
    margin-bottom: 20px;
}

.language-checkbox {
    margin-right: 15px;
}

/* Responsive tables */
@media screen and (max-width: 768px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
} 