 .tml-wrap{max-width:100%;}
      .tml-filters{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;margin:0 0 12px}
      .tml-filters .tml-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end}
      .tml-filters label{display:flex;flex-direction:column;gap:6px;font-size:13px}
      .tml-filters select,.tml-filters input{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:14px}
      .tml-filters .tml-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
      .tml-btn{border:0;border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
      .tml-btn.primary{background:#95c11f;color:#fff}
      .tml-btn.primary:hover{filter:brightness(0.97)}
      .tml-btn.secondary{border:1px solid #d1d5db;background:#fff;color:#111827}
      .tml-btn.ghost{border:1px solid #e5e7eb;background:#fff;color:#111827}
      .tml-btn.disabled{background:#e5e7eb;color:#6b7280;cursor:not-allowed}
      .tml-msg{margin:0 0 12px;padding:10px 12px;border-radius:12px}
      .tml-ok{background:#ecfdf5;border:1px solid #10b981}
      .tml-err{background:#fef2f2;border:1px solid #ef4444}
      .tml-cats{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;margin:0 0 16px}
      .tml-cats h3{margin:0 0 10px;font-size:16px}
      .tml-catgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
      .tml-catgrid a{display:block;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;text-decoration:none;color:#111827}
      .tml-catgrid a.is-active{outline:2px solid #111827}
      .tml-catgrid .small{display:block;color:#6b7280;font-size:12px;margin-top:4px}
      .tml-month{margin:18px 0 10px}
      .tml-month h2{margin:0 0 8px;font-size:18px}
      .tml-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
      .tml-item{border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:360px}
      .tml-head{padding:14px 16px;flex:1;display:flex;flex-direction:column}
      .tml-title{font-weight:900;font-size:16px;line-height:1.2;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(2 * 1.2em)}
      .tml-catline{margin-top:6px;font-size:12px;color:#6b7280;font-weight:600;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:1.2em}
      .tml-meta{margin-top:8px;color:#374151;font-size:13px;display:flex;flex-direction:column;gap:6px;flex:0 0 auto}
      .tml-metarow{display:flex;align-items:center;gap:8px;min-height:20px}
      .tml-metarow svg{color:#6b7280;flex:0 0 auto}
      .tml-flag{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:transparent;border:1px solid #e5e7eb}
      .tml-flag-emoji{display:block;width:22px;height:22px;line-height:22px;text-align:center;font-size:16px;transform:translateY(0);border-radius:999px}
      .tml-place{margin-top:6px;color:#6b7280;font-size:13px;min-height:1.2em}
      .tml-badges{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px;min-height:28px}
      .tml-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:3px 10px;font-size:12px;color:#111827}
      .tml-badge svg{width:14px;height:14px;color:#6b7280}
      .tml-badge.cancel{border-color:#ef4444;background:#fef2f2;color:#991b1b;font-weight:900}
      .tml-badge.cancel svg{color:#991b1b}
      .tml-pricegrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
      .tml-price{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff;display:flex;align-items:baseline;justify-content:center;gap:8px}
      .tml-price-cur{font-weight:800;font-size:12px;color:#6b7280}
      .tml-price-val{font-weight:900;font-size:16px;color:#111827}
    .tml-actions2{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:8px;
  margin-top:auto;
  padding-top:10px;
}

.tml-actions2 .tml-btn,
.tml-actions2 .tml-btn.disabled{
  width:100%;
  justify-content:center;
  min-width:0; /* wichtig: darf schrumpfen */
}

      @media(max-width:640px){.tml-pricegrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
      /* Buttons (Anmelden/Beschreibung) zuverlässig 2-spaltig */
.tml-actions2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:auto;
  padding-top:10px;
}
.tml-actions2 .tml-btn,
.tml-actions2 .tml-btn.disabled{
  width:100%;
  justify-content:center;
}


      .tml-panelrow{grid-column:1 / -1;border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden}
      .tml-panelrow .tml-panel{border-top:0;padding:14px 16px}
      .tml-desc{color:#111827;font-size:14px;line-height:1.6}
      .tml-calwrap{margin-top:10px}
      .tml-caltitle{font-size:12px;color:#6b7280;margin:0 0 8px}
      .tml-calgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
      .tml-calgrid a{width:100%}
      .tml-calbtn{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:6px;padding:12px 10px}
      .tml-calbtn span{font-size:8px;line-height:1.2;color:#6b7280}
      .tml-calbtn svg{width:20px;height:20px;display:block}
      .tml-calbtn .dashicons{display:block;width:20px;height:20px;font-size:20px;line-height:20px;margin:0}
      .tml-form .tml-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
      .tml-form label{display:flex;flex-direction:column;gap:6px;font-size:13px}
      .tml-form input,.tml-form textarea,.tml-form select{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:14px}
      .tml-form .tml-full{grid-column:1 / -1}
      .tml-hp{position:absolute;left:-9999px;top:-9999px;height:1px;width:1px;overflow:hidden}
      .tml-btn svg{color:#111827;display:inline-block;vertical-align:middle}
      .tml-btn.ghost svg{color:#6b7280}
      .tml-btn.primary svg{color:#fff}
      .tml-btn .dashicons{font-size:18px;width:18px;height:18px;line-height:18px}
      @media(max-width:1100px){.tml-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
      @media(max-width:900px){.tml-filters .tml-row{grid-template-columns:1fr 1fr}}
      @media(max-width:640px){.tml-catgrid{grid-template-columns:1fr}.tml-form .tml-grid{grid-template-columns:1fr}.tml-list{grid-template-columns:1fr}.tml-panelrow{grid-column:1 / -1}}
      .tml-wrap{font-size:16px}
      .tml-meta{font-size:14px}
      .tml-place{font-size:14px}
      .tml-desc{font-size:15px}
      @media(max-width:640px){.tml-actions2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tml-actions2 .tml-btn,.tml-actions2 .tml-btn.disabled{width:100%;justify-content:center}}
      .tml-calgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
      .tml-calgrid a{width:100%}