/* assets/css/szbt-tips.css – kompakte Darstellung */
.bt-tip { 
  margin: .35rem 0; 
  padding: .5rem .6rem; 
  border-radius: .5rem; 
  font-size: .95rem; 
  line-height: 1.35;
  background: #f6f7f8; 
  border: 1px solid #e6e7e9;
}
.bt-tip--line    { border-left: 4px solid #4b8bf5; }
.bt-tip--adjust  { border-left: 4px solid #f59e0b; }
.bt-tip--match   { border-left: 4px solid #10b981; }
.bt-tip--hand    { border-left: 4px solid #a78bfa; }
.bt-tip--gate    { border-left: 4px solid #ef4444; background: #fff6f6; }
