.rssan-widget { font-family: inherit; }
.rssan-widget-error { padding: 10px 14px; background: #fde2e1; color: #7a1c14; border-radius: 6px; font-size: 13px; }
.rssan-empty { color: #6b7280; font-style: italic; }

/* Weather */
.rssan-weather { display: flex; align-items: center; gap: 12px; background: #eef4ff; border-radius: 10px; padding: 14px 18px; }
.rssan-weather-icon img { width: 56px; height: 56px; display: block; }
.rssan-weather-city { font-weight: 600; }
.rssan-weather-temp { font-size: 26px; font-weight: 700; line-height: 1; }
.rssan-weather-desc { color: #445; font-size: 13px; }
.rssan-weather-meta { color: #667; font-size: 12px; margin-top: 4px; }

/* Flights */
.rssan-flights { overflow: hidden; border: 1px solid #e2e4df; border-radius: 12px; background: #fff; color: #202423; }
.rssan-flight-board-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px; background: #252d29; color: #fff; }
.rssan-flight-board-label { display: block; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: #c4cec7; }
.rssan-flight-airport { display: block; font-size: 30px; font-weight: 750; line-height: 1.3; letter-spacing: .06em; overflow-wrap: anywhere; }
.rssan-flight-daily { flex-shrink: 0; border: 1px solid #58655b; border-radius: 20px; padding: 5px 9px; font-size: 10px; color: #e0e7e2; }
.rssan-flight-list { list-style: none; margin: 0; padding: 0 17px; }
.rssan-flight { display: grid; grid-template-columns: 67px minmax(0, 1fr); gap: 13px; margin: 0; padding: 18px 0; border-bottom: 1px solid #e9ece7; }
.rssan-flight:last-child { border-bottom: 0; }
.rssan-flight-time { border-right: 1px solid #e2e4df; padding-right: 10px; font-variant-numeric: tabular-nums; }
.rssan-flight-time strong { display: block; font-size: 20px; font-weight: 750; line-height: 1.2; letter-spacing: -.04em; }
.rssan-flight-time strong span { display: block; margin-top: 4px; font-size: 10px; letter-spacing: .04em; font-weight: 500; color: #69706d; }
.rssan-flight-time time > span { display: block; margin-top: 8px; font-size: 10px; color: #69706d; }
.rssan-flight-route { font-size: 13px; line-height: 1.45; font-weight: 650; overflow-wrap: anywhere; }
.rssan-flight-route > span { font-weight: 400; color: #69706d; }
.rssan-flight-airline { margin-top: 4px; font-size: 10px; line-height: 1.6; color: #69706d; overflow-wrap: anywhere; }
.rssan-flight-airline strong { color: #3c4841; font-weight: 650; }
.rssan-flight-status { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; padding: 3px 7px; border-radius: 4px; font-size: 9px; font-weight: 600; line-height: 1.4; background: #f0f2ee; color: #4d5b51; }
.rssan-flight-status::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.rssan-flight-status--blue { background: #edf3fb; color: #245c96; }
.rssan-flight-status--green { background: #edf5ef; color: #2c6644; }
.rssan-flight-status--red { background: #fbeeed; color: #a63830; }
.rssan-flight-status--amber { background: #faf1df; color: #835c10; }
.rssan-flight-more { border-top: 1px solid #e9ece7; }
.rssan-flight-more summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 17px; cursor: pointer; list-style: none; font-size: 11px; font-weight: 600; }
.rssan-flight-more summary::-webkit-details-marker { display: none; }
.rssan-flight-more summary:hover { background: #f8f9f6; }
.rssan-flight-more summary:focus-visible { outline: 2px solid #b4472d; outline-offset: -3px; }
.rssan-flight-count { display: inline-block; margin-left: 5px; padding: 1px 6px; border-radius: 20px; background: #eff1ed; color: #56635b; font-size: 10px; }
.rssan-flight-chevron { width: 6px; height: 6px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); margin: 0 3px 3px; }
.rssan-flight-more[open] .rssan-flight-chevron { transform: rotate(225deg); margin-top: 6px; }
.rssan-flights .rssan-flight-note { margin: 0; padding: 12px 17px; border-top: 1px solid #e9ece7; background: #f8f9f6; color: #69706d; font-size: 9px; line-height: 1.8; }

/* Events */
.rssan-events-list { list-style: none; margin: 0; padding: 0; }
.rssan-event-item { padding: 10px 0; border-bottom: 1px solid #e5e7eb; }
.rssan-event-title { font-weight: 600; text-decoration: none; }
.rssan-event-meta { font-size: 12px; color: #6b7280; display: flex; gap: 10px; margin-top: 2px; }

/* News list (shortcode/block reuse) */
.rssan-news-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.rssan-news-item { border-radius: 8px; overflow: hidden; background: #fff; border: 1px solid #e5e7eb; }
.rssan-news-thumb img { width: 100%; height: 140px; object-fit: cover; display: block; }
.rssan-news-body { padding: 12px 14px; }
.rssan-news-title { font-weight: 600; text-decoration: none; display: block; margin-bottom: 6px; }
.rssan-news-excerpt { font-size: 13px; color: #4b5563; }
.rssan-news-meta { font-size: 12px; color: #9ca3af; margin-top: 8px; }
