/* Gallery cards use their own compositions rather than shared placeholder lines. */
.b2-template-card[data-template-style] .b2-thumb span { display: none; }
.b2-template-card[data-template-style] .b2-thumb:before,
.b2-template-card[data-template-style] .b2-thumb:after { display: block; }

.b2-question [contenteditable="true"] { outline: none; cursor: text; border-radius: 3px; }
.b2-question [contenteditable="true"]:focus { background: rgba(237, 232, 255, .8); box-shadow: 0 0 0 3px rgba(159, 137, 235, .18); }
.b2-options span[contenteditable="true"] { cursor: text; }
.b2-rating-options span { cursor: pointer; }
.b2-rating-options span.b2-rating-selected { border-color: #f4ae47; background: #fff5d9; color: #a86116; }
