.buyreal-so-showcase-wrapper { margin: 8px 0; display: flex; align-items: center; min-height: 28px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.buyreal-so-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease, background 0.3s ease, color 0.3s ease; }
.buyreal-so-icon { display: flex; align-items: center; justify-content: center; }
.buyreal-so-badge.br-style-text-only { padding: 0; border-radius: 0; background: transparent !important; }
.buyreal-so-badge.br-style-square-bar { padding: 4px 10px; border-radius: 4px; }
.buyreal-so-badge.br-style-pill { padding: 4px 12px; border-radius: 9999px; }
.buyreal-so-badge.single-tag { animation: brFloat 4s infinite ease-in-out; }
@keyframes brFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
