.tw-pogoda .tw-pogoda-now { text-align: center; padding: 1em; }
.tw-pogoda .tw-temp { font-size: 3em; font-weight: 700; color: #f59e0b; line-height: 1; }
.tw-pogoda .tw-desc { font-size: 1.1em; text-transform: capitalize; margin: 0.3em 0; }
.tw-pogoda .tw-meta { color: #6b7280; font-size: 0.9em; }
.tw-pogoda .tw-pogoda-days { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 0.5em; margin-top: 0.5em; }
.tw-pogoda .tw-day { background: #fff; padding: 0.7em; border-radius: 6px; border: 1px solid #e5e7eb; text-align: center; }
.tw-pogoda .tw-day-name { font-size: 0.85em; color: #6b7280; }
.tw-pogoda .tw-day-temp { font-size: 1.3em; font-weight: 600; color: #f59e0b; }
.tw-pogoda .tw-day-desc { font-size: 0.8em; text-transform: capitalize; }
