/* /wp-content/plugins/jin-visitor-stats/style.css */
#JIN_VISITOR_STATS { display:flex; flex-direction:column; gap:8px; border:1px solid #e0e0e0; padding:20px; border-radius:8px; background-color:#f9f9f9; font-size:1.0em; max-width:250px; }
#JIN_VISITOR_STATS .stats_item { display:flex; justify-content:space-between; align-items:center; padding:5px 0; border-bottom:1px solid #eee; }
#JIN_VISITOR_STATS .stats_item:last-child { border-bottom:none; }
#JIN_VISITOR_STATS .stats_label { color:#555; }
#JIN_VISITOR_STATS .stats_value { font-weight:bold; color:#000; }