/* Keep the updated four template buttons; the rest uses the original Tellraw styles. */
html body #tellrawTool { border-color: #414744; }
#tellrawTool .tellraw-preview { background-color: #151515; }
#tellrawTool .tellraw-actions {
  background: #191919;
  border-color: #414141;
  box-shadow: none;
}
#tellrawTool .template-btn {
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  box-shadow: none;
  line-height: 1.4;
  background: #303030;
  color: #fff;
  border: 1px solid #505050;
}
#tellrawTool .template-btn:hover { background: #3b3b3b; border-color: #686868; }
#tellrawTool .template-btn.active { background: #505050; border-color: #858585; }
#tellrawTool .template-grid { gap: 8px; margin-top: 12px; }
@media(max-width:700px) {
  #tellrawTool .template-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
