.lsbt-widget-container { font-family: inherit; margin: 15px 0; border: 1px solid #dbeafe; background-color: #eff6ff; padding: 15px; border-radius: 8px; text-align: left; width: 100%; box-sizing: border-box; }
.lsbt-widget-container h2 { font-size: 16px; color: #1e40af; margin: 0 0 10px 0; font-weight: 600; }
.lsbt-btn-row { display: flex; gap: 8px; margin-bottom: 10px; }
.lsbt-widget-container .tip-button { flex: 1; padding: 8px 4px; background: #ffffff; border: 1px solid #d1d5db; border-radius: 6px; cursor: pointer; color: #333333; font-weight: 500; font-size: 13px; text-align: center; }
.lsbt-widget-container .tip-button:hover { border-color: #2563eb; background: #f0f9ff; color: #1e40af !important; }
.lsbt-widget-container .tip-button.active { background-color: #2563eb; color: #ffffff; border-color: #1d4ed8; }
.lsbt-display-row { display: flex; justify-content: space-between; border-top: 1px solid #bfdbfe; padding-top: 8px; color: #1e40af; font-weight: 600; }