/* Minimal, theme-friendly styles.
   Buttons use your theme classes: .btn--primary and .btn--secondary
   Wrapper includes .border--radius-1rem so you can override in theme if desired.
*/

.be-embed-placeholder {
  border: 1px solid currentColor;
  padding: 1rem;
  margin: 1rem 0;
}

.border--radius-1rem {
  border-radius: 1rem;
}

.be-embed-placeholder__text {
  margin: 0 0 .75rem 0;
}

.be-embed-placeholder__actions {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.be-embed-placeholder__actions .btn--primary,
.be-embed-placeholder__actions .btn--secondary {
  cursor: pointer;
}
