.zenblocks-pro-feature-notice {
  margin: 0 0 0;
  padding: 12px 16px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 4px;
}

.zenblocks-pro-feature-notice-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.zenblocks-pro-feature-notice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e1e1e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.4;
}

.zenblocks-pro-feature-notice-title {
  font-size: 13px;
  font-weight: 600;
  color: #1e1e1e;
}

.zenblocks-pro-feature-notice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}

.zenblocks-pro-feature-notice-tag {
  background: #ffffff;
  border-radius: 0px;
  color: #000000;
  display: inline-block;
  font-size: 11px;
  line-height: 1.4;
  padding: 4px 9px;
}

.zenblocks-pro-feature-notice-message {
  margin: 0 0 10px;
  font-size: 12px;
  color: #5d4037;
  line-height: 1.5;
}

.zenblocks-pro-feature-notice-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.zenblocks-pro-feature-notice-preview-btn.components-button.is-secondary {
  font-size: 12px;
  height: 28px;
  padding: 0 10px;
}

.zenblocks-pro-feature-notice-preview-btn.components-button.is-secondary.is-pressed {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}

.zenblocks-pro-feature-notice-upgrade {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #d84315;
  text-decoration: none;
  font-weight: 500;
}

.zenblocks-pro-feature-notice-upgrade:hover {
  color: #bf360c;
  text-decoration: underline;
}
