/**
 * Plate Builder Custom Styles
 * Additional styles for the Vue plate builder component
 *
 * NOTE: This file is in /assets/css/builder/ (not /assets/builder/css/)
 * to prevent it being deleted when Vite rebuilds the builder assets.
 */

/* Border/Badge Unavailable Message Styling */
.k-pb__border-unavailable {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.k-pb__border-unavailable__header {
  background-color: #e8a000;
  color: #fff;
  font-weight: 700;
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.k-pb__border-unavailable__body {
  background-color: #e8a000;
  color: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.3;
}
