:root{
  --st-ac:#EDC609;
  --st-txt: rgba(255,255,255,.92);
  --st-dim: white;
  --st-line: rgba(255,255,255,.14);
  --st-radius: 5px;
}
.wp-editor-container{ clear: both; border: none !important; }

/* THEME/BUILDER FIX: Entfernt injected <br> und leere <p> NUR im Ticket-Block */
.st-wrap .st-field > label + br { display:none !important; }
.st-wrap p:empty { display:none !important; }
.st-wrap .st-row > p { display:none !important; }

/* falls dein Theme label mit riesigem line-height/margin styled */
.st-wrap .st-field label{
  margin:0 0 6px !important;
  line-height:1.2 !important;
}

/* Base: Sub-Zeilen als kleine Box */
.st-hcopy .cbtn { color: rgba(237,198,9,.95) !important; }
.st-hcopy .cbtn svg { stroke: currentColor; }



/* HINT Box: etwas “wichtiger” (gelblicher Touch) */
.st-sub.st-sub-hint{
  border-color: rgba(237,198,9,.22);
  background:
    radial-gradient(900px 260px at 10% 0%, rgba(237,198,9,.10), transparent 60%),
    rgba(0,0,0,.16);
}

/* Icon sauber in Box */
.st-sub.st-sub-info .st-sub-ic,
.st-sub.st-sub-hint .st-sub-ic{
  margin-top: 1px;
}

/* Optional: Icon-Stroke in Hint etwas stärker */
.st-sub.st-sub-hint .st-sub-ic svg{
  stroke: rgba(237,198,9,.95);
}


/* 2. Sub-Zeile als Hint-Box */
.st-sub.st-sub-hint{
  margin-top: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.16);
  border-radius: var(--st-radius) !important;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.35;
}

/* Icon in der Hint-Box leicht stärker */
.st-sub.st-sub-hint .st-sub-ic svg{
  stroke: rgba(237,198,9,.95);
}


/* ===== View-Ticket Hilfe (aufklappbar) ===== */
.st-help {
	margin-top: 10px;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(0,0,0,.16);
	border-radius: var(--st-radius) !important;
	padding: 8px 10px;
	margin-bottom: 30px;
}
.st-help summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: rgba(255,255,255,.78);
	user-select: none;
	font-weight: 700;
}

.st-help summary::-webkit-details-marker{ display:none; }

.st-help-ic{
  width:18px;height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.st-help-ic svg{
  width:18px;height:18px;
  fill:none;
  stroke: rgba(237,198,9,.95);
  stroke-width:2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.st-help-body{
  padding-top: 10px;
}

.st-help-txt{
  font-size: 12px;
  color: rgba(255,255,255,.70);
  margin-bottom: 10px;
  line-height: 1.35;
}

.st-help-img img{
  display:block;
  width:100%;
  max-width: 520px;
  height:auto;
  border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
}

/* ===== TOAST ===== */
.st-toast.alert{
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 99999;
  max-width: 420px;

  padding: 12px 14px;
  border-radius: var(--st-radius) !important;

  display:flex;
  gap:10px;
  align-items:flex-start;

  /* NEU: Glass-Basis (damit auf hell/dunkel lesbar) */
  background: rgba(10,10,12,.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  opacity: 0;
  transform: translateY(-8px);
  transition: .18s ease;
}
.st-toast.show{ opacity:1; transform: translateY(0); }

/* Icon */
.st-toast .start-icon{
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.st-toast .start-icon svg{
  width: 18px;
  height: 18px;
  display:block;
  color: currentColor;
}

/* Text */
.st-toast .st-toast-txt{
  line-height: 1.35;
  font-size: 14px;

  /* NEU: etwas mehr Kontrast auf hellen BG */
  text-shadow: 0 1px 1px rgba(0,0,0,.55);
}
.st-toast .st-toast-txt strong{
  font-weight: 900;
  font-size: 15px;
}

/* Farben */
.st-toast.alert-success{
  border: 1px solid rgba(36, 241, 6, 0.55);
  background-color: rgba(7, 149, 66, 0.18); /* bisschen stärker */
  box-shadow:
    0 10px 28px rgba(0,0,0,.45),
    0 0 18px rgba(36,241,6,.18);
  color: #0ad406;
}

.st-toast.alert-error{
  border: 1px solid rgba(241, 6, 6, 0.90);
  background-color: rgba(220, 17, 1, 0.20); /* bisschen stärker */
  box-shadow:
    0 10px 28px rgba(0,0,0,.45),
    0 0 18px rgba(255, 3, 3, .22);
  color: #ff0303;
}

/* Mobile */
@media (max-width: 520px){
  .st-toast.alert{
    left: 14px;
    right: 14px;
    top: 14px;
    max-width: none;
    width: auto;
  }
}





.st-banner {
	font-size: 14px;
	color: red;
}
.st-sub{
  display:flex;
  align-items:center;
  gap:8px;
}
.st-sub-ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;             /* wichtig: verhindert „runterhängen“ */
}
.st-sub-ic svg{
  width:16px;
  height:16px;
  display:block;             /* wichtig: saubere Vertikal-Position */
  fill:none;
  stroke: rgba(237,198,9,.95);
  stroke-width:2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity:.95;
}


/* Nachrichtentext im Thread */
.st-msg .body{
  font-size: 13px;      /* <- hier ändern */
  line-height: 1.55;
  color: rgba(255,255,255,.88);
}

/* Optional: Absätze & Listen im Editor-Output */
.st-msg .body p{ margin: 0 0 10px; }
.st-msg .body p:last-child{ margin-bottom: 0; }
.st-msg .body ul, .st-msg .body ol{ margin: 0 0 10px 18px; }
.st-msg .body li{ margin: 4px 0; }

/* ==== Hint + Copy (eine Box) ==== */
.st-hint{
  display:flex;
  align-items:flex-start;
  gap:12px;

  padding:10px 12px;
  margin: 0 0 10px;

  border-radius: var(--st-radius) !important;
  border:1px solid rgba(237,198,9,.22);
  background:
    radial-gradient(900px 260px at 10% 0%, rgba(237,198,9,.10), transparent 60%),
    rgba(0,0,0,.16);

  color: var(--st-dim);
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: .15px;
}

.st-hint-ic{
  width:28px;height:28px;
  border-radius: 10px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(237,198,9,.25);
  background: radial-gradient(circle at 30% 20%, rgba(237,198,9,.18), rgba(0,0,0,.12));
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  flex: 0 0 auto;
  margin-top:1px;
}
.st-hint-ic svg{
  width:16px;height:16px;
  fill:none;
  stroke: rgba(237,198,9,.95);
  stroke-width:2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.st-hint-txt{ flex: 1 1 auto; min-width: 200px; }
.st-hint-title{
  color: var(--st-txt);
  font-weight: 900;
  font-size: 11px;
  margin-bottom:2px;
}
.st-hint-sub{ opacity:.95; }

.st-hint-copygrid{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  flex: 0 0 auto;
}

/* kleine Copy-Kacheln */
.st-hcopy {
	display: grid;
	grid-template-columns: 1fr 59px;
	grid-template-rows: auto auto;
	gap: 4px 8px;
	min-width: 204px;
	padding: 8px 8px;
	border-radius: var(--st-radius) !important;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(0,0,0,.18);
}

.st-hcopy .k{
  grid-column:1 / 3;
  font-size:11px;
  color: rgba(255,255,255,.68);
}
.st-hcopy .v{
  grid-column:1 / 2;
  font-weight:900;
  letter-spacing:.35px;
  color: var(--st-txt);
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select:text;
  font-size: 15px;
}


.st-hcopy .cbtn {
	grid-column: 2 / 3;
	grid-row: ;
	width: 5px;
	height: 5px;
	border-radius: var(--st-radius) !important;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(0,0,0,.22);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	transition: transform .12s ease, border-color .12s ease, filter .12s ease, box-shadow .12s ease;
}
.st-hcopy .cbtn:hover{
  border-color: rgba(237,198,9,.55);
  filter: brightness(1.03);
  transform: translateY(-1px);
}

body .elementor hr {
	background-color: #ccc0 !important;
	margin: 0;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}


.st-hcopy .cbtn:active{ transform: translateY(0px) scale(.99); }
.st-hcopy .cbtn:focus{ outline:none; }
.st-hcopy .cbtn:focus-visible{
  outline:none;
  border-color: rgba(237,198,9,.85);
  box-shadow: 0 0 0 2px rgba(237,198,9,.22);
}
.st-hcopy .cbtn svg{
  width:16px;height:16px;
  fill:none;
  stroke: rgba(237,198,9,.95);
  stroke-width:2;
}

.st-title-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

/* Meta-Zeile (Status + created) */
.st-topmeta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  margin: 0 0 10px;
}

@media (max-width: 720px){
  .st-hint{
    flex-direction: row;   /* bleibt Reihe */
    flex-wrap: wrap;       /* Text/Copy dürfen umbrechen */
    align-items: center;
  }

  .st-hint-ic{
    align-self: center;    /* Icon bleibt links mittig */
    margin-top: 0;
  }

  .st-hint-txt{
    flex: 1 1 220px;       /* Text nimmt Restbreite */
    min-width: 200px;
  }

  .st-hint-copygrid{
    width: 100%;
    justify-content: flex-start;
  }

  .st-hcopy{
    width: 100%;
    min-width: 0;
  }
}


.st-wrap{max-width:980px;margin:28px auto;padding:0 14px;color:var(--st-txt);}

.st-card{
  position:relative;
  padding:20px 18px;
  border-radius: var(--st-radius) !important;
  border:1px solid var(--st-line);
  background:
    radial-gradient(1200px 520px at 15% -10%, rgba(237,198,9,.14), transparent 55%),
    radial-gradient(900px 520px at 110% 10%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(180deg, rgba(12,12,14,.62), rgba(7,7,8,.86));

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow:hidden;
  transform: translateZ(0);
}
.st-card:after{
  content:''; position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity:.15;
  pointer-events:none;
  mask-image: radial-gradient(60% 50% at 50% 20%, #000 60%, transparent 100%);
}

/* ==== Modern File Upload Button ==== */
.st-file{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.st-file-input{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}
.st-file-btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 10px;
  font-size:13px;
  line-height:1;
  border-radius: var(--st-radius) !important;
  border:1px solid rgba(237,198,9,.75);
  background: rgba(237,198,9,.14);
  color: var(--st-txt);
  font-weight:800;
  cursor:pointer;
  user-select:none;
  transition: transform .12s ease, filter .12s ease, border-color .12s ease, box-shadow .12s ease;
  outline:none;
}



@media (max-width: 720px){
  .st-hint{
    flex-wrap: wrap;
    align-items: center;
  }

  /* Icon + Text bleiben nebeneinander */
  .st-hint-ic{ flex: 0 0 auto; }
  .st-hint-txt{
    flex: 1 1 0;
    min-width: 0 !important; /* verhindert runter rutschen */
  }

  /* Copy-Grid bekommt eigene Zeile */
  .st-hint-copygrid{
    flex-basis: 100%;
    width: 100%;
  }
}


.st-file-btn:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
  border-color: rgba(237,198,9,.95);
}
.st-file-btn:active{ transform: translateY(0px) scale(.99); }
.st-file-btn:focus{ outline:none !important; }
.st-file-btn:focus-visible{
  outline:none !important;
  border-color: rgba(237,198,9,.95);
  box-shadow: 0 0 0 2px rgba(237,198,9,.22);
}


.st-file-btn svg{
  width:16px;height:16px;
  fill:none;
  stroke: rgba(237,198,9,.95);
  stroke-width:2;
}

.st-file-btn{ 
  margin-right:auto;   /* schiebt den Button nach rechts */
}
.st-upload .st-file br,
.st-upload .st-file p:empty{
  display:none !important;
}


.st-file-name{
  font-size:12px;

  color: rgba(255,255,255,.68);
  padding:7px 10px;
  border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  max-width: 100%;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==== Live Counter unter Editor ==== */
.st-editor-meta{
  display:flex;
  justify-content:flex-end;  /* -> rechts */
  gap:8px;
  margin-top:8px;
  flex-wrap:wrap;
  
}
.st-editor-pill {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	padding: 6px 10px;
	border-radius: var(--st-radius) !important;
	font-size: 10px;
}

.st-editor-pill b{ color: var(--st-txt); }
.st-editor-pill.warn{
  border-color: rgba(255,90,90,.55);
  color: rgba(255,200,200,.95);
}


.st-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px;}
.st-title{font-size:20px;font-weight:900;letter-spacing:.2px;margin:0;}
.st-sub {
	margin: 6px 0 0;
	color: rgba(255,255,255,.68);
	font-size: 13px;
	line-height: 1.35;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}


.st-row{display:flex;gap:12px;flex-wrap:wrap;}
.st-field{flex:1;min-width:240px;margin:0 0 12px;}
.st-field label{display:block;font-size:12px;color:rgba(255,255,255,.68);margin:0 0 6px;letter-spacing:.2px;}

.st-field input[type=text], .st-field input[type=number]{
  width:100%;
  padding:10px 12px;
  border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.20);
  background:#ffffff;
  color:#111;
  outline:none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.st-field input:focus{
  border-color: rgba(237,198,9,.85);
  box-shadow: 0 0 0 2px rgba(237,198,9,.20);
}

.st-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: var(--st-radius);
	border: 1px solid rgba(237,198,9,.95);
	background: #EDC609;
	color: #111;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: transform .12s ease, filter .12s ease;
}
.st-btn:hover{filter: brightness(1.02); transform: translateY(-1px);}
.st-btn:active{transform: translateY(0px) scale(.99);}

.st-pill{
  display:inline-flex;align-items:center;gap:10px;
  padding:7px 10px;border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  color: rgba(255,255,255,.68);
  font-size:12px;
}
.st-pill b{color:var(--st-txt);}



.st-thread{margin-top:14px;display:flex;flex-direction:column;gap:10px;}
.st-msg {
	padding: 12px 12px;
	border-radius: var(--st-radius) !important;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.68);
}
.st-msg.admin {
	border-color: rgba(237,198,9,.22);
	box-shadow: 1px 1px 50px #dab80f14;
}
.st-msg .meta{
  font-size:12px;color:rgba(255,255,255,.68);
  display:flex;gap:10px;flex-wrap:wrap;
  margin-bottom:6px;
}
.st-msg .meta strong{color:var(--st-txt);}
.st-msg.admin .meta strong{color: var(--st-ac);}


.st-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  font-size:12px;font-weight:900;
}
.st-badge.open{color:var(--st-ac);border-color:rgba(237,198,9,.30);}
.st-badge.closed{color:#b9b9b9;}
.st-badge .dot{width:7px;height:7px;border-radius:999px;background:currentColor;opacity:.9;}

.st-divider{border:0;border-top:1px solid rgba(255,255,255,.10);margin:14px 0;}

.st-upload{
  padding:10px 12px;border-radius: var(--st-radius) !important;
  border:1px dashed rgba(255,255,255,.16);
  background: rgba(0,0,0,.16);
}
.st-upload small {
  display:block;
  color: rgba(255,255,255,.68);
  margin-top:6px;
  font-size:12px;
}

/* Captcha */
.st-captcha{
  display:flex;gap:12px;align-items:center;flex-wrap:wrap;
  padding:10px 12px;border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.16);
}
.st-wrap .st-captcha br,
.st-wrap .st-captcha p:empty,
.st-wrap .st-cap-wrap br,
.st-wrap .st-cap-refresh br{ display:none !important; }

.st-wrap .st-captcha{ flex-wrap: nowrap; align-items:center; }
@media (max-width: 520px){ .st-wrap .st-captcha{ flex-wrap: wrap; } }

.st-cap-wrap{position:relative;display:inline-block;}
.st-cap-wrap img{
  height:42px;width:auto;border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.25);
  display:block;
}
.st-cap-refresh{
  position:absolute;right:6px;top:6px;
  width:28px;height:28px;border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.25);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
}
.st-cap-refresh:hover{border-color: rgba(237,198,9,.55);}
.st-cap-refresh svg{width:16px;height:16px;fill:none;stroke: rgba(237,198,9,.95);stroke-width:2;}

/* Toast */
/* Toast */
.st-cap-refresh svg{
  stroke: rgba(237,198,9,.95) !important;
  fill: none !important;
  width: 16px !important;
  height: 16px !important;
  display: block !important;
}
.st-cap-refresh{ color: rgba(237,198,9,.95) !important; } /* kann bleiben */


.st-topwrap + .st-card{
  margin-top: 10px !important;
}

.st-cap-wrap{ position:relative; }
.st-cap-wrap img{ position:relative; z-index:1; }
.st-cap-refresh{ z-index:2; color: rgba(237,198,9,.95) !important; }

.st-cap-refresh .st-reload-ic{
  width:16px !important;
  height:16px !important;
  display:block !important;
  fill:none !important;
  stroke: rgba(237,198,9,.95) !important;
  stroke-width:2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  overflow: visible !important;
}


/* ==== FIX: Inputs drücken rechts raus ==== */
.st-wrap, .st-wrap *{ box-sizing: border-box; }
.st-wrap .st-field input[type=text],
.st-wrap .st-field input[type=number],
.st-wrap .st-field input[type=email],
.st-wrap .st-field input[type=url],
.st-wrap .st-field input[type=file],
.st-wrap .st-field textarea,
.st-wrap .st-field select{
  width:100%;
  max-width:100%;
  display:block;
  margin:0;
}

/* ==== Attachment Thumbnail + Lightbox ==== */
.st-attach{ margin-top:10px; }
.st-attach a{ display:inline-block; text-decoration:none; border:0; }
.st-attach img{
  display:block;
  width:120px;
  height:auto;
  border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.22);
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
  transition: transform .12s ease, border-color .12s ease, filter .12s ease;
}
.st-attach img:hover{
  transform: translateY(-1px);
  border-color: rgba(237,198,9,.55);
  filter: brightness(1.03);
}
.st-attach a:focus,
.st-attach a:focus-visible,
.st-attach img:focus,
.st-attach img:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

.st-lightbox{
  position:fixed; inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.st-lightbox.show{ display:flex; }
.st-lightbox img{
  max-width:min(1100px, 96vw);
  max-height:88vh;
  width:auto; height:auto;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 110px rgba(0,0,0,.85);
}
.st-lightbox .x{
  position:absolute;
  top:14px; right:14px;
  width:40px;height:40px;
  border-radius: var(--st-radius) !important;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.9);
  font-size:20px;
  line-height:38px;
  text-align:center;
  cursor:pointer;
}

/* ============================
   TOP WRAP (EXAKT wie .st-card)
   ============================ */
.st-topwrap {
	position: relative;
	padding: 20px 18px;
	border-radius: var(--st-radius) !important;
	border: 1px solid var(--st-line);
	background: radial-gradient(1200px 520px at 15% -10%, rgba(96, 79, 0, 0.14), transparent 55%), radial-gradient(900px 520px at 110% 10%, rgba(255,255,255,.06), transparent 60%), linear-gradient(180deg, rgba(12,12,14,.62), rgba(7,7,8,.86));
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	overflow: hidden;
	transform: translateZ(0);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
}

/* 1:1 Grid Overlay wie .st-card:after */
.st-topwrap:after{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity:.15;
  pointer-events:none;
  mask-image: radial-gradient(60% 50% at 50% 20%, #000 60%, transparent 100%);
}

/* Content über Overlay */
.st-topwrap > *{ position:relative; z-index:1; }

/* Icon links (gelb wie dein Accent) */
.st-topwrap-ic{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  flex: 0 0 auto;

  display:flex;
  align-items:center;
  justify-content:center;

  border: 1px solid rgba(237,198,9,.25);
  background: radial-gradient(circle at 30% 20%, rgba(237,198,9,.18), rgba(0,0,0,.12));
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.st-topwrap-ic svg{
  width:18px;height:18px;
  fill:none;
  stroke: rgba(237,198,9,.95);
  stroke-width:2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Text */
.st-topwrap-txt{ flex:1 1 auto; min-width:220px; }
.st-topwrap-txt .t1{
  font-weight: 900;
  font-size: 13px;
  color: var(--st-txt);
  margin-bottom: 2px;
}
.st-topwrap-txt .t2{
  font-size: 12px;
  color: rgba(255,255,255,.72);
  line-height: 1.35;
}

/* Button rechts (gelb passend zu .st-btn) */
.st-topwrap-btn{
  flex: 0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding: 10px 12px;
  border-radius: var(--st-radius) !important;
  border: 1px solid rgba(237,198,9,.95);
  background: rgba(237,198,9,.14);
  color: var(--st-txt);

  font-weight: 900;
  font-size: 13px;
  text-decoration:none;

  transition: transform .12s ease, filter .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.st-topwrap-btn:hover{
  filter: brightness(1.06);
  transform: translateY(-1px);
  border-color: rgba(237,198,9,.95);
  box-shadow: 0 0 0 2px rgba(237,198,9,.14);
}
.st-topwrap-btn:active{ transform: translateY(0) scale(.99); }

/* Mobile */
@media (max-width: 720px){
  .st-topwrap{ flex-wrap:wrap; }
  .st-topwrap-btn{ width:100%; }
}
/* SUPER wenig Abstand oben/unten */
.st-topwrap{
  margin: 2px 0 4px !important;   /* außen: oben/unten */
  padding: 10px 14px !important;  /* innen: oben/unten */
}

/* Mobile noch kompakter */
@media (max-width: 720px){
  .st-topwrap{
    margin: 2px 0 4px !important;
    padding: 9px 12px !important;
  }
}


.st-lightbox .x:hover{ border-color: rgba(237,198,9,.55); }

@media (max-width: 520px){
  .st-wrap{ padding-left: 1px; padding-right: 1px; }
}



/* Optional: links/rechts Luft in Rows */
.st-wrap .st-row{ margin-left:-6px; margin-right:-6px; }
.st-wrap .st-row > .st-field{ padding-left:6px; padding-right:6px; }