/**
 * MedGtranslatePro - Base CSS
 * Common styles for all designs
 * @author Mediacom87
 */

body {
    top: 0 !important;
}

/* Base wrapper */
.medgtranslatepro-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/* Flag base styles */
.gtranslate-flag {
    display: inline-block;
    width: 20px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Scrollbar styling */
.gtranslate-lang-list::-webkit-scrollbar,
.gtranslate-modern-grid::-webkit-scrollbar {
    width: 6px;
}

.gtranslate-lang-list::-webkit-scrollbar-track,
.gtranslate-modern-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.gtranslate-lang-list::-webkit-scrollbar-thumb,
.gtranslate-modern-grid::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.gtranslate-lang-list::-webkit-scrollbar-thumb:hover,
.gtranslate-modern-grid::-webkit-scrollbar-thumb:hover {
    background: #999;
}
