/* Branding Display Styles for Soundpaste Plugin */

.soundpaste-disabled-section {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.soundpaste-disabled-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.soundpaste-disabled-section input,
.soundpaste-disabled-section button {
  cursor: not-allowed !important;
}

/* List styling for branding help */
.soundpaste-list-disc {
  list-style-type: disc;
  margin-left: 20px;
}

.soundpaste-list-decimal {
  list-style-type: decimal;
  margin-left: 20px;
}

.soundpaste-list-none {
  list-style-type: none;
  margin-left: 20px;
}

.branding-indicator-large {
  font-size: 16px;
}

.soundpaste-audio-preview {
  margin-top: 10px;
}

/* Audio preview in forms */
.audio-preview {
  margin-top: 10px;
}

.audio-preview audio {
  max-width: 100%;
  height: 40px;
}

/* Inline notices */
.notice.inline {
  display: block;
  margin: 10px 0;
  padding: 8px 12px;
}
