/* pilzverliebt.de - gemeinsames Basis-Stylesheet fuer alle oeffentlichen
   Seiten. Header/Footer-Breite ist FEST auf 1180px, damit sich das Menu
   nie zwischen Seiten verschiebt (frueher hatte jede Seite ihre eigene,
   leicht abweichende max-width - das verursachte sichtbares "Springen"
   der Navigation beim Seitenwechsel). Seiteninhalt (.page-wrap) darf pro
   Seitentyp eine andere, insgesamt aber schmalere Breite haben (z.B.
   Quiz/Konto bewusst schmal zum Lesen) - das betrifft nur den Inhalt
   darunter, nicht mehr den Header. */

@font-face {
  font-family: 'Liebe finden';
  src: url('/assets/fonts/liebe-finden.woff2') format('woff2'),
       url('/assets/fonts/liebe-finden.ttf') format('truetype');
  font-weight: normal; font-style: normal; font-display: swap;
}
:root {
  --moos: #F7F2E7; --moos-dunkel: #EEE5D2; --tinte: #241A10; --tinte-soft: #5C4E3C;
  --rot: #C81E14; --rot-dunkel: #8E140D; --gruen: #4B6B3E; --gruen-dunkel: #34492B;
  --linie: #E2D4B8; --weiss: #FFFDF8;
  --site-max-width: 1180px;
}
* { margin:0; padding:0; box-sizing:border-box; }
/* Reserviert die Scrollbar-Breite permanent, auch auf kurzen Seiten
   ohne eigenen Scrollbalken - verhindert das horizontale "Springen"
   des zentrierten Layouts beim Wechsel zwischen Seiten mit und ohne
   Scrollbar (z.B. innerhalb von /konto/*). */
html { scrollbar-gutter: stable; }
body { background:var(--moos); color:var(--tinte); font-family:'Public Sans',sans-serif; }
a { color: inherit; }

/* Gemeinsamer Seiten-Titel-Block (H1 + optionaler Subtitle direkt
   darunter). Uebernommen 1:1 aus dem bisherigen .search-hero auf
   suche.php, das als einzige Seite bereits einen sauberen Abstand
   zwischen Ueberschrift/Subtitel und dem Content darunter hatte -
   andere Seiten (z.B. vergleich.php, blog.php, rezepte.php) hatten
   ihr <h1>/<p class="subtitle"> direkt ohne Abstand vor dem Content
   stehen. .page-hero ist der empfohlene Wrapper fuer neue Seiten;
   .subtitle bekommt zusaetzlich eigenstaendig Farbe+Abstand, damit
   bestehende Seiten, die schon <p class="subtitle"> ohne Wrapper
   nutzen, ohne Markup-Aenderung sauber aussehen. */
h1 { font-family:'Baloo 2',sans-serif; font-weight: 700; font-size: clamp(26px, 4vw, 36px); margin-bottom: 8px; }
.page-hero { margin-bottom: 28px; }
.page-hero p { color: var(--tinte-soft); font-size: 15px; }
h1 + .subtitle { margin-top: 8px; }
.subtitle { color: var(--tinte-soft); font-size: 15px; margin-bottom: 28px; display: block; }

header { padding: 18px 24px; border-bottom: 1px solid var(--linie); background: var(--weiss); }
.header-inner { max-width: var(--site-max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.logo { display:inline-flex; align-items:center; gap:8px; text-decoration:none; color:var(--tinte); font-family:'Liebe finden',cursive; font-weight:normal; font-size:24px; flex-shrink: 0; }
.logo img { width: 30px; height: auto; }
nav.main-nav { display: flex; gap: 20px; font-size: 14.5px; font-weight: 600; flex-wrap: wrap; }
nav.main-nav a { text-decoration: none; color: var(--tinte-soft); white-space: nowrap; }
nav.main-nav a:hover { color: var(--rot); }

.nav-account { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav-account-chip { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--tinte); font-size: 13.5px; font-weight: 700; padding: 5px 10px 5px 5px; border-radius: 999px; background: var(--moos); border: 1px solid var(--linie); }
.nav-account-chip:hover, .nav-account-chip.active { border-color: var(--rot); color: var(--rot); }
.nav-account-avatar { width: 24px; height: 24px; border-radius: 50%; background: var(--rot); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11.5px; font-weight: 800; overflow: hidden; flex-shrink: 0; }
.nav-account-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nav-account-name { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-account-logout { font-size: 13px; font-weight: 600; color: var(--tinte-soft); text-decoration: none; white-space: nowrap; }
.nav-account-logout:hover { color: var(--rot); }
.nav-account-login { font-size: 13.5px; font-weight: 700; color: var(--tinte-soft); text-decoration: none; white-space: nowrap; }
.nav-account-login:hover { color: var(--rot); }
.nav-account-register.btn { padding: 8px 18px; font-size: 13px; }

footer { margin-top: 60px; padding: 24px; text-align: center; font-size: 12px; color: var(--tinte-soft); border-top: 1px solid var(--linie); }
footer a { text-decoration: none; }
footer a:hover { color: var(--rot); }
/* .footer-social Basis-Regeln entfernt (Sept. 2026) - der alte,
   einzeilige Footer, der diese Klasse als runde Icon-Buttons nutzte,
   wurde durch den mehrspaltigen .pv-footer ersetzt. Die aktiven Regeln
   dafuer stehen jetzt unter .pv-footer-social-col .footer-social. */

/* Gemeinsame Bausteine, die auf mehreren Seiten vorkommen. */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--rot); color: #fff; border: none; padding: 12px 26px; border-radius: 999px; font-weight: 700; font-size: 14.5px; cursor: pointer; text-decoration: none; }
.btn:hover { background: var(--rot-dunkel); }
.btn.ghost { background: var(--weiss); color: var(--tinte); border: 1px solid var(--linie); }
.btn.ghost:hover { background: var(--moos-dunkel); }
.badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; width: fit-content; }
.badge .dot { width: 6px; height: 6px; border-radius: 50%; }

/* Formular-Grundstile - werden von mehreren Seiten geteilt (Fund
   melden, Kontaktformulare, etc). Vorher nirgendwo definiert, wodurch
   z.B. /fund-melden.php komplett ungestylt (Browser-Default) daherkam. */
.form-card { background: var(--weiss); border: 1px solid var(--linie); border-radius: 14px; padding: 22px 24px; margin-bottom: 18px; }
.form-card h2 { font-family:'Baloo 2',sans-serif; font-size: 16px; margin-bottom: 4px; display:flex; align-items:center; gap:8px; }
.form-card .form-card-sub { font-size: 12.5px; color: var(--tinte-soft); margin-bottom: 16px; }
.field-row { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 4px; }
.field { flex: 1 1 220px; margin-bottom: 16px; }
.field.field-wide { flex-basis: 100%; }
label { display: block; font-size: 12px; font-weight: 700; color: var(--tinte-soft); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .02em; }
input[type=text], input[type=email], input[type=password], input[type=date], input[type=number], select, textarea {
  width: 100%; font-family: inherit; font-size: 14px; padding: 11px 13px; border: 1px solid var(--linie);
  border-radius: 9px; background: var(--weiss); color: var(--tinte); transition: border-color .15s;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus,
input[type=number]:focus, select:focus, textarea:focus { outline: none; border-color: var(--rot); }
textarea { resize: vertical; min-height: 80px; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235C4E3C' stroke-width='1.6' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-right: 34px; }
.field input[type=file] { width: 100%; font-size: 13px; padding: 9px 0; }
.checkbox-field { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--tinte); line-height: 1.5; cursor: pointer; }
.checkbox-field input[type=checkbox] { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--rot); flex-shrink: 0; cursor: pointer; }
.flash { padding: 12px 16px; border-radius: 10px; font-size: 13.5px; margin-bottom: 18px; }
.flash.error { background: #FBE4E1; color: var(--rot-dunkel); border: 1px solid #F1B8B1; }
.flash.ok { background: #E7EEE2; color: var(--gruen-dunkel); border: 1px solid #C5D8B9; }
.foot-links { font-size: 13px; color: var(--tinte-soft); }
.foot-links a { text-decoration: underline; }

/* Gemeinsames Confirm-Modal (ersetzt native confirm()-Dialoge), siehe app/inc/confirm_modal.php */
.confirm-modal-overlay { display:none; position:fixed; inset:0; background:rgba(36,26,16,0.55); align-items:center; justify-content:center; z-index:2000; padding:20px; }
.confirm-modal-overlay.open { display:flex; }
.confirm-modal-box { background:var(--weiss); border-radius:16px; padding:28px; max-width:420px; width:100%; }
.confirm-modal-box h3 { font-family:'Baloo 2',sans-serif; font-size:18px; margin-bottom:10px; color:var(--tinte); }
.confirm-modal-box p { font-size:13.5px; color:var(--tinte-soft); line-height:1.6; margin-bottom:0; }
.confirm-modal-actions { display:flex; gap:10px; margin-top:20px; }
.confirm-modal-actions button { flex:1; text-align:center; justify-content:center; display:inline-flex; align-items:center; padding:10px 18px; border-radius:999px; font-weight:700; font-size:13.5px; cursor:pointer; font-family:inherit; }
.confirm-modal-actions .cm-cancel { background:transparent; color:var(--tinte-soft); border:1px solid var(--linie); }
.confirm-modal-actions .cm-cancel:hover { border-color:var(--tinte-soft); color:var(--tinte); }
.confirm-modal-actions .cm-ok { background:var(--rot); color:#fff; border:none; }
.confirm-modal-actions .cm-ok:hover { background:var(--rot-dunkel); }

/* Speisewert-Icon in Essbarkeits-Badges (ersetzt den reinen Farbpunkt .dot) */
.badge .speisewert-icon { width: 15px; height: 15px; border-radius: 50%; display: inline-block; flex-shrink: 0; }

/* ===================================================================
   PV-HERO: Dunkler Kopfbereich im Stil des YouTube-Kanalbanners.
   Ersetzt den bisherigen schlichten <header>, die helle Subnav mit
   Login/Account/Menue bleibt darunter unveraendert bestehen (jetzt in
   .pv-subnav). Schriftart Wortmarke/Claim: Archivo / Archivo Black
   (siehe Google-Fonts-Link in site_top.php).
   =================================================================== */
.pv-hero {
  position: relative;
  background: var(--pv-hero-bild, url('/assets/img/hero-wald.jpg')) center 38% / cover no-repeat;
  background-color: #1a140d;
  border-bottom: 5px solid var(--rot);
  padding: 28px 24px 26px;
}
/* Kein CSS-Blur/Abdunklung mehr hinter dem Text (Sept. 2026 wieder
   entfernt - wirkte trotz mehrerer Anlaeufe visuell nicht ueberzeugend).
   Lesbarkeit wird stattdessen durch das Bild selbst sichergestellt:
   im Admin unter Website-Einstellungen ein Hintergrundbild waehlen,
   das im dafuer vorgesehenen Bereich bereits ausreichend dunkel/ruhig
   ist (z.B. direkt beim Foto-Export leicht abgedunkelt). */
.pv-hero-inner { position: relative; }
.pv-hero-inner {
  max-width: var(--site-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* Links: Eyebrow + Kurzlinks (frei belegbar ueber $pvHeroLinks) */
.pv-hero-left { flex: 0 0 auto; min-width: 170px; }
.pv-hero-eyebrow {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px;
  letter-spacing: .16em; text-transform: uppercase; color: #E8A23A;
  margin-bottom: 12px;
}
.pv-hero-links { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.pv-hero-links a {
  font-family: 'Public Sans', sans-serif; font-weight: 600; font-size: 14.5px;
  color: var(--weiss); text-decoration: none; opacity: .92;
}
.pv-hero-links a:hover { color: var(--rot); opacity: 1; }

/* Mitte: Logo-Rondell + Wortmarke + Claim - der eigentliche "Banner"-Teil */
.pv-hero-brand { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; gap: 26px; min-width: 0; }
.pv-hero-mark { flex-shrink: 0; display: block; width: 108px; height: 108px; border-radius: 50%; background: var(--weiss); box-shadow: 0 10px 26px rgba(0,0,0,.35); overflow: hidden; }
.pv-hero-mark img { width: 100%; height: 100%; object-fit: contain; padding: 20px; box-sizing: border-box; display: block; }
.pv-hero-wordmark-block { min-width: 0; }
.pv-hero-wordmark {
  display: block; font-family: 'Archivo Black', 'Archivo', sans-serif; font-weight: 400;
  font-size: clamp(34px, 4.6vw, 68px); line-height: 1; letter-spacing: .01em;
  color: var(--weiss); text-decoration: none; white-space: nowrap;
}
.pv-hero-claim {
  display: flex; align-items: center; gap: 14px; margin-top: 14px;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: clamp(14px, 1.5vw, 20px);
  letter-spacing: .1em; text-transform: uppercase; color: var(--weiss); white-space: nowrap;
}
.pv-hero-claim-bar { width: 46px; height: 4px; background: var(--rot); flex-shrink: 0; }

/* Rechts: austauschbare CTA-Box (z.B. naechster Livestream/Video) */
.pv-hero-cta {
  flex: 0 0 auto; display: flex; flex-direction: column; justify-content: center; gap: 3px;
  background: var(--rot); color: var(--weiss); text-decoration: none;
  padding: 14px 22px; min-width: 200px; box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.pv-hero-cta:hover { background: var(--rot-dunkel); }
.pv-hero-cta-label { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.pv-hero-cta-sub { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; opacity: .92; }
.pv-hero-cta-spacer { flex: 0 0 auto; width: 170px; }

/* Subnav: bisherige helle Menueleiste, jetzt als eigener Streifen
   unterhalb des Hero (frueher Teil von <header>). Uebernimmt die
   bestehenden Regeln fuer nav.main-nav / .nav-account 1:1. */
.pv-subnav { background: var(--weiss); border-bottom: 1px solid var(--linie); padding: 14px 24px; }
.pv-subnav-inner { max-width: var(--site-max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .pv-hero-inner { flex-wrap: wrap; justify-content: center; text-align: center; }
  .pv-hero-left { order: 3; flex-basis: 100%; text-align: center; }
  .pv-hero-links { align-items: center; }
  .pv-hero-brand { order: 1; flex-basis: 100%; flex-direction: column; gap: 14px; }
  .pv-hero-claim { justify-content: center; }
  .pv-hero-cta { order: 2; align-items: center; text-align: center; }
  /* Gestapeltes Layout ist hoeher & schmaler als am Desktop - die
     Blur-Flaeche deckt hier fast die volle Breite ab, damit keine
     schmale, sichtbare Ellipse mitten im Header entsteht. */
}

/* ===================================================================
   PV-BURGER: Mobiles Menue fuer die Subnav. Auf schmalen Screens
   (< 860px) werden die Menuepunkte + Login/Account hinter einem
   Burger-Icon versteckt, statt untereinander die Seite zu fuellen.
   Umgesetzt per Checkbox-Hack (kein zusaetzliches JS noetig).
   =================================================================== */
.pv-menu-toggle-input { display: none; }
.pv-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 30px; height: 30px; cursor: pointer; flex-shrink: 0; }
.pv-burger span { display: block; width: 100%; height: 2.5px; background: var(--tinte); border-radius: 2px; transition: transform .2s, opacity .2s; }

.pv-mobile-panel {
  display: none;
  position: absolute; top: 100%; left: 0; right: 0; z-index: 200;
  background: var(--weiss); border-bottom: 1px solid var(--linie);
  box-shadow: 0 14px 30px rgba(36,26,16,.14);
  padding: 8px 24px 20px;
}
.pv-mobile-nav { display: flex; flex-direction: column; }
.pv-mobile-nav a { text-decoration: none; color: var(--tinte); font-weight: 600; font-size: 16px; padding: 13px 2px; border-bottom: 1px solid var(--linie); }
.pv-mobile-nav a:last-child { border-bottom: none; }
.pv-mobile-nav a.active { color: var(--rot); }
.pv-mobile-account { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 16px; }

.pv-mobile-backdrop { display: none; position: fixed; inset: 0; background: rgba(36,26,16,.35); z-index: 150; }

@media (max-width: 860px) {
  .pv-subnav { position: relative; }
  .pv-subnav-inner .main-nav,
  .pv-subnav-inner .nav-account { display: none; }
  .pv-burger { display: flex; }
  .pv-menu-toggle-input:checked ~ .pv-subnav-inner .pv-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .pv-menu-toggle-input:checked ~ .pv-subnav-inner .pv-burger span:nth-child(2) { opacity: 0; }
  .pv-menu-toggle-input:checked ~ .pv-subnav-inner .pv-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .pv-menu-toggle-input:checked ~ .pv-mobile-panel { display: block; }
  .pv-menu-toggle-input:checked ~ .pv-mobile-backdrop { display: block; }
}

/* ===================================================================
   PV-FOOTER: Mehrspaltiger Footer (Marke+Beschreibung, Entdecken,
   Mitmachen, Kontakt, Social) im Stil des YouTube-Referenzdesigns.
   Ersetzt den bisherigen schlichten, einzeiligen Footer.
   =================================================================== */
.pv-footer { margin-top: 60px; background: var(--tinte); color: #cabf9f; padding: 52px 24px 0; }
.pv-footer-inner { max-width: var(--site-max-width); margin: 0 auto; }
.pv-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }

.pv-footer-col h3 { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 14px; color: var(--weiss); margin-bottom: 14px; }
.pv-footer-col a { display: block; text-decoration: none; color: #cabf9f; font-size: 13.5px; margin-bottom: 10px; }
.pv-footer-col a:hover { color: var(--weiss); }

.pv-footer-brand .pv-footer-logo { display: inline-flex; align-items: center; gap: 8px; font-family: 'Liebe finden', cursive; font-size: 22px; color: var(--weiss); margin-bottom: 12px; text-decoration: none; }
.pv-footer-brand .pv-footer-logo img { width: 28px; height: auto; }
.pv-footer-brand p { font-size: 13px; line-height: 1.6; color: #a89a78; max-width: 260px; }

.pv-footer-col address { font-style: normal; font-size: 13.5px; line-height: 1.7; color: #cabf9f; margin-bottom: 10px; }

.pv-footer-social-col .footer-social { display: flex; flex-direction: column; gap: 10px; margin-top: 2px; align-items: flex-start; }
.pv-footer-social-col .footer-social a { display: inline-flex; align-items: center; gap: 10px; color: #cabf9f; text-decoration: none; font-size: 13.5px; margin: 0; transition: color .2s, transform .15s; }
.pv-footer-social-col .footer-social a:hover { color: var(--rot); transform: translateX(2px); }
.pv-footer-social-col .footer-social a span { display: inline-block; }
.pv-footer-social-col .footer-social a svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

.pv-footer-bottom { border-top: 1px solid #3a3122; padding: 20px 0; text-align: center; font-size: 12px; color: #a89a78; }
.pv-footer-bottom a { color: #a89a78; text-decoration: none; }
.pv-footer-bottom a:hover { color: var(--weiss); }

.pv-footer-inner { text-align: left; }

@media (max-width: 900px) {
  .pv-footer-grid { grid-template-columns: 1fr 1fr; row-gap: 32px; }
  .pv-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .pv-footer-inner { text-align: center; }
  .pv-footer-brand p { margin-left: auto; margin-right: auto; }
  .pv-footer-social-col .footer-social { align-items: center; }
}
@media (max-width: 520px) {
  .pv-footer-grid { grid-template-columns: 1fr; }
}

/* ===================================================================
   FUND-WIDGET: "Neue Fundmeldungen" auf der Startseite, oberhalb des
   Hero-Suchbereichs. Zeigt die neuesten freigegebenen Fundmeldungen
   mit Foto, Pilzname, Melder, grobem Ort (aus lat_verwischt/
   lng_verwischt reverse-geocodiert, siehe app/fundmeldungen.php) und
   relativem Datum.
   =================================================================== */
.fund-widget { max-width: var(--site-max-width); margin: 28px auto 40px; padding: 0 24px; }
.fund-widget-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
.fund-widget-head h2 { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 22px; }
.fund-widget-head a { font-size: 14px; font-weight: 700; color: var(--rot); text-decoration: none; }
.fund-widget-head a:hover { text-decoration: underline; }

.fund-widget-list { background: var(--weiss); border: 1px solid var(--linie); border-radius: 16px; overflow: hidden; }
.fund-widget-row {
  display: grid; grid-template-columns: 56px 1fr auto auto; align-items: center; gap: 16px;
  padding: 14px 20px; text-decoration: none; color: var(--tinte);
  border-bottom: 1px solid var(--linie); transition: background .15s;
}
.fund-widget-row:last-child { border-bottom: none; }
.fund-widget-row:hover { background: var(--moos); }

.fund-widget-foto { width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: var(--moos-dunkel); flex-shrink: 0; }
.fund-widget-foto img { width: 100%; height: 100%; object-fit: cover; display: block; }

.fund-widget-txt h3 { font-family: 'Baloo 2', sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 2px; }
.fund-widget-meta { font-size: 12.5px; color: var(--tinte-soft); }

.fund-widget-ort { font-size: 13.5px; color: var(--tinte-soft); text-align: right; white-space: nowrap; }
.fund-widget-datum { font-size: 12.5px; font-weight: 700; color: var(--tinte-soft); text-align: right; white-space: nowrap; min-width: 52px; }

@media (max-width: 700px) {
  .fund-widget-row { grid-template-columns: 44px 1fr; grid-template-areas: "foto txt" "foto ort"; row-gap: 2px; }
  .fund-widget-foto { grid-area: foto; width: 44px; height: 44px; }
  .fund-widget-txt { grid-area: txt; }
  .fund-widget-ort { grid-area: ort; text-align: left; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
  .fund-widget-datum { display: none; }
}
