
.wwc-plugin-container {
    font-family: 'Inter', sans-serif;
    color: #334155;
    line-height: 1.5;
}

.weather-table-header {
    background-color: #4A90E2;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Fix for potential WP theme interference */
#world-weather-clock-root select,
#world-weather-clock-root input {
    margin: 0;
    font-size: 12px;
}
