/*
Theme Name: KWh Predictor Theme
Theme URI: https://example.com/kwh-predictor
Author: Generated by assistant
Description: Lightweight theme that provides a shortcode to predict kWh price using Transelectrica estimated imbalance prices.
Version: 0.1
License: GPLv2 or later
*/

body{font-family: Arial, Helvetica, sans-serif;margin:0;padding:0;color:#222}
.kp-container{max-width:900px;margin:40px auto;padding:20px;border:1px solid #eee;border-radius:8px;background:#fff}
.kp-header{display:flex;align-items:center;gap:12px}
.kp-title{font-size:20px;margin:0}
.kp-controls{margin-top:12px}
.kp-controls input{padding:4px}
.kp-result{margin-top:12px;font-weight:600}
.kp-note{color:#666;font-size:13px;margin-top:8px}
#kp-refresh{padding:6px 10px;border-radius:4px;border:1px solid #ccc;background:#f6f6f6;cursor:pointer}

/* predictor chart sizing: larger vertical area and responsive */
#kp-chart{width:100%;height:360px !important;max-height:600px;display:block}
