.takuma_weatherapi{color:var(--weatherapi-color)}.takuma_weatherapi .ce{text-align:center;color:var(--color-text)}.takuma_weatherapi .location span{display:block;font-size:20px}.takuma_weatherapi .days-wrap{display:flex;flex-direction:column;flex:1 1 70%}.takuma_weatherapi .days{width:100%;display:flex;flex-direction:column;justify-content:space-between;background:var(--weatherapi-bg);border-radius:var(--border-radius)}.takuma_weatherapi .day{display:flex;flex-direction:row;justify-content:center;align-items:center;border:1px solid rgba(255, 255, 255, 0.4)}.takuma_weatherapi .day svg{width:32px;height:32px;margin:12px 0}.takuma_weatherapi .day.default{font-size:14px;padding:12px 24px;border-width:1px 0 0 0;flex:1 1 auto}.takuma_weatherapi .day.special{flex-direction:row;flex:0 1 30%;justify-content:space-between;padding:24px;border:0}.takuma_weatherapi .day.special svg{width:64px;height:64px;margin:0}.takuma_weatherapi .date,.takuma_weatherapi .icon,.takuma_weatherapi .temperatures{flex:0 0 33.33%;display:flex}.takuma_weatherapi .icon{color:var(--weatherapi-color-icon);justify-content:center}.takuma_weatherapi .temperatures{display:flex;justify-content:space-between;color:var(--weatherapi-color-hot);width:100%;padding:0 12px}.takuma_weatherapi .temperatures span:last-child{color:var(--weatherapi-color-cold)}.takuma_weatherapi .temperature{text-align:center;font-size:14px}.takuma_weatherapi .temperature span{display:block;font-size:36px}@media (min-width:600px){.takuma_weatherapi .days-wrap{flex-direction:row}.takuma_weatherapi .days{flex-wrap:wrap;flex-direction:row}.takuma_weatherapi .day{flex-direction:column}.takuma_weatherapi .day.special{flex:1 1 100%;border:1px solid rgba(255, 255, 255, 0.4)}.takuma_weatherapi .day.default{border-width:0 0 0 1px;padding:12px}.takuma_weatherapi .date,.takuma_weatherapi .icon,.takuma_weatherapi .temperatures{flex:0 1 33.33%;display:flex}}@media (min-width:1024px){.takuma_weatherapi .day.special{flex:0 1 30%;border:0}}