/* Treffpunkt Sizilien – Wetter-Widget ([ts_wetter]) */
.ts-wx{--wx-blau:#167D9A;--wx-nacht:#0E4257;--wx-line:#d6e6ea;display:inline-block;min-width:240px;max-width:340px;border:1px solid var(--wx-line);border-radius:12px;padding:14px 16px;background:linear-gradient(160deg,#f3fafc 0%,#ffffff 60%);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#3F4142;line-height:1.4;}
.ts-wx__head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.3rem;}
.ts-wx__place{font-weight:700;color:var(--wx-nacht);font-size:1.02rem;}
.ts-wx__cond{font-size:.85rem;color:var(--wx-blau);font-weight:600;text-transform:lowercase;}
.ts-wx__main{display:flex;align-items:center;gap:14px;}
.ts-wx__temp{font-size:2rem;font-weight:800;color:var(--wx-nacht);line-height:1;}
.ts-wx__meta{list-style:none;margin:0;padding:0;font-size:.85rem;color:#54585a;display:grid;grid-template-columns:1fr 1fr;gap:1px 14px;}
.ts-wx__meta li{white-space:nowrap;}
.ts-wx__src{margin-top:.6rem;font-size:.7rem;color:#8aa0a8;}
.ts-wx--empty{color:#8aa0a8;font-size:.9rem;}
/* Erdbeben-Box [ts_erdbeben] */
.ts-eq{max-width:420px;border:1px solid #d6e6ea;border-radius:12px;padding:14px 16px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#3F4142;}
.ts-eq__head{font-weight:700;color:#0E4257;margin-bottom:.5rem;font-size:.98rem;}
.ts-eq__list{list-style:none;margin:0;padding:0;}
.ts-eq__list li{display:flex;align-items:baseline;gap:.6rem;padding:.35rem 0;border-top:1px solid #eef4f6;font-size:.9rem;}
.ts-eq__list li:first-child{border-top:0;}
.ts-eq__mag{flex:0 0 auto;font-weight:700;color:#7A2E35;min-width:62px;}
.ts-eq__place{flex:1 1 auto;color:#3F4142;}
.ts-eq__meta{flex:0 0 auto;color:#8aa0a8;font-size:.8rem;}
.ts-eq__src{margin-top:.6rem;font-size:.72rem;color:#8aa0a8;}
.ts-eq__src a{color:#167D9A;}
.ts-eq--empty{color:#8aa0a8;font-size:.9rem;}
/* Waldbrand-Box [ts_waldbrand] */
.ts-fire{max-width:480px;border:1px solid #e4d8c4;border-left:4px solid #C88A2D;border-radius:12px;padding:14px 16px;background:#fffaf2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#3F4142;line-height:1.45;}
.ts-fire__head{font-weight:700;color:#7A2E35;margin-bottom:.5rem;font-size:.98rem;}
.ts-fire__lead{margin:.2rem 0 .6rem;font-size:.92rem;}
.ts-fire__stats{list-style:none;display:flex;gap:20px;margin:.4rem 0 .6rem;padding:0;}
.ts-fire__stats li{display:flex;flex-direction:column;font-size:.7rem;color:#8a7a5a;text-transform:uppercase;letter-spacing:.02em;}
.ts-fire__stats li span{font-size:1.35rem;font-weight:800;color:#C88A2D;line-height:1.1;}
.ts-fire__upd{font-size:.78rem;color:#8a7a5a;margin:.2rem 0 .4rem;}
.ts-fire__note{font-size:.8rem;color:#6a5b3e;background:#f6edda;border-radius:8px;padding:.5rem .6rem;margin:.4rem 0;}
.ts-fire__src{font-size:.74rem;color:#8a8a8a;}
.ts-fire__src a{color:#167D9A;}

/* === Märkte (ts_maerkte) === */
.ts-markets{margin:1.5rem 0}
.ts-markets__hint{font-size:.85rem;line-height:1.45;color:#5b5f60;background:#F4EEE2;border:1px solid #E3D6BD;border-radius:8px;padding:.6rem .8rem;margin:0 0 1rem}
.ts-markets__filters{display:flex;flex-wrap:wrap;gap:1rem;margin:0 0 1.25rem}
.ts-markets__filters label{display:flex;flex-direction:column;font-size:.78rem;font-weight:600;color:#3F4142;gap:.3rem}
.ts-markets__filters select{font-size:.95rem;font-weight:400;padding:.5rem .7rem;border:1px solid #cfd4d6;border-radius:8px;background:#fff;min-width:190px;max-width:100%}
.ts-markets__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}
.ts-market-card{border:1px solid #e6e1d6;border-radius:12px;padding:1rem 1.1rem 1.1rem;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);display:flex;flex-direction:column}
.ts-market-card__badge{align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.22rem .55rem;border-radius:999px;color:#fff;margin-bottom:.55rem}
.ts-market-card__badge--storico{background:#7A2E35}
.ts-market-card__badge--settimanale{background:#167D9A}
.ts-market-card__badge--pesce{background:#243746}
.ts-market-card__badge--contadino{background:#6F7F32}
.ts-market-card__badge--pulci,.ts-market-card__badge--antiquariato{background:#C88A2D}
.ts-market-card__badge--artigianale{background:#9C5B2B}
.ts-market-card__badge--rionale{background:#3F4142}
.ts-market-card__name{font-size:1.05rem;margin:0 0 .15rem;line-height:1.25}
.ts-market-card__place{font-size:.82rem;color:#6b6f70;margin:0 0 .7rem}
.ts-market-card__facts{margin:0 0 .6rem;display:grid;gap:.35rem}
.ts-market-card__facts div{display:grid;grid-template-columns:5.5rem 1fr;gap:.5rem;font-size:.86rem;line-height:1.35}
.ts-market-card__facts dt{font-weight:600;color:#3F4142;margin:0}
.ts-market-card__facts dd{margin:0;color:#333}
.ts-market-card__note{font-size:.85rem;line-height:1.45;color:#444;margin:.2rem 0 0;border-top:1px solid #f0ece2;padding-top:.55rem}
.ts-markets__none{font-size:.95rem;color:#6b6f70;padding:1rem 0}
.ts-markets--empty{font-size:.95rem;color:#6b6f70;padding:.8rem 0}
@media (max-width:480px){.ts-markets__filters select{min-width:100%}.ts-markets__filters label{flex:1 1 100%}}
.ts-markets__types{display:flex;flex-wrap:wrap;gap:.5rem;margin:-.25rem 0 1.25rem}
.ts-markets__type{font-size:.82rem;font-weight:600;padding:.4rem .85rem;border:1px solid #cfd4d6;border-radius:999px;background:#fff;color:#3F4142;cursor:pointer;line-height:1.1}
.ts-markets__type:hover{border-color:#167D9A;color:#167D9A}
.ts-markets__type.is-active{background:#167D9A;border-color:#167D9A;color:#fff}
.ts-news-card__date{font-size:.78rem;color:#7A2E35;font-weight:700;letter-spacing:.02em;margin:0 0 .25rem}
.ts-market-card__badge--news{background:#167D9A}
.ts-news-card .ts-market-card__name a{color:inherit;text-decoration:none}
.ts-news-card .ts-market-card__name a:hover{text-decoration:underline}

/* === Wetter-Icons & Sub-Elemente (ts_wetter) === */
.ts-ic{width:1.05em;height:1.05em;display:inline-block;vertical-align:-.15em;flex:0 0 auto}
.ts-wx__m{display:inline-flex;align-items:center;gap:.32em}
.ts-wx__mic{display:inline-flex;align-items:center;opacity:.9}
.ts-wx__val{font-weight:600}
.ts-wx__cico{display:none}
.ts-wx__live{display:none}
.ts-wx__fc{display:none}
