.nd-message-actions {
  position: absolute;
  top: 6px;
  right: 6px;
}

.nd-message-actions .remove-message {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nd-message-actions .remove-message:hover {
  background: #e0e0e0;
  border-color: #999;
  color: #000;
}

.nd-message-actions .remove-message:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

#nd_font_size_value {
  margin-left: 10px;
  font-weight: bold;
  color: #333;
}